mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
enablind DNS server for DNS data exfiltration
This commit is contained in:
parent
8be9cd4ac4
commit
f7a664b120
3 changed files with 25 additions and 3 deletions
|
|
@ -119,7 +119,7 @@ class Takeover(Abstraction, Metasploit, ICMPsh, Registry, Miscellaneous):
|
|||
if tunnel == 2:
|
||||
isAdmin = runningAsAdmin()
|
||||
|
||||
if isAdmin is not True:
|
||||
if not isAdmin:
|
||||
errMsg = "you need to run sqlmap as an administrator "
|
||||
errMsg += "if you want to establish an out-of-band ICMP "
|
||||
errMsg += "tunnel because icmpsh uses raw sockets to "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue