mirror of
https://github.com/trustedsec/social-engineer-toolkit
synced 2025-02-17 05:48:46 +00:00
fix mssql bug
This commit is contained in:
parent
9e8ef06105
commit
b7595913bd
3 changed files with 9 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
~~~~~~~~~~~~~~~~
|
||||
version 7.3.14
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
||||
* fixed a delay change in mssql
|
||||
|
||||
~~~~~~~~~~~~~~~~
|
||||
version 7.3.13
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
|
|
@ -1 +1 @@
|
|||
7.3.13
|
||||
7.3.14
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue