We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a09456 commit 95a03b9Copy full SHA for 95a03b9
1 file changed
README.md
@@ -63,6 +63,9 @@ requires go 1.23+
63
# sql recon + lfi scanning
64
./sif -u https://example.com -sql -lfi
65
66
+# framework detection (with cve lookup)
67
+./sif -u https://example.com -framework
68
+
69
# everything
70
./sif -u https://example.com -all
71
```
@@ -88,6 +91,7 @@ run `./sif -h` for all options.
88
91
| `shodan` | shodan host intelligence (requires SHODAN_API_KEY) |
89
92
| `sql` | sql admin panel and error disclosure detection |
90
93
| `lfi` | local file inclusion vulnerability scanning |
94
+| `framework` | web framework detection with version + cve lookup |
95
96
## contribute
97
0 commit comments