Python Port Scanner: Faster than Nmap.

I have written a port scanner on python. It can scan 65000 ports on 8.8.8.8 in 8 seconds, it is faster than Nmap with -T "insane". After scanning it can start nmap on discovered ports, i have written an additional module that can get more info about target from censys.io like OS, Route, Services and etc. I am currently working on implementing WAF detection and CVE detection, also i will add syn tcp scan method(currently it works on socket.connect) You can check it on: https://github.com/MajorRaccoon/RollerScanner I am opened for critics!

submitted by /u/Tough-Aide-1810
[link] [comments]

from hacking: security in practice https://ift.tt/3pwZyN3

Comments