mhaskar / Octopus

Open source pre-operation C2 server based on python and powershell
GNU General Public License v3.0
733 stars 155 forks source link

Cannot delete HTTPS listener #17

Closed Luct0r closed 4 years ago

Luct0r commented 4 years ago

Unable to delete_listener if the listener is HTTPS...

deleteHTTPS

Luct0r commented 4 years ago

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)