Jamie

Results 4 comments of 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` ![image](https://github.com/ffuf/ffuf/assets/16426543/d6912c47-e307-4cdf-a99c-b9fec03e7b1c)