摘要: import nmap scanner = nmap.PortScanner() target = '192.168.8.121' scanner.scan(target, arguments='-p-') for host in scanner.all_hosts(): print(host) i 阅读全文
posted @ 2023-04-23 17:44 公众号海哥python 阅读(46) 评论(0) 推荐(0) 编辑
摘要: 方案一: 1,首先修改网卡物理配置文件,没有这个文件的话新建一个或者从已有的环境上拷贝一份过来按照要求进行修改 vi /etc/udev/rules.d/70-persistent-net.rules SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", A 阅读全文
posted @ 2023-04-23 16:36 公众号海哥python 阅读(162) 评论(0) 推荐(0) 编辑