/claim #5838
I have added an intelligent XSS Context Analyzer in pkg/fuzz/analyzers/xss.
It uses golang.org/x/net/html for proper HTML tokenization, allowing it to accurately detect reflection in:
Verified with 6 local unit tests. All tests passed. Output: — PASS: TestDetermineContext (0.00s) — PASS: TestDetermineContext/HTML_Text_Context (0.00s) — PASS: TestDetermineContext/Script_Block_Context (0.00s) — PASS: TestDetermineContext/Attribute_Value_Context (0.00s) — PASS: TestDetermineContext/Attribute_Name_Context (0.00s) — PASS: TestDetermineContext/HTML_Comment_Context (0.00s)
New Features
Tests
Sonu Mishra
@sonumishrAA
ProjectDiscovery
@projectdiscovery