Skip to content

luftwaffe66/Undetectable-Reverse-Shell-1.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Undetectable Reverse Shell – Single Mode Edition

Undetectable Reverse Shell

Overview

This tool generates a powerful, obfuscated reverse shell payload using CMD + PowerShell, encoding the final payload in Base64 and using dynamic variable renaming for stealth and detection evasion. The goal is to produce a payload that can be executed directly via CMD with a high success rate in bypassing basic detection mechanisms.

Created and maintained by: luftwaffe66


Table of Contents

  1. Features
  2. Requirements
  3. Installation
  4. Usage
  5. Payload Characteristics
  6. License
  7. Disclaimer

Features

  • Single-mode payload: CMD + PowerShell + Base64
  • Full obfuscation via randomized variable names
  • Clean, minimal interaction
  • Compatible with all modern Windows environments
  • Automatically generates ready-to-execute CMD payload

Requirements

  • Python 3.x
  • A target Windows machine
  • A listener configured (e.g., nc -lvnp <port> or Metasploit multi/handler)

Installation

Clone the repository:

git clone https://github.com/1603160/Undetectable-Reverse-Shell-1.0.git
cd Undetectable-Reverse-Shell-1.0

Usage

Run the generator using Python 3:

python3 generador.py

You will be prompted for:

  • Target IP or Hostname
  • Port

The script will output a fully obfuscated, Base64-encoded reverse shell payload ready to execute directly via CMD.


Payload Characteristics

  • Memory-resident: No files dropped to disk
  • Hidden execution: Launches silently without opening a visible PowerShell window
  • Obfuscated: Random variable names and full Base64 encoding
  • Customizable: Easy to embed in other payloads or attack chains

License

This project is licensed under the MIT License. See the LICENSE file for details.


Disclaimer

This tool is provided for educational and authorized testing purposes only. The authors assume no responsibility for any misuse or damage caused by this software. Use it responsibly and only in environments where you have explicit permission to do so.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages