/tcpc

A simple, single threaded and minimalistic port checker.

Primary LanguageRustMIT LicenseMIT

TCPC - TCP Port Checker

A simple, single threaded and minimalistic port checker.

Usage

USAGE:
    tcpc [OPTIONS] <target>

ARGS:
    <target>    The target to scan

OPTIONS:
    -s, --start_port <start_port>    Lowest port [default: 0]
    -m, --max_port <max_port>        Highest port [default: 65535]
    -d, --delay <delay>              Delay between two port checks in seconds [default: 1]
    -t, --timeout <timeout>          Connection timeout in seconds [default: 10]
    -o, --output <output>            File the output should be written to [default: ]
    -q, --quiet                      Dont print anything into std
        --socket                     Print the entire socket instead of the port alone
    -V, --version                    Print version information
    -h, --help                       Print help information

License

The MIT License (MIT). Please see License File for more information.