- Joined
- 11 yrs. 6 mth. 26 days
- Messages
- 5,381
- Reaction score
- 18,380
- Age
- 45
- Wallet
- 11,590$
- [email protected]
This is a multi-threaded port scanner I wrote in C++, it is pretty fast too.
First it executes alive.sh which scans the network for alive hosts and saves those to a text document then it loads the text file and scans each address, when it scans each address it passes each of the functions half of the ports to scan at the same time (via multi-threading), when it is finished it guesses the service based on the list in the code. This code was inspired by the C port scanner in the Spring 2010 issue of 2600 but it is nothing like it anymore.
First it executes alive.sh which scans the network for alive hosts and saves those to a text document then it loads the text file and scans each address, when it scans each address it passes each of the functions half of the ports to scan at the same time (via multi-threading), when it is finished it guesses the service based on the list in the code. This code was inspired by the C port scanner in the Spring 2010 issue of 2600 but it is nothing like it anymore.