We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f39c73 commit 9a464ceCopy full SHA for 9a464ce
pocsuite3/modules/httpserver/__init__.py
@@ -89,7 +89,7 @@ class HTTPServerV4(HTTPServer):
89
90
91
class PHTTPServer(threading.Thread, metaclass=PHTTPSingleton):
92
- def __init__(self, bind_ip='0.0.0.0', bind_port=666, is_ipv6=False, use_https=False,
+ def __init__(self, bind_ip='0.0.0.0', bind_port=6666, is_ipv6=False, use_https=False,
93
certfile=os.path.join(paths.POCSUITE_TMP_PATH, 'cacert.pem'),
94
requestHandler=BaseRequestHandler):
95
threading.Thread.__init__(self)
0 commit comments