摘要: Task 1 Besides SSH and HTTP, what other service is hosted on this box? 思路: #nmap -sV 10.129.225.149 答案:ftp Task 2 This service can be configured to al 阅读全文
posted @ 2022-03-28 19:33 Jason_huawen 阅读(258) 评论(0) 推荐(0) 编辑
摘要: import subprocess #利用内置subprocess模块执行Linux命令以修改MAC地址import sysimport optparse #处理输入参数class MacChanger: """ Args: interface: 要准备修改MAC地址的接口名称 """ def __ 阅读全文
posted @ 2022-03-28 17:29 Jason_huawen 阅读(933) 评论(0) 推荐(0) 编辑