Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/calc1f4r/rootme
Rootme: A React-based reverse shell generator. Enter an IP address and port number to generate a variety of reverse shells in multiple languages. Ideal for ethical hacking and penetration testing.
https://github.com/calc1f4r/rootme
react reverse-shell rootme tailwind
Last synced: about 1 month ago
JSON representation
Rootme: A React-based reverse shell generator. Enter an IP address and port number to generate a variety of reverse shells in multiple languages. Ideal for ethical hacking and penetration testing.
- Host: GitHub
- URL: https://github.com/calc1f4r/rootme
- Owner: calc1f4r
- Created: 2024-03-25T16:01:11.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-04-20T11:42:56.000Z (8 months ago)
- Last Synced: 2024-04-20T12:40:21.478Z (8 months ago)
- Topics: react, reverse-shell, rootme, tailwind
- Language: JavaScript
- Homepage: https://rootme.vercel.app
- Size: 184 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Rootme : Your Reverse Shell Generator
Rootme is a React-based application designed to provide users with a variety of reverse shells. The application is easy to use - simply enter the desired IP address and port number, and Rootme will generate a list of reverse shells in various languages.
### Getting Started
To get a local copy up and running, follow these steps:
1. Clone the repo
Use the following command to clone this repository:
```bash
git clone https://github.com/calc1f4r/Rootme
```2. Install Dependencies
Navigate into the cloned repository and install the necessary npm packages using:
```bash
npm install
```3. Start the application
```bash
npm run dev
```### Usage
After starting the application, enter the IP address and port number in the provided fields. The application will then generate a list of reverse shells in various languages.
https://github.com/calc1f4r/Rootme/assets/74751675/c372ee38-417a-440d-bf72-3c97ef63f864
### Contributing
To add more reverse shells, edit the `scripts/shellCodes.jsx` file. Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request### Contact
Your Name - [Calcifer](https://twitter.com/calc1f4r) - [email protected]
Project Link: [Rootme](https://github.com/calc1f4r/Rootme)