Giter Site home page Giter Site logo

Errors about evilosx HOT 11 CLOSED

marten4n6 avatar marten4n6 commented on July 20, 2024
Errors

from evilosx.

Comments (11)

Marten4n6 avatar Marten4n6 commented on July 20, 2024

Run the server first then run the launcher.

from evilosx.

marvic2409 avatar marvic2409 commented on July 20, 2024

Run the server (start.py) and the launcher is what?

from evilosx.

Marten4n6 avatar Marten4n6 commented on July 20, 2024

Explain how you're getting that error? Payloads are sent to the background so you won't be able to see anything after the launcher has been run and the payload is successfully loaded.

from evilosx.

marvic2409 avatar marvic2409 commented on July 20, 2024

Well at first I was using my rubber ducky and I wasn't getting any result, so I decided to paste in the code (Starting with echo) into terminal and seeing the output.

from evilosx.

Marten4n6 avatar Marten4n6 commented on July 20, 2024

urllib2.URLError: <urlopen error [Errno 61] Connection refused>

Not sure what to tell you, it can't connect to the server to ask for a payload.
Maybe you specified the wrong IP/port (remake a launcher), if you're outside a local network make sure you forward your ports.

from evilosx.

marvic2409 avatar marvic2409 commented on July 20, 2024

from evilosx.

Marten4n6 avatar Marten4n6 commented on July 20, 2024

That doesn't matter as long as your specify the same thing in the builder and when starting the server.
You can run echo YOUR_BASE64_LONG_STRING | base64 --decode | grep -i 'request = ' to see where the launcher will connect back to, try visit this URL and see if it responds.

from evilosx.

marvic2409 avatar marvic2409 commented on July 20, 2024

from evilosx.

Marten4n6 avatar Marten4n6 commented on July 20, 2024

Hey, thanks very much for this letting me know of this, it was a stupid mistake on my part.
Please redownload this repository and everything should magically work now.

from evilosx.

marvic2409 avatar marvic2409 commented on July 20, 2024

from evilosx.

Marten4n6 avatar Marten4n6 commented on July 20, 2024

You can see every changes I make here, the commit that fixed this can be found here.
The problem was that I was starting the user interface (view) before the "background server", it never actually started the background server because the view is blocking, meaning it will not run any other code until it exits. I just overlooked this when I was cleaning up some code...

from evilosx.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.