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
- Host: GitHub
- URL: https://github.com/000pp/magenta
- Owner: 000pp
- License: mit
- Created: 2021-06-09T21:05:30.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-18T16:32:21.000Z (over 4 years ago)
- Last Synced: 2025-04-24T02:08:52.433Z (about 1 year ago)
- Topics: magento, magento2, pentest, php, python, redteam, scanner, vulnerability
- Language: Python
- Homepage: https://magento.com
- Size: 14.6 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.