fix update_config to update_options in set listener payload

This commit is contained in:
TrustedSec 2016-04-18 10:11:51 -04:00
parent 6f13ba930d
commit acd1868b75

View file

@ -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