Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ares-21/obfushell
- Owner: Ares-21
- Created: 2024-08-17T15:06:26.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-29T18:29:56.000Z (2 months ago)
- Last Synced: 2024-09-30T09:21:25.516Z (about 1 month ago)
- Topics: 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
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
## 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
```