fix mssql bug

This commit is contained in:
TrustedSec 2016-09-22 11:03:56 -04:00
parent 9e8ef06105
commit b7595913bd
3 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,9 @@
~~~~~~~~~~~~~~~~
version 7.3.14
~~~~~~~~~~~~~~~~
* fixed a delay change in mssql
~~~~~~~~~~~~~~~~
version 7.3.13
~~~~~~~~~~~~~~~~

View file

@ -1 +1 @@
7.3.13
7.3.14

View file

@ -299,7 +299,8 @@ def deploy_hex2binary(ipaddr, port, username, password):
os.path.join(core.setdir + "reports/powershell/powershell.rc")))
core.print_status("Waiting for the listener to start first before we continue forward...")
core.print_status("Be patient, Metasploit takes a little bit to start...")
child2.expect("Starting the payload handler", timeout=30000)
#child2.expect("Starting the payload handler", timeout=30000)
child2.expect("Processing", timeout=30000)
core.print_status("Metasploit started... Waiting a couple more seconds for listener to activate..")
time.sleep(5)