Metadata-Version: 2.0
Name: banner-snatcher
Version: 1.0
Summary: Program for retrieving banners on open ports
Home-page: https://github.com/heywoodlh/banner-snatcher
Author: Spencer Heywood
Author-email: l.spencer.heywood@protonmail.com
License: MIT
Platform: UNKNOWN
Requires-Dist: dnspython
Requires-Dist: netaddr

## 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
```


