scripthunter
scripthunter copied to clipboard
Tool to find JavaScript files on Websites
Latest Hakrawler has removed -js flag. Used GoSpider to instead.
-----Line 86----- Before -> hakrawler -js -url $target -plain -depth 2 -scope strict -insecure > $TMPDIR/hakrawl1.txt After -> echo "$target" | hakrawler -insecure > $TMPDIR/hakrawl1.txt
plz fix it
i initiate the command with ./scripthunter.sh https://xxx.com and nothing happened this is the output below
I keep getting the error on every script it runs. Error: No such command 'format'. Error: No such command 'domain'. [*] Running GAU ./scripthunter.sh: line 77: gau: command not found...
how to run this tool with file of subdomain
fix path go apps in ~/go/bin/./ fix line 86 at hakrawler app echo "$target" |~/go/bin/./httpx |~/go/bin/./hakrawler -subs
~/go/bin/./
~/go/bin/./
Hi @robre Great tool but when ffuf starts it choose "http" protocol instead of "https" which i've inserted while running the tool. Please add some type of linkfinder & token...