Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-14T14:17:48.000Z (over 3 years ago)
- Last Synced: 2023-03-08T15:03:02.564Z (almost 2 years ago)
- Topics: pentest-tool, pentesting, vanilla-javascript, webshell, webshells
- Language: PHP
- Homepage:
- Size: 30.3 KB
- Stars: 25
- Watchers: 2
- Forks: 9
- 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_.
![Screenshot](https://i.imgur.com/mSuyxlS.png)
## 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
![Screenshot File Upload](https://i.imgur.com/MIH4H6W.png)
#### Exploring logs
![Screenshot File Upload](https://i.imgur.com/4yD7f7d.png)
## 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.