scripthunter icon indicating copy to clipboard operation
scripthunter copied to clipboard

Tool to find JavaScript files on Websites

Results 16 scripthunter issues
Sort by recently updated
recently updated
newest added

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

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

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...