# README
Banner Grabber
This is an example of Banner Grabber Go module. You can compile it or use owr pre-compiled executables.
in order to run banner grabber you can run the following command:
go run /path/to/main.go -target 192.168.1.1 -type http
Command line arguments
Here are the command line arguments:
-maxthreads int
Maximum number of threads: between 5 to 8192 (default 10)
-output string
Output file
-port int
Target Port to grab. (default -1)
-target string
Target to grab. Host name/IP/FQDN
-timeout int
Timeout(in seconds) for each port scan. The greater timeout results more accurate scan (default 3)
-type string
Type of grabbing
http, https, ssh, telnet (default "http")
-verbose
Use this flag if you want more info about grabbing process