Project management for auditors. Create command templates and execute them with one click. The output of the commands are stored and associated to a project and can be seen as text or a video.
dirhunt.plugin.toml
-------------------
name = "Dirhunt"
description = "Find web directories without bruteforce"
[setup]
test = "dirhunt"
install = "pip install dirhunt"
[[shortcuts]]
id = "dirhunt-search"
name = "Dirhunt search"
help = ""
command = 'dirhunt "{{ url }}"'
[[shortcuts.args]]
id = "url"
type = "url"
[[shortcuts.envs]]
key = "env_key"
value = "env_value"
dirsearch.collection.toml
-------------------------
name = "Search directories"
plugin_shortcuts = [
"dirhunt.dirhunt-search",
"dirbuster.dirbuster-search",
]
type = "web"
start = auto # auto, manual