Git Product home page Git Product logo

how-i-created-a-backdoor's Introduction

How I Created A Backdoor ๐Ÿ˜Ž

Linux-ok MacOS-ok Window-ok presentation

โš ๏ธ Disclaimer

Any actions and or activities related to the material contained within this repository is solely your responsibility. The misuse of the information in this website can result in criminal charges brought against the persons in question. The author will not be held responsible in the event any criminal charges be brought against any individuals misusing the information in this repository to break the law.


๐Ÿ‘Œ๐Ÿป Basic Backdoor

Description

Basic backdoor is the easiest backdoor that you could make. The victim is just a server that redirects incoming messages into a shell and then sends back the shell output. The victim IP can be found easly with nmap.

โš ๏ธ You usually need to be on the same subnet of the victim

Pre-requirements

  • netcat (usually already installed)

Usage

# On the victim
./basic-backdoor/backdoor.sh
# On the attacker
nc $VICTIM-IP 8080

๐Ÿ’ช๐Ÿป Advanced Backdoor

Description

This advanced backdoor allows to bypass the firewall and to communicate outside subnetwork. Now the victim is just a client, the attacker is the server. When the victim is connected to the attacker's server, he'll execute command provided by the attacker and then send it back its output. You can configure PORT and DNS inside the files backdoor-client.py and backdoor-server.py.

You can use freenom to get a free DNS. You can use aws to get free server.

Pre-requirements

  • python3 (usually already installed)
  • pip (only for attacker)

Usage

# On the victim for non-permanent backdoor
./advanced-backdoor/backdoor-client.py

# โš ๏ธ On the victim for "PERMANENT" backdoor
./advanced-backdoor/setup.sh
# On the attacker (where the DNS is pointing to)
pip3 install -r ./advanced-backdoor/requirements.txt
./advanced-backdoor/backdoor-server.py

โžก๏ธ Take time to understand how it's working, PR are welcomed

how-i-created-a-backdoor's People

Contributors

lucasmrdt avatar

Stargazers

 avatar  avatar Louis-Albert Bui avatar

Watchers

James Cloos avatar  avatar  avatar

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.