mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Minor adjustments
This commit is contained in:
parent
a4d62af2ea
commit
c1010c20d8
3 changed files with 5 additions and 1 deletions
|
|
@ -257,7 +257,7 @@ class MySQLMap(Fingerprint, Enumeration, Filesystem, Takeover):
|
|||
logMsg = "confirming MySQL"
|
||||
logger.info(logMsg)
|
||||
|
||||
payload = agent.fullPayload(" AND CONCAT('%s', '%s')='%s%s'" % (randInt, randInt, randInt, randInt))
|
||||
payload = agent.fullPayload(" AND ISNULL(1/0)")
|
||||
result = Request.queryPage(payload)
|
||||
|
||||
if result != True:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue