mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Trivial text update
This commit is contained in:
parent
de0df99d8e
commit
83972d405f
6 changed files with 10 additions and 10 deletions
|
|
@ -28,7 +28,7 @@ def tamper(payload, **kwargs):
|
|||
* MySQL 5.0
|
||||
|
||||
Notes:
|
||||
* Useful to bypass ModSecurity WAF/IDS
|
||||
* Useful to bypass ModSecurity WAF
|
||||
|
||||
>>> import random
|
||||
>>> random.seed(0)
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ def tamper(payload, **kwargs):
|
|||
* MySQL 5.0
|
||||
|
||||
Notes:
|
||||
* Useful to bypass ModSecurity WAF/IDS
|
||||
* Useful to bypass ModSecurity WAF
|
||||
|
||||
>>> tamper('1 AND 2>1--')
|
||||
'1 /*!00000AND 2>1*/--'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue