mirror of
https://github.com/trustedsec/social-engineer-toolkit
synced 2025-04-04 14:56:08 +00:00
fix update_config to update_options in set listener payload
This commit is contained in:
parent
6f13ba930d
commit
acd1868b75
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ def start_listener():
|
|||
# if null then default to port 443
|
||||
print("[*] Defaulting to port 443 for the listener.")
|
||||
PORT = 443
|
||||
update_config("PORT=443")
|
||||
update_options("PORT=443")
|
||||
|
||||
try:
|
||||
# make the port an integer
|
||||
|
|
Loading…
Add table
Reference in a new issue