Skip to content

Commit 9a464ce

Browse files
committed
Modify the binding port of HTTP server
1 parent 8f39c73 commit 9a464ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pocsuite3/modules/httpserver/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ class HTTPServerV4(HTTPServer):
8989

9090

9191
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,
92+
def __init__(self, bind_ip='0.0.0.0', bind_port=6666, is_ipv6=False, use_https=False,
9393
certfile=os.path.join(paths.POCSUITE_TMP_PATH, 'cacert.pem'),
9494
requestHandler=BaseRequestHandler):
9595
threading.Thread.__init__(self)

0 commit comments

Comments
 (0)