Coder Social home page Coder Social logo

Comments (7)

malwaredllc avatar malwaredllc commented on August 26, 2024

Hmm let me see if I can replicate the issue - I'll get back to you shortly!

from byob.

AgeOfMarcus avatar AgeOfMarcus commented on August 26, 2024

Ok well I found where the payloads and stagers get saved, its in modules/payloads or modules/stagers but no server is getting started, it seems.

from byob.

xLinkOut avatar xLinkOut commented on August 26, 2024

Same here.
$ python client.py 127.0.0.1 6969
-> dropper created...

$ python server.py --host 127.0.0.1 --port 6969
-> Server started...

Server is accessible via browser, but when I try to start the payload it give me "Connection refused".
I've noticed that url in client generation process had a double slash "/" after port (like http://127.0.0.1:6969//payload...) but nothing changed.

from byob.

mshirley avatar mshirley commented on August 26, 2024

This is happening because the following line is commented out in the latest version (0.1.4)

globals()['module_handler'] = subprocess.Popen('{} -m SimpleHTTPServer {}'.format(sys.executable, options.port + 1), 0, None, subprocess.PIPE, subprocess.PIPE, subprocess.PIPE, cwd=modules, shell=True)

This is the process that starts a listener on 1338 or port + 1. Once that service is started host:1338/payloads/ and host:1338/stagers/ should be accessible.

from byob.

mshirley avatar mshirley commented on August 26, 2024

i've created a pull request to fix this and a few other issues i've come across while getting things to work.

#13

from byob.

xLinkOut avatar xLinkOut commented on August 26, 2024

Nice, your version works well!

from byob.

malwaredllc avatar malwaredllc commented on August 26, 2024

Pull-request merged - thanks to @mshirley for the contribution and for fixing this issue!

from byob.

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.