Pollenisator is a tool aiming to assist pentesters and auditor automating the use of some tools/scripts and keep track of them.
- Written in python 3
- Provides a modelisation of "pentest objects" : Scope, Hosts, Ports, Commands, Tools etc.
- Tools/scripts are separated into 4 categories : wave, Network/domain, IP, Port
- Objects are stored in a NoSQL DB (Mongo)
- Keep links between them to allow queries
- Objects can be created through parsers / manual input
- Business logic can be implemented (auto vuln referencing, item triggers, etc.)
- Many tools/scripts launch conditions are availiable to avoid overloading the target or the scanner.
- A GUI based on tcl/tk
Documentation
Everything is the wiki, including installation
Features
Roadmap
- Change the architecture to an API based one
- Get rid of Celery
- Add flexibity for commands
- Improve UX
- Add more plugin and improve existing ones
- Add real support for users / authenticated commands