mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01:00
Merge a4227e8333 into 03be59042f
This commit is contained in:
commit
ebf4b58daa
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ def tamper(payload, **kwargs):
|
||||||
|
|
||||||
Reference:
|
Reference:
|
||||||
* http://shiflett.org/blog/2006/jan/addslashes-versus-mysql-real-escape-string
|
* http://shiflett.org/blog/2006/jan/addslashes-versus-mysql-real-escape-string
|
||||||
|
* https://lonewolfzero.wordpress.com/2017/07/03/addslashes-multibyte-sql-injection-mysql-and-php-case-study/
|
||||||
|
|
||||||
>>> tamper("1' AND 1=1")
|
>>> tamper("1' AND 1=1")
|
||||||
'1%bf%27-- -'
|
'1%bf%27-- -'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue