GithubHelp home page GithubHelp logo

nocerainfosec / sextoubackdoor Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 4.35 MB

Remote Connections Made Simple: SextouBackdoor is a cross-platform Python 3 tool that helps you establish remote connections during a Red Team Engagement. It is not meant to be Encrypted nor Secure.

License: MIT License

Python 100.00%
command-execution cross-platform educational-tool ethical-hacking network-security offensive-security penetration-testing remote-communication

sextoubackdoor's Introduction

SextouBackdoor

SextouBackdoor is a cross-platform, educational offensive tool written in Python 3. This tool includes both the listener and client components for establishing a remote connection and executing commands on a target machine. Please note that this tool is intended for educational use only. ๐Ÿ› ๏ธ๐Ÿ”’

Demo

demo-video.mp4

Features

  • Remote command execution on the target machine.
  • Cross-platform compatibility (Python 3).
  • Minimal setup required.
  • Educational tool only. ๐Ÿ“˜๐ŸŽ“

Disclaimer

This tool is provided for educational purposes only. Misuse of this tool on unauthorized systems is illegal. The developer is not responsible for any illegal activities performed using this tool. ๐Ÿšซ๐Ÿ•Š๏ธ

Usage

Listener

  1. Clone the repository:

    git clone https://github.com/nocerainfosec/SextouBackdoor.git
    cd SextouBackdoor
  2. Run the listener script:

    python listener.py
  3. Follow the on-screen instructions and enter your educational use oath.

  4. The listener will wait for incoming connections from the client.

Client

  1. Clone the repository:

    git clone https://github.com/nocerainfosec/SextouBackdoor.git
    cd SextouBackdoor
  2. Edit the client.py script to set the appropriate host and port values to match the listener's IP address and port. Change the following line in client.py:

    host = "127.0.0.1"

    Replace "127.0.0.1" with the IP address of the machine running the listener.

  3. Run the client script:

    python client.py
  4. The client will establish a connection with the listener. You can now input commands on the listener's side to be executed on the client's machine.

Creating Standalone Executables with PyInstaller

You can create standalone executables for different operating systems using PyInstaller:

  • Windows:

    Open a Command Prompt and navigate to the directory where your listener.py and client.py scripts are located.

    pyinstaller --onefile --noconsole listener.py
    pyinstaller --onefile --noconsole client.py
  • macOS:

    Open the Terminal and navigate to the directory where your listener.py and client.py scripts are located.

    pyinstaller --onefile --noconsole listener.py
    pyinstaller --onefile --noconsole client.py
  • Linux:

    Open a terminal window and navigate to the directory where your listener.py and client.py scripts are located.

    pyinstaller --onefile --noconsole listener.py
    pyinstaller --onefile --noconsole client.py

The standalone executables will be generated in the dist directory within the project folder.

Requirements

  • Python 3.x
  • PyInstaller (for creating standalone executables)

Legal Notice

This tool is intended to be used for educational purposes only. It is the user's responsibility to ensure that their usage complies with all applicable laws and regulations. The developer disclaims any responsibility for any misuse or damage caused by this tool. ๐Ÿ“œโš–๏ธ

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to submit a pull request.

License

This project is licensed under the MIT License.

sextoubackdoor's People

Contributors

nocerainfosec avatar

Watchers

 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.