PyCat 一款自动扫描本地网络上的主机工具
工具
4年前
0
2.55W
0
PyCat是netcat的python替换工具。这会自动扫描本地网络上的主机。只需运行不带参数的PyCat.py即可自动开始扫描网络。CTRL C将中断扫描并显示与正在启动的主机进行交互的选项。
用法
使用PyCat的选项如下。
PyCat.py -h --help
Display this help message
PyCat.py -l --listen
Listen on [host]:[port] for incoming connections
PyCat.py -c --command
Initialize a command shell
PyCat.py -e --execute=file_to_run
Execute file upon connection
PyCat.py -u --upload=destination
Upon connection upload file and write to [destination]
可以使用-t和-p选项分别指定目标主机和端口,如下例所示。
PyCat.py -t 192.168.0.1 -p 5555 -l -u=c:\\target.exe
文章来源及下载:
https://github.com/NullArray/PyCat