An open API service indexing awesome lists of open source software.

https://github.com/000pp/magenta

🍊 Python Magento Vulnerability Scanner
https://github.com/000pp/magenta

magento magento2 pentest php python redteam scanner vulnerability

Last synced: 10 months ago
JSON representation

🍊 Python Magento Vulnerability Scanner

Awesome Lists containing this project

README

          

# 🍊 Magenta






Magenta is a python tool developed to identify the current Magento version and scan for vulnerabilities


## ⚡ Installing / Getting started

A quick guide of how to install and use Magenta.

```
1. Clone the repository with git clone https://github.com/oppsec/magenta.git
2. Install the libraries with pip3 install -r requirements.txt
3. Execute Magenta with: python3 main.py -u https://example.com
```



### ⚙️ Pre-requisites
- [Python 3](https://www.python.org/downloads/) installed on your machine.
- Install the libraries with `pip3 install -r requirements.txt`



### ✨ Features
- Fast scan
- Low RAM and CPU usage
- Identify Magento version
- Open-Source



### 📚 To-Do
- [ ] Vulnerability Scanner
- [ ] Improve Magento detection
- [ ] Improve code



### 🔨 Contributing

A quick guide of how to contribute with the project.

```
1. Create a fork from Magenta repository
2. Download the project with git clone https://github.com/your/magenta.git
3. Type cd magenta/
4. Make your changes
5. Commit and make a git push
6. Open a pull request
```



### ⚠️ Warning
- The developer is not responsible for any malicious use of this tool.