Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mozilla/minion
Minion
https://github.com/mozilla/minion
Last synced: about 1 month ago
JSON representation
Minion
- Host: GitHub
- URL: https://github.com/mozilla/minion
- Owner: mozilla
- License: mpl-2.0
- Archived: true
- Created: 2013-01-30T19:14:19.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2019-03-28T04:11:19.000Z (over 5 years ago)
- Last Synced: 2024-05-22T19:54:48.971Z (7 months ago)
- Size: 1.76 MB
- Stars: 354
- Watchers: 43
- Forks: 41
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-starred - mozilla/minion - Minion (others)
README
About Minion
============Minion is a security testing framework built by Mozilla to bridge the gap between developers and security testers.
To do so, it enables developers to scan their projects using a friendly interface.For complete user and developer documentation see http://minion.readthedocs.org/en/latest/
About this project
------------------This repository is an 'umbrella' project that simply ties together the separate projects that Minion needs.
The following two projects are the bare minimum needed to get Minion up and running:
* https://github.com/mozilla/minion-backend
* https://github.com/mozilla/minion-frontendThe following project helps developers setup their environment to get hacking on Minion:
* https://github.com/mozilla/minion-vmThe following projects are optional plugins for minion that add more functionality or wrap existing tools:
* https://github.com/mozilla/minion-zap-plugin
* https://github.com/mozilla/minion-ssl-plugin
* https://github.com/mozilla/minion-skipfish-plugin
* https://github.com/mozilla/minion-nmap-pluginLicense
-------
This software is licensed under the MPL License. For more
information, read the file ``LICENSE.md``.