Giter Club home page Giter Club logo

xploitra's Introduction

Xploitra: Reverse Shell Payload Generator

Xploitra is a versatile and powerful reverse shell payload generator tool designed for educational and security testing purposes. It allows users to generate reverse shell payloads with customizable options, leveraging various obfuscation techniques and session management. This tool is highly adaptable for simulating real-world attack scenarios and testing the security posture of systems.

Features

  • Payload Generation: Creates obfuscated reverse shell payloads for Windows platforms.
  • Cross-Platform: The tool can generate the payload on any OS.
  • Session Management: Allows handling multiple reverse shell sessions concurrently.
  • Obfuscation: Uses randomized encoding and string manipulation techniques to bypass basic detection mechanisms.
  • Payload Customization: Modify IP, port, and payload execution commands for tailored payloads.
  • Base64 Encoding: Encodes the payload for easy delivery through secure channels.

Prerequisites

  • Python 3.7+
  • tqdm (Progress bar functionality)

Installation

  1. Clone the repository:

    git clone https://github.com/AnonKryptiQuz/Xploitra.git
    cd Xploitra
  2. Install the required packages:

    pip install -r requirements.txt

    Ensure requirements.txt contains:

    tqdm==4.64.1
    

Usage

  1. Run the tool:

    python Xploitra.py -l <LOCAL_IP> -p <PORT> [-n ngrok]
  2. Follow the prompts to configure and generate your reverse shell payload.

  3. After generation, the payload will be saved as a .bat file, which is compatible with Windows systems.

Author

Created by: AnonKryptiQuz

xploitra's People

Contributors

anonkryptiquz 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.