Loading...
URL pattern matching tool by Tomnomnom for vulnerability filtering
go install github.com/tomnomnom/gf@latestInstall via Goecho 'xss: <script>alert(1)</script>' >> ~/.gf/patterns/xssAdd custom XSS patterngf -hVerify installationcat all_urls.txt | gf xss > xss.txtcat all_urls.txt | gf ssrf > ssrf.txtcat all_urls.txt | gf redirect > redirect.txtcat all_urls.txt | gf sql > sql.txtcat all_urls.txt | gf sqli,idor > vulns.txtFilter URLs by specific pattern
List all saved patterns
Save a new pattern
Remove a saved pattern
Show only matching results
Disable colors in output
Detect input points prone to XSS
Detect input points prone to SSRF
Detect input points prone to SQL Injection
Detect potential IDOR points
Detect Open Redirect
Detect Remote Code Execution
Detect Local File Inclusion
Detect Server-Side Template Injection