From 95a03b91d79df34df6c7679309f3ffeffcc02468 Mon Sep 17 00:00:00 2001 From: Celeste Hickenlooper Date: Fri, 2 Jan 2026 18:54:24 -0800 Subject: [PATCH] docs: add framework detection to readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d5586bf..95934e7 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,9 @@ requires go 1.23+ # sql recon + lfi scanning ./sif -u https://example.com -sql -lfi +# framework detection (with cve lookup) +./sif -u https://example.com -framework + # everything ./sif -u https://example.com -all ``` @@ -88,6 +91,7 @@ run `./sif -h` for all options. | `shodan` | shodan host intelligence (requires SHODAN_API_KEY) | | `sql` | sql admin panel and error disclosure detection | | `lfi` | local file inclusion vulnerability scanning | +| `framework` | web framework detection with version + cve lookup | ## contribute