Program for retrieving banners on open ports
Project description
## banner-snatcher
```
❯ ./banner-snatcher.py --help
usage: banner-snatcher.py [-h] --host HOST [HOST ...] -p PORT [PORT ...]
[-o FILE] [--debug] [-q]
Python program that snatches banners of accessible ports
optional arguments:
-h, --help show this help message and exit
--host HOST [HOST ...]
host(s) to scan
-p PORT [PORT ...], --port PORT [PORT ...]
port(s) to scan
-o FILE, --outfile FILE
output to file
--debug print error messages
-q, --quiet suppress all output
```
```
❯ ./banner-snatcher.py --help
usage: banner-snatcher.py [-h] --host HOST [HOST ...] -p PORT [PORT ...]
[-o FILE] [--debug] [-q]
Python program that snatches banners of accessible ports
optional arguments:
-h, --help show this help message and exit
--host HOST [HOST ...]
host(s) to scan
-p PORT [PORT ...], --port PORT [PORT ...]
port(s) to scan
-o FILE, --outfile FILE
output to file
--debug print error messages
-q, --quiet suppress all output
```
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.