EvilOSX icon indicating copy to clipboard operation
EvilOSX copied to clipboard

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

Open dokumanx opened this issue 4 years ago • 3 comments

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?

dokumanx avatar Jul 18 '20 01:07 dokumanx

What r u running on?

palmiragomez avatar Jul 18 '20 22:07 palmiragomez

What r u running on?

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

dokumanx avatar Jul 19 '20 20:07 dokumanx

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!

palmiragomez avatar Jul 20 '20 21:07 palmiragomez