You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With recent addition of fuzzing in #4477 , we can now fuzz headers and cookies and to avoid fuzzing meta or third party cookies/headers we keep a default blacklist hardcoded in nuclei see:
Please describe your feature request:
With recent addition of fuzzing in #4477 , we can now fuzz headers and cookies and to avoid fuzzing meta or third party cookies/headers we keep a default blacklist hardcoded in nuclei see:
nuclei/pkg/fuzz/component/headers.go
Lines 103 to 185 in 83fe481
nuclei/pkg/fuzz/component/cookie.go
Lines 98 to 137 in 83fe481
using wappalyzer and other sources we can generate a list of such default excludes and embed them in appropriate fuzzing components
The text was updated successfully, but these errors were encountered: