Code Monkey home page Code Monkey logo

Comments (2)

Black-Lovelas avatar Black-Lovelas commented on June 3, 2024

I have not had the time to check the new version, but everything seems to be the same. This botnet runs via tor socks proxy servers to hide the c&c, if you plan to use it you will need to find or setup them yourself. Basically get cheap servers and then add SocksPort 0.0.0.0:9050 to the torcc file.

Setting up the cnc

1: install needed stuff
sudo apt-get install tor -y

2: edit tor config
nano /etc/tor/torrc

uncomment these 2 lines and change from 80 to your cnc port

#HiddenServiceDir /var/lib/tor/hidden_service/
#HiddenServicePort 80 127.0.0.1:80

so it would look like

HiddenServiceDir /var/lib/tor/hidden_service/
HiddenServicePort 31337 127.0.0.1:31337

save the file and restart tor

3: get your hidden service

cat /var/lib/tor/hidden_service/hostname

should return a .onion
hehggayfmlfvhseyo3rwqnegerrgrrl7o7ikydb4zdlweuiyjtd.onion

4: backup your tor hidden service

save the full folder /var/lib/tor/hidden_service/ (all its contents) so that
if your cnc box goes down you can reuse the same hidden service on an other
vps (like domain)

This should be a good enough rundown for you to figure out the rest yourself. You can use basically any cc7 script for this, good luck.

from enemy.

freakanonymous avatar freakanonymous commented on June 3, 2024

I have not had the time to check the new version, but everything seems to be the same. This botnet runs via tor socks proxy servers to hide the c&c, if you plan to use it you will need to find or setup them yourself. Basically get cheap servers and then add SocksPort 0.0.0.0:9050 to the torcc file.

Setting up the cnc

1: install needed stuff sudo apt-get install tor -y

2: edit tor config nano /etc/tor/torrc

uncomment these 2 lines and change from 80 to your cnc port

#HiddenServiceDir /var/lib/tor/hidden_service/ #HiddenServicePort 80 127.0.0.1:80

so it would look like

HiddenServiceDir /var/lib/tor/hidden_service/ HiddenServicePort 31337 127.0.0.1:31337

save the file and restart tor

3: get your hidden service

cat /var/lib/tor/hidden_service/hostname

should return a .onion hehggayfmlfvhseyo3rwqnegerrgrrl7o7ikydb4zdlweuiyjtd.onion

4: backup your tor hidden service

save the full folder /var/lib/tor/hidden_service/ (all its contents) so that if your cnc box goes down you can reuse the same hidden service on an other vps (like domain)

This should be a good enough rundown for you to figure out the rest yourself. You can use basically any cc7 script for this, good luck.

that is correct, enjoy Egida

from enemy.

Related Issues (1)

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.