mirror of
https://github.com/trustedsec/social-engineer-toolkit
synced 2024-11-24 05:23:03 +00:00
used metaconfig
This commit is contained in:
parent
98e7238f34
commit
3304ec0952
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ def deploy_hex2binary(ipaddr,port,username,password):
|
|||
except: import pexpect
|
||||
print_status("Starting the Metasploit listener...")
|
||||
msf_path = meta_path()
|
||||
child2 = pexpect.spawn("%smsfconsole -r %s/meta_config\r\n\r\n" % (msf_path,setdir))
|
||||
child2 = pexpect.spawn("%smsfconsole -r %s/meta_config\r\n\r\n" % (meta_path(),setdir))
|
||||
|
||||
# random executable name
|
||||
random_exe = generate_random_string(10,15)
|
||||
|
|
Loading…
Reference in a new issue