mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-25 19:13:48 +03:00
Removing leftover
This commit is contained in:
parent
a548eb5c70
commit
d7c0805e7c
|
@ -1030,8 +1030,6 @@ def checkWaf():
|
|||
conf.parameters = dict(backup)
|
||||
conf.parameters[PLACE.GET] = "" if not conf.parameters.get(PLACE.GET) else conf.parameters[PLACE.GET] + "&"
|
||||
conf.parameters[PLACE.GET] += "%s=%s" % (randomStr(), payload)
|
||||
import pdb
|
||||
pdb.set_trace()
|
||||
|
||||
logger.log(CUSTOM_LOGGING.PAYLOAD, payload)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user