/pentest-studio

Project management for auditors. Create command templates and execute them with one click

Primary LanguageJavaScript

https://raw.githubusercontent.com/Nekmo/pentest-studio/master/logo.png


Pentest Studio

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.

Plugin

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"

Collection

dirsearch.collection.toml
-------------------------
name = "Search directories"
plugin_shortcuts = [
    "dirhunt.dirhunt-search",
    "dirbuster.dirbuster-search",
]
type = "web"
start = auto  # auto, manual