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

© 版权声明
THE END
喜欢就支持一下吧
点赞0 分享
相关推荐
  • 暂无相关文章
  • 评论 抢沙发

    请登录后发表评论

      暂无评论内容