Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/danielstephengilbert/pentest-tools-api

A REST API that serves payloads used in penetration testing.
https://github.com/danielstephengilbert/pentest-tools-api

go penetration-testing rest-api

Last synced: 14 days ago
JSON representation

A REST API that serves payloads used in penetration testing.

Awesome Lists containing this project

README

        

pentest-tools/api

By Daniel Gilbert

A REST API written in Go that serves payloads used in penetration testing.

The purpose of my API is to be like an msfvenom/msfconsole, but via a web API :).
Configure payloads and retrieve or deploy them remotely/locally.

Usage:

// Traversal Routes
GET /types/ # Get the payload types
GET /types/ # List the payloads for a type
GET /types// # Get a specfic payload by ID or name

// Explicit Routes
GET /list/ # List the payloads for a type
GET /info// # Get the info for a specific payload by ID or name
GET /get// # Get a specific payload by ID or name
GET /dump/ # Prints details for all the payloads of a type