摘要:
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 阅读全文
摘要:
import subprocess #利用内置subprocess模块执行Linux命令以修改MAC地址import sysimport optparse #处理输入参数class MacChanger: """ Args: interface: 要准备修改MAC地址的接口名称 """ def __ 阅读全文