VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



snIPer A multiple port scanner

by Luke Huxley (1 Submission)
Category: Internet/HTML
Compatability: VB Script
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating: (15 Votes)

Unhappy as I was with other simple port scanners, I wrote snIPer. It'll scan a range of IPs as well as a range of ports, extremely fast with upto 999 simultaneous threads. I'm sure there are some bugs in the code, I wrote this about 3-4 years ago, found it again the other day and thought it might be worth uploading. Any comments, suggestions, critisms, death threats are more than welcome. Sorry, I haven't annotated it, if I get some free time I'll fix the bugs I find and give it comments. Just to explain WHY it’s faster, I have found and it runs faster than every scanner I’ve found yet except for SYN scanners. This is because it doesn’t don’t rely on winsock timing out, you set the timeout yourself (default of 4ms) and when the port has been open at that length of time the thread forcibly disconnects from the host without waiting for winsock to timeout and create an error report to provide the Visual Basic runtime files, which I’ve found effectively cuts time on an unnecessary function in the port scanner, there are buffer overflow issues when the scanner has more to do than Visual Basic will allow it, i.e. When 999 threads have scanned around 300,000 ports.
I think for my next project I’ll get onto writing a stealth scanner (SYN>SYN/ACK>CLOSE) with the same principle of response time as snIPer, fix the buffer overflow issue and add some extra functions to it. So watch this space! If anyone finds a faster SYN>SYN-ACK>ACK (Connecting) port scanner, let me know!!

Rate snIPer A multiple port scanner

Download snIPer A multiple port scanner

Download snIPer A multiple port scanner (43 KB)

snIPer A multiple port scanner Comments

No comments have been posted about snIPer A multiple port scanner. Why not be the first to post a comment about snIPer A multiple port scanner.

Post your comment

Subject:
Message:
0/1000 characters