FreshRSS

πŸ”’
❌ Secure Planet Training Courses Updated For 2019 - Click Here
There are new available articles, click to refresh the page.
Before yesterdayYour RSS feeds

scanme vs nmap

The comparison between scanme and nmap for syn scanning 65k tcp ports! scanme completed the scan in just 3.1 seconds, while nmap took 9.54 seconds. That's almost 3 times faster!

After another round of coding I decided to re-post. I started to implement syn scan via raw sockets (added IPv6 support)
and after a few tests I noticed that is way slower if compared to the implementation that uses pcap (without parallelism), since I am using non-blocking sockets (I found this pretty interesting)... perhaps I am doing something wrong? I tried to tune the deadline decreasing down to 1ms but in that case, I gained speed but I lost accuracy in the results of the scan. Trying to figure ways of speeding up syn scan via sockets, the best effort test on a directly connected device took about 20s to complete the scan, is that decently acceptable?

If you're interested, you can find the code for scanme on GitHub: https://github.com/CyberRoute/scanme

Any feedback or contribution is super welcome!!! Thanks in advance

submitted by /u/Technical_Shelter621
[link] [comments]

Scame

Introducing Scanme, a Go Package for Effortless Network Scanning ⏳

Are you passionate about network exploration and security? Say hello to Scanme! 🌐 What is Scanme? Scanme is a straightforward Go package designed to simplify network scanning processes using SYN (stealth) scans. This tool allows you to effortlessly scan a single IP address for open ports and delve deeper into the realm of network scanning techniques. Scanme stands out by providing an automated solution for fast and efficient scans across all 65535 TCP ports! πŸ”„

submitted by /u/Technical_Shelter621
[link] [comments]
❌