Nekmo / pentest-studio

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 36.1%Language:Python 22.5%Language:TypeScript 21.2%Language:CSS 11.5%Language:HTML 6.5%Language:SCSS 1.9%Language:Dockerfile 0.2%Language:Shell 0.2%