DOKK / manpages / debian 10 / knocker / knocker.1.en
KNOCKER(1) General Commands Manual KNOCKER(1)

knocker - An easy to use network security port scanner

knocker --host <host> [OPTION]

knocker is a simple and easy to use TCP security port scanner written in C using pthreads which is able to analyze hosts and all of the different services started on them.

host name or numeric Internet address to scan
port number to scan (single port scan only)
port number to begin the scan from
port number to end the scan at
uses the last scanned host as target
performs again the last port scan
disable console output and logs to file.
log the results to a specified file.
disable fency output
disable colored output
let the user configure knocker
display this help and exit
output version information and exit

To run this program the standard way type:

knocker --host 192.168.0.1

If you want to specify a port range to scan:

knocker --host thehost --start-port 1 --end-port 2600

or

knocker -H thehost -SP 1 -EP 2600

To scan a single port:

knocker -H thehost --port 21

To run this program not using colors (if your terminal does not support colors):

knocker --host 192.168.0.1 --no-colors

To run this program run in background and have the results written in a log file:

knocker --host 192.168.0.1 --quiet &

The latest version of this program can be found at http://knocker.sourceforge.net

See the BUGS file in the knocker source package for a list of known bugs. Report bugs to <g.gabriele79@genie.it>

knocker is written by Gabriele Giorgetti <g.gabriele79@genie.it>

Copyright © 2001,2002 Gabriele Giorgetti
This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

May 24, 2002