mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
Minor layout adjustments
This commit is contained in:
parent
150abc0f1e
commit
03a6739fbf
|
@ -399,8 +399,13 @@ class Metasploit:
|
||||||
if extra is not None:
|
if extra is not None:
|
||||||
self.__payloadCmd += " %s" % extra
|
self.__payloadCmd += " %s" % extra
|
||||||
|
|
||||||
# TODO: payload stager for Linux can not be encoded as long as
|
# NOTE: payload stager for Linux can only be encoded if the
|
||||||
# Metasploit developers do not commit my minor patch for msfencode
|
# Metasploit working copy has been updated after May 11, 2009
|
||||||
|
# (http://trac.metasploit.com/changeset/6543)
|
||||||
|
#
|
||||||
|
# TODO: remember to update this code as soon as Metasploit
|
||||||
|
# Framework 3.3 is out officially and update the user's manual to
|
||||||
|
# notify that sqlmap depends upon Metasploit Framework 3.3
|
||||||
else:
|
else:
|
||||||
self.__payloadCmd += " X > %s" % outFile
|
self.__payloadCmd += " X > %s" % outFile
|
||||||
|
|
||||||
|
|
|
@ -604,6 +604,7 @@ class MSSQLServerMap(Fingerprint, Enumeration, Filesystem, Miscellaneous, Takeov
|
||||||
|
|
||||||
logger.info("restarting Microsoft SQL Server, wait..")
|
logger.info("restarting Microsoft SQL Server, wait..")
|
||||||
time.sleep(15)
|
time.sleep(15)
|
||||||
|
|
||||||
# TODO: use 'sc' to:
|
# TODO: use 'sc' to:
|
||||||
# * Warn the user that sqlmap needs to restart the SQL Server
|
# * Warn the user that sqlmap needs to restart the SQL Server
|
||||||
# service, ask for confirmation
|
# service, ask for confirmation
|
||||||
|
|
Loading…
Reference in New Issue
Block a user