GoCutty
GoCutty is a tool I wrote that helps with website crawling. It does the following steps:
Runs a gobuster directory enumeration scan
Runs cuttycapt and takes webpage screenshots using the gobuster output
Then creates an HTML page for you to quickly open and view the tooling output of webpages in the site.
Sample output:
Also prints the fetched URL now
CuttyCapt Alone Ex:
cutycapt --url=www.aa.com --out=aa.jpeg --user-agent="Mozilla/5.0 (Linx; Android 4.4.2; SAMSUNG-SM-G900A Build/KOT49H) AppleWebKit/537.36 (KHTML, like Geko) Chrome/45.0.2454.94 Mobile Safari/537.36"
Last updated
Was this helpful?