Closed Luct0r closed 4 years ago
Unable to delete_listener if the listener is HTTPS...
After some troubleshooting, it looks to be somewhere around Line 207 of weblistener.py:
request = web_requests.post("http://%s:%s/%s" % (host, port, kill_listener_url), data=data)
Unable to delete_listener if the listener is HTTPS...