Tool Index - NovusEdge/gohack GitHub Wiki
Here's a list of all available tools:
Port Scanner
Tool Description
A simple port-scanner implemented in go.
Tool usage and details
[*]Usage:
gohack portScanner [args...]
[*] Supported aliases for portScanner:
ps pscanner PORTSCANNER portscanner PortScanner
[*] Arguments for portScanner:
-domain string
Domain for the target to scan. (default "scanme.nmap.org")
-end int
The port to end scanning. (default 1024)
-protocol string
Protocol to scan the port on. (tcp/udp) (default "tcp")
-start int
The port to start scanning. (default 1)
-timeout duration
Timeout for each port scan (default 500ns)
Banner Grabber
Tool Description
A simple banner-grabber implemented in go.
Tool usage and details
[*]Usage:
gohack bannerGrabber [args...]
[*] Supported aliases for bannerGrabber:
bg bgrabber BANNERGRABBER bannergrabber BannerGrabber
[*] Arguments for bannerGrabber:
-url string
URL for the target to scan. (default "scanme.nmap.org")
Doctor
Tool Description
A binary to help fix other broken/missing binaries...
Tool usage and details
[*]Usage:
gohack doctor [args...]
[*] Supported aliases for doctor:
doc doctor DOCTOR Doctor
[*] Arguments for doctor:
-all
Rebuild all binaries.
-specific string
Name of the binary to rebuild.
Summary
[~] List of tools and their aliases:
BinaryName: portScanner
Supported aliases for portScanner:
ps pscanner PORTSCANNER portscanner PortScanner
BinaryName: bannerGrabber
Supported aliases for bannerGrabber:
bg bgrabber BANNERGRABBER bannergrabber BannerGrabber
BinaryName: doctor
Supported aliases for doctor:
doc doctor DOCTOR Doctor