gf
gf copied to clipboard
gf install correctly but not working with cat file | gf formate
I install gf through go and check help with -h which give correct help and then i add it as cat file.txt | gf -list OR cat file.txt | gf xss and it's not working if there is any solution so please...............
MuneerAhmad7
To solve this issue you have to move gf patterns into the root directory of your system "~/.gf"
Steps:
mkdir ~/.gf
git clone https://github.com/tomnomnom/gf
cd gf/
mv examples/*.json ~/.gf
now check
gf -list
cat urls.txt | gf xss
Thanks Brother