Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 362 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 362 Bytes

MyCode

Just my code.

  • ./Scan/scapy/arpScan.py python3 scapy ARP 扫描存活主机。

  • ./Scan/scapy/ping.py python3 scapy ping 扫描存活主机。

  • ./Scan/socket/portscan.py python3 socket 扫描主机端口。

  • ./Scan/mysql_/mysql_login.py python3 mysql 简单爆破。

  • ./crypto/ImgBase64.py python3 图片-base64互转。