PyCat 一款自动扫描本地网络上的主机工具
2019-09-13 16:12:28 Author: mp.weixin.qq.com(查看原文) 阅读量:53 收藏

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

你可能喜欢

自动执行Nmap扫描的工具:LazyMap

Sn1per - 自动化渗透扫描工具

Whitewidow:自动化SQL漏洞扫描器


文章来源: https://mp.weixin.qq.com/s?__biz=MzAxMjE3ODU3MQ==&mid=2650457284&idx=4&sn=f37bda99ab533e06171a37a23dc59e9c&chksm=83bba120b4cc2836fb78e2b035da403e86da23272220e3c4906ba89c50725f4824fcd5bd8385#rd
如有侵权请联系:admin#unsafe.sh