ScanX is a Light-weight TCP Port Scanner. It attempts to connect to a list of ports on a specified host to check which ports are open.
- Scans a range of ports on a given hostname or IP address.
- Displays open ports.
- A C compiler (e.g.,
gcc
).
- Clone the repository or download the source code files.
- Compile the source code using a C compiler.
- Run the compiled executable with the hostname/IP address and port range as arguments.
Example command:
gcc -o ScanX scanx.c && ./ScanX example.com 1 1024