Skip to content

7244/wportscan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

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

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published