摘要: [root@h020 ~]# cat /bin/jumpserver #!/bin/bash########################linux jump-server#########################忽略键盘输入的一些信号#linux键盘信号详细请看: trap "" HUP 阅读全文
posted @ 2020-06-09 18:43 GaoYanbing 阅读(340) 评论(0) 推荐(0) 编辑
摘要: 配置 普通用户配置 useradd ops su - ops vim .bashrc /usr/bin/conn root用户配置 .bashrc /sbin/super 连接脚本: [root@h020 ~]# cat /usr/bin/conn #!/bin/bashecho "Please e 阅读全文
posted @ 2020-06-09 18:40 GaoYanbing 阅读(279) 评论(0) 推荐(0) 编辑
摘要: 什么是 Shodan? 首先,Shodan 是一个搜索引擎,但它与 Google 这种搜索网址的搜索引擎不同,Shodan 是用来搜索网络空间中在线设备的,你可以通过 Shodan 搜索指定的设备,或者搜索特定类型的设备,其中 Shodan 上最受欢迎的搜索内容是:webcam,linksys,ci 阅读全文
posted @ 2020-06-09 15:52 GaoYanbing 阅读(1732) 评论(0) 推荐(0) 编辑