Ultra modular, multi-platform Remote Access Framework in Python.
SharpShell is a really cool remote access framework developed in Python. it's highly modular, making possibilities limitless
- Multi-Platform Support
- Modular Architecture
- Client Generation
- Remote Access Capabilities
- Persistence Mechanisms
- Obfuscation and Encoding (stackable)
- Interactive Interfaces
SharpShell/
├── components/
│ ├── linux/
│ │ ├── bases/
│ │ ├── control/
│ │ └── startup/
│ └── windows/
│ ├── bases/
│ ├── control/
│ └── startup/
├── encoders/
├── generated/
├── library/
│ ├── commands/
│ │ ├── client_interface/
│ │ ├── direct_interface/
│ │ ├── generator_interface/
│ │ └── global_interface/
│ │ └── listener_interface/
│ ├── interfaces/
│ └── modules/
├── resources/
├── setup/
│ ├── linux/
│ └── windows/
├── LICENSE
├── README.md
└── SharpShell.py
- Core: Python 3
- External Libraries: requirements can be found in the setup folder
This project is licensed under the BSD 3-Clause "New" or "Revised" License - see the LICENSE file for details.
SharpShell • Repository • Author: Sorzus
Give this project a ⭐ if you find it useful!