package
0.0.0-20210102134230-e437007d3e6f
Repository: https://github.com/javadmohebbi/gopentesttool.git
Documentation: pkg.go.dev

# 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

go-pentest-banner-grabber

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