Jamie
Jamie
Actually, we could probably do with removing %/- and unicode chars from the wordlist too.
I've added ' to escape the command in here: https://github.com/KathanP19/JSFScan.sh/pull/38 Otherwise, thanks for a useful tool.
Clone the repo Change dir to %MYPATH/Insider/Cmd/Insider Run `go build` Run the built executable for your platform 👍
To silence the Progress bar, just output stderr to /dev/null `ffuf -u http://10.10.10.10 -w wordlist.txt 2>/dev/null` 