mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
removed pdb tracing
This commit is contained in:
@@ -117,8 +117,6 @@ class Web:
|
||||
query = agent.postfixQuery(query)
|
||||
payload = agent.payload(newValue=query)
|
||||
page = Request.queryPage(payload)
|
||||
import pdb
|
||||
pdb.set_trace()
|
||||
return page
|
||||
|
||||
def webInit(self):
|
||||
|
||||
Reference in New Issue
Block a user