Mobile phone app for use on physical pentests as well as other assessments. Built for the Android OS using Kivy.
Currently in active development.
Operator uses a basic INI style configuration file. Copy config.example.ini
to config.ini
and set the
values appropriately. To add new configuration options:
- Ensure the section already exists in MainApp.build_config
- Optionally (and preferably) set a sane default value in MainApp.build_config
- Optionally add it to the JSON data used by MainApp.build_settings
Current documentation can be built locally with sphinx using the command:
sphinx-build -b html docs/source docs/html
.
Operator Development Team:
- Spencer McIntyre - zeroSteiner (@zeroSteiner)
- Brandan Geise - coldfusion (@coldfusion39)
- Jeff McCutchan - jamcut (@jamcut)
- Max Schachere - maxschachere