2 matches found
PortDog
PortDog PortDog 是一个旨在检测端口扫描技术的网络异常检测器。它完全用 Python 编写,界面易于使用。已在 Ubuntu 15 上测试。请注意,由于无法捕获 RAW 数据包,它无法在 Windows 操作系统上运行。我正在努力编写脚本以支持两个平台。将来,我考虑添加防火墙选项来阻止恶意尝试。它使用 Raw 数据包进行分析。因此,请确保您从特权会话运行此脚本。 用法: root@kitploit: sudo python portdog.py -t timeforsniffinminutes 例如,如果要检测 5 分钟,请使用: root@kitploit: sudo...
5.4AI score
SaveExploits0
PortDog - Simple Python Script to Detect Port Scanning Techniques
PortDog is a network anomaly detector aimed to detect port scanning techniques. It is entirely written in python and has easy-to-use interface. It was tested on Ubuntu 15. Please note that, it is not working on Windows OS due to suffering from capturing RAW packets.I am working on to write this...
7.1AI score
SaveExploits0References1
20