Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nekmo/pentest-studio
- Owner: Nekmo
- Created: 2018-12-23T02:54:26.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-19T21:48:11.000Z (over 1 year ago)
- Last Synced: 2024-10-24T04:50:25.652Z (3 months ago)
- Topics: pentesting, project-management
- Language: JavaScript
- Homepage:
- Size: 4.35 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.rst
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