mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-21 17:16:35 +03:00
unmagicquotes: add ref
This commit is contained in:
parent
732b9670d2
commit
a4227e8333
|
@ -24,6 +24,7 @@ def tamper(payload, **kwargs):
|
|||
|
||||
Reference:
|
||||
* 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")
|
||||
'1%bf%27-- -'
|
||||
|
|
Loading…
Reference in New Issue
Block a user