Packages and Binaries:
pnscan
Pnscan is a multi threaded port scanner that can scan a large network very quickly. If does not have all the features that nmap have but is much faster.
Installed size: 65 KB
How to install: sudo apt install pnscan
Dependencies:
- libc6
pnscan
Multi threaded port scanning tool
root@kali:~# pnscan -h
Usage: pnscan [<options>] [{<CIDR>|<host-range> <port-range>} | <service>]
This program implements a multithreaded TCP port scanner.
More information may be found at:
http://www.lysator.liu.se/~pen/pnscan
Command line options:
-h Display this information.
-V Print version.
-v Be verbose.
-d Print debugging info.
-s Lookup and print hostnames.
-i Ignore case when scanning responses.
-S Enable shutdown mode.
-l Line oriented output.
-w<string> Request string to send.
-W<hex list> Hex coded request string to send.
-r<string> Response string to look for.
-R<hex list> Hex coded response string to look for.
-L<length> Max bytes to print.
-t<msecs> Connect/Write/Read timeout.
-n<workers> Concurrent worker threads limit.
t_listen
root@kali:~# t_listen -h
41926
Updated on: 2023-Aug-14