Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nekmo/pentest-studio

Project management for auditors. Create command templates and execute them with one click
https://github.com/nekmo/pentest-studio

pentesting project-management

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

.. image:: https://raw.githubusercontent.com/Nekmo/pentest-studio/master/logo.png
:width: 100%
:align: center

|

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
======

.. code-block:: toml

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
==========

.. code-block:: toml

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