https://github.com/caesarovich/rome-webshell
A powerful and delightful PHP WebShell
https://github.com/caesarovich/rome-webshell
pentest-tool pentesting vanilla-javascript webshell webshells
Last synced: 6 months ago
JSON representation
A powerful and delightful PHP WebShell
- Host: GitHub
- URL: https://github.com/caesarovich/rome-webshell
- Owner: Caesarovich
- License: gpl-3.0
- Created: 2021-06-10T07:21:12.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-16T01:17:40.000Z (about 1 year ago)
- Last Synced: 2025-03-28T05:11:12.402Z (12 months ago)
- Topics: pentest-tool, pentesting, vanilla-javascript, webshell, webshells
- Language: PHP
- Homepage:
- Size: 30.3 KB
- Stars: 58
- Watchers: 2
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rome WebShell
## A powerful and delightful PHP WebShell
This is a **lightweight PHP webshell**, using only vanilla JavaScript and CSS, _no jQuery/Bootstrap bloat_.

## Features
- Fully interactive **file explorer**, browser directories and download files instantly
- **Upload files** directly from the browser
- **Execute commands** without having to 'URL encode' your payloads
- **MD5 Password protection**, handy to restrain access during a King of The Hill for exemple
- Fully CSS animated, **responsive** and delightful FlatUI interface
- Easily customizable, usage of CSS variables makes it easy to use your favorite colors
- Obfuscated, this repository includes an already obfuscated version
## How to use
0. (Optionnal) Add a password: set the `$pass` variable to the **SHA512 string** of your password
1. Find a way to upload the file to a webserver
2. Access it through your browser
3. Enjoy ! Explore files, executes commands and more !
## Screenshots
#### File uploading

#### Exploring logs

## Disclaimer
This repository is for educationnal purposes only.
Malicious usage of this repository will not hold the author responsible.
Do not pentest without explicit permissions.