ykankaya / PowerShell-Reverse-Shell-Generator

Obfuscated, FUD Simple PowerShell Reverse Shell One-Liner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PowerShell-Reverse-Shell-Generator

Obfuscated, FUD Simple PowerShell Reverse Shell One-Liner

Inspired by https://github.com/t3l3machus. Check out his awesome tools and videos. All credit from this goes to me watching one of his videos.

Fully Undetectable PowerShell-Reverse-Shell-Generator

Obfuscated Reverse Shell Generator - Uses the standard PS one-liner and obfuscates the payload. Unique string each time to evade detection.

FUD (Fully Undetectable) @ 11/04/2023

Features

  • Generates a PowerShell Reverse Shell one-liner which bypasses Defender.
  • Randomly assigns variable names
  • IP Address and Port Number are converted to Hex.
  • Random ID is given to each Shell Prompt
  • Accepts user input for the remote host IP address and port.

Installation

Clone the repository:

git clone https://github.com/deeexcee-io/PowerShell-Reverse-Shell-Generator.git

Usage

  1. Run the PowerShell-Obfuscator.pyscript
python3 PowerShell-Obfuscator.py
  1. When prompted Enter the IP Address and Port
  2. The script will output the obfuscated PowerShell payload.

Drop in PowerShell

image

Setup NC and catch Shell

image

Made with <3 by myself and chatgpt.

I am not a developer in anyway shape or form. I pentest and use other peoples code/chatgpt. I ask chatgpt questions and it gives me answers.

About

Obfuscated, FUD Simple PowerShell Reverse Shell One-Liner

License:MIT License


Languages

Language:Python 100.0%