Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ares-21/obfushell

A tool to obfuscate powershell reverseshell payloads to be undetected in windows
https://github.com/ares-21/obfushell

cybersecurity hacking hacking-tool hacking-tools obfuscation obfuscation-script obfuscation-tool offensive-security open-source penetration-testing penetration-testing-tools pentest powershell python readteaming redteam redteam-tools

Last synced: 26 days ago
JSON representation

A tool to obfuscate powershell reverseshell payloads to be undetected in windows

Awesome Lists containing this project

README

        

# ObfuShell

This is a tool created to help obfuscate powwershell reverse shell scripts evade detection by windows real-time protection


Developed on Kali
PowerShell
Python

## Screenshots

![obfushell](https://github.com/user-attachments/assets/68614949-940d-4b92-8a4f-66ee8cfb8ae9)

## Installation

To install this project:

```bash
https://github.com/A1a0k1a0s1h/ObfuShell.git
cd ObfuShell
```
Install the required dependancies:

```bash
pip install colorama
```
Run the tool:

```bash
python obfushell.py
```