https://github.com/7244/wportscan
https://github.com/7244/wportscan
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/7244/wportscan
- Owner: 7244
- License: mit
- Created: 2024-06-21T11:34:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-28T04:51:11.000Z (over 1 year ago)
- Last Synced: 2025-01-28T05:26:35.318Z (over 1 year ago)
- Language: C
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wportscan
[](LICENSE)
wportscan is port scan program. Made for extreme long scans (months).
## Features
- Made in c99 language.
- Low SLOC and memory usage.
- Automatic export session.
- Range based scan for IP.
- Doesn't use multiple threads. (pretty standard for today)
## Installation
```sh
git clone --depth 1 https://github.com/7244/wportscan && \
cd wportscan && \
mkdir include && \
cd include && \
git clone --depth 1 https://github.com/7244/WITCH && \
cd .. && \
make
```
### Usage
1. scanning 192.168.1.1/24 for telnet port with speed of 100 ip per second
```
$ wportscan --ip 192.168.1.1/24 --port 23 --syndelay .01
$ ls
export_16a10c5b5a74.wps output_16a10c5b5a74.wps
$ wportscan --readoutput output_16a10c5b5a74.wps
readoutput for file output_16a10c5b5a74.wps
total output: 1
192.168.1.1:23
```
### Depends On
* https://github.com/7244/WITCH
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.