From dd66c9ada55e078164a16e1d50da8b50805907f6 Mon Sep 17 00:00:00 2001 From: EDR Labs <60473889+Edgardo-Ramirez-Canales@users.noreply.github.com> Date: Sun, 28 Jun 2026 22:13:27 -0600 Subject: [PATCH] =?UTF-8?q?docs:=20Docs=20(v=C3=ADa=20GitHub=20Trending=20?= =?UTF-8?q?Agent)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/README.md b/README.md index a1b6774..f44905a 100644 --- a/README.md +++ b/README.md @@ -79,4 +79,36 @@ Do NOT, under any circumstances, use any material in this repository maliciously Cybercrime is cringe. +## Contributing +We welcome contributions to this project! If you have suggestions, improvements, or bug fixes, please feel free to submit a pull request or open an issue. + +### How to Contribute +1. Fork the repository. +2. Create a new branch for your feature or bug fix. +3. Make your changes and commit them with clear messages. +4. Push your changes to your forked repository. +5. Submit a pull request to the main repository. + +### Code of Conduct +Please adhere to our code of conduct in all interactions related to the project. + +## Installation Instructions + +To install this project, clone the repository and install the required dependencies using the following commands: + +```bash +git clone https://github.com/bikini/exploitarium.git +cd exploitarium +pip install -r requirements.txt +``` + +## Usage Examples + +To run the proof of concept scripts, use the following command: + +```bash +python poc.py +``` + +Make sure to replace `poc.py` with the actual script you want to run. Refer to the individual PoC README files for specific usage instructions.