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
Nuclei Fuzzing module already supports postfix,prefix,infix,replace rules, which specify how to handle new payload value, but sometimes exact value may not be known while replacing .
Ex: replacing a numerical value in path with a sqli payload, while this can't be achieved using replace directly because it will replace complete path at once ( and path is not known earlier) but this can now be achieved using this
tarunKoyalwar
changed the title
Replace Regex Mode ( we currently support infix,postfix,prefix,replace )
Fuzzing: Replace Regex Mode ( we currently support infix,postfix,prefix,replace )
Mar 7, 2024
Proposed Changes
Ex: replacing a numerical value in path with a sqli payload, while this can't be achieved using replace directly because it will replace complete path at once ( and path is not known earlier) but this can now be achieved using this
The text was updated successfully, but these errors were encountered: