mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-10 09:49:06 +00:00
added --tamper option
This commit is contained in:
6
tamper/dummy.py
Normal file
6
tamper/dummy.py
Normal file
@@ -0,0 +1,6 @@
|
||||
def tamper(place, value):
|
||||
print "Hi, World!"
|
||||
print value
|
||||
if place=="GET" and value:
|
||||
value=value.upper()
|
||||
return value
|
||||
Reference in New Issue
Block a user