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

httplib.BadStatusLine: No status line received - the server has closed the connection #110

Open
dokumanx opened this issue Jul 18, 2020 · 3 comments

Comments

@dokumanx
Copy link

I build a Launcher. And then execute it in target machine. It gives me this error.

issue-evilos

And when I go back to server, it gave this error message.

issue-evilos2

Is there any solution for this error?

@palmiragomez
Copy link

What r u running on?

@dokumanx
Copy link
Author

What r u running on?

I built it on kali linux and am running on macOS Big Sur

@palmiragomez
Copy link

We have the same problem perhaps one of us can solve this quickly----
sooo the author of the project mentioned this:

" EvilOSX was originally written in python2 which is now deprecated and has been replaced with python3. The error you are facing is due to the new version of python3 renaming urllib2: https://docs.python.org/3/library/urllib.html
To solve your problem you would need to migrate the Launcher to use the new urllib. Note I have no clue what other changes need to be made nor what works at the moment."

at the moment this is what I'm working on---- replacing to new urllib.

best of luck & look forward to hearing back from you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants