mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Fixing CI/CD pipeline
This commit is contained in:
parent
2297c81309
commit
4c869817d4
10 changed files with 41 additions and 22 deletions
|
|
@ -208,7 +208,8 @@ def _drive_hpp(payload, name="id"):
|
|||
kb.postSpaceToPlus = False
|
||||
value = "%s=%s%s%s" % (name, PAYLOAD_DELIMITER, payload, PAYLOAD_DELIMITER)
|
||||
try:
|
||||
Connect.queryPage(value=value, place=PLACE.GET, disableTampering=True)
|
||||
_qp = getattr(Connect.queryPage, "__func__", Connect.queryPage)
|
||||
_qp(value=value, place=PLACE.GET, disableTampering=True)
|
||||
except _Sentinel:
|
||||
pass
|
||||
finally:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue