mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-05-15 01:46:53 +00:00
Minor layout adjustments
This commit is contained in:
parent
150abc0f1e
commit
03a6739fbf
2 changed files with 9 additions and 3 deletions
|
|
@ -604,13 +604,14 @@ class MSSQLServerMap(Fingerprint, Enumeration, Filesystem, Miscellaneous, Takeov
|
|||
|
||||
logger.info("restarting Microsoft SQL Server, wait..")
|
||||
time.sleep(15)
|
||||
|
||||
# TODO: use 'sc' to:
|
||||
# * Warn the user that sqlmap needs to restart the SQL Server
|
||||
# service, ask for confirmation
|
||||
# * Stop the SQL Server service (after handling DEP)
|
||||
# * Start the SQL Server service (after handling DEP)
|
||||
|
||||
# Another way to restart MSSQL consists of writing a bat file with
|
||||
# Another way to restart MSSQL consists of writing a bat file with
|
||||
# the following text:
|
||||
#
|
||||
#@ECHO OFF
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue