Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] #285

Open
captainkyd opened this issue Sep 4, 2023 · 0 comments
Open

[BUG] #285

captainkyd opened this issue Sep 4, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@captainkyd
Copy link

Description

Traceback (most recent call last):
File "/mnt/h/hax/new2checkout/PoshC2/start.py", line 8, in
run()
File "/mnt/h/hax/new2checkout/PoshC2/poshc2/init.py", line 17, in run
server.start()
File "/mnt/h/hax/new2checkout/PoshC2/poshc2/server/init.py", line 11, in start
main(args)
File "/mnt/h/hax/new2checkout/PoshC2/poshc2/server/C2Server.py", line 466, in main
httpd = ThreadedHTTPServer((BindIP, BindPort), MyHandler)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/socketserver.py", line 456, in init
self.server_bind()
File "/usr/lib/python3.11/http/server.py", line 136, in server_bind
socketserver.TCPServer.server_bind(self)
File "/usr/lib/python3.11/socketserver.py", line 472, in server_bind
self.socket.bind(self.server_address)
TypeError: 'str' object cannot be interpreted as an integer

I simply ran posh-server after editing the install.sh to actually work and this is the error message I get. Not sure how to fix this issue though :-/

@captainkyd captainkyd added the bug Something isn't working label Sep 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant