Skip to content

BEEBSDONE/SPSOW

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

SPSOWv4 - Single Port Scanning of The World IPv4

This is a small script written in C to scan a single port just like an Nmap scan, but it's worldwide. The script creates a list of all the IP addresses possible excluding special-use ones like 192.168.x.x etc...


ATTENTION!!!
If you want to scan all the world, the IP list will be around 50GB when it's done generating, so make sure that you have enough space in your HD. You can still choose a range of IP instead of all the world.

Prerequisites

You can use any C compiler that you want, I used GCC but it's up to you really.

🚀 Getting started

Compile SPSOW.c file by using the command below if you're using GCC:
gcc SPSOW.c -o SPSOW

Starting

To start to script, execute the executable created by the compiler like so:
./SPSOW