mirror of
https://github.com/trustedsec/social-engineer-toolkit
synced 2024-12-14 06:52:35 +00:00
added lhost option
This commit is contained in:
parent
f08a5f450b
commit
fc84b5045f
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ from src.core.setcore import *
|
|||
|
||||
def gen_hta_cool_stuff():
|
||||
print_status("HTA Attack Vector selected. Enter your IP, Port, and Payload...")
|
||||
ipaddr = raw_input("Enter the IP address for the reverse payload: ")
|
||||
ipaddr = raw_input("Enter the IP address for the reverse payload (LHOST): ")
|
||||
update_options("IPADDR=%s" % (ipaddr))
|
||||
port = raw_input("Enter the port for the reverse payload [443]: ")
|
||||
if port == "": port = "443"
|
||||
|
|
Loading…
Reference in a new issue