Minor layout adjustments

This commit is contained in:
Bernardo Damele 2009-06-11 15:34:31 +00:00
parent 150abc0f1e
commit 03a6739fbf
2 changed files with 9 additions and 3 deletions

View File

@ -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

View File

@ -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