1ndianl33t / Gf-Patterns

GF Paterns For (ssrf,RCE,Lfi,sqli,ssti,idor,url redirection,debug_logic, interesting Subs) parameters grep
MIT License
1.19k stars 279 forks source link

no such pattern ( Go tools Install as Binary ) #10

Closed Deku-izuku-dotcom closed 4 years ago

Deku-izuku-dotcom commented 4 years ago

Hello

wayback & gf tools are placed in /usr/local/bin
I mv the gf files to the same directory but got the safe error

Any solution, please ??

Thanks

gh0sh commented 4 years ago

Read the readme how to install gf..check your ~/.gf folder if not exist create one then copy .json files to that folder.

pankajninjasec commented 4 years ago

still have same problem

pankajninjasec commented 4 years ago

p@kali:~/.gf$ gf ssrf grep: .: Is a directory p@kali:~/.gf$ i get this error , i placed json file in ~/.gf directory but still have this problem

gh0sh commented 4 years ago

try this command: cat | gf ssrf #replace with files you want to search for the pattern

dd404x commented 4 years ago

I need help, I have the same problem,I use ‘cat | gf ssrf waybackdata’ and nothing will be output. It seems that grep called by gf treats text files as binary files. 截图20200908172052636

gh0sh commented 4 years ago

try this command: echo "bugcrowd.com" | gau | tee -a output.txt | gf ssrf --> if working then your gf is not a problem..maybe the file mggau.txt not contain ssrf pattern.

PS: Don't forget install gau (go get -u github.com/lc/gau)

dd404x commented 4 years ago

image image image It’s strange, is there a problem with my mggua file, grep always treats it as a binary file?

dd404x commented 4 years ago

Thank you, it seems that there is no problem when gf and gua are used at the same time

dd404x commented 4 years ago

image Thanks again, I seem to use gf to find ssrf

Deku-izuku-dotcom commented 4 years ago

Thanks a Lot
The solution Work for me