PyCat 一款自动扫描本地网络上的主机工具

华盟原创文章投稿奖励计划

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

本文原创,作者:congtou,其版权均为华盟网所有。如需转载,请注明出处:https://www.77169.net/download/242834.html

发表评论