ilya
ilya
It’s a pure Go pcap handler, which is faster and doesn’t depend on CGO.
Related lines in the nmap sources: - https://github.com/nmap/nmap/blob/master/scan_engine_raw.cc#L300 - https://github.com/nmap/nmap/blob/master/scan_engine_raw.cc#L449 - https://github.com/nmap/nmap/blob/master/scan_engine_raw.cc#L466 - https://github.com/nmap/nmap/blob/master/scan_engine.h#L290 Depends on #4
Marking of a single packet is not enough sometimes to detect scanners like nmap and some types of attacks. The badcapt should use some kind of caching mechanisms for a...
There are cases, which are hard to implement regex for properly: email, unicode domains, etc. It would be great if bot could let user choose from a list of available...
Use command line arguments in addition to env variables to configure bot settings
This PR updates pip version to the latest and installs paramiko version 2.4.1. Closes Rhynorater/CVE-2018-15473-Exploit#10
Hello, Thank you for your enormous efforts to open source and maintaining this project! I think it would be handy to have an option (or even make it a default)...
Hey there, What do you think about adding a function that can serve events from a specified net.PacketConn or do you have a will to accept a PR with this...