Porch-Pirate

Postman recon / OSINT client and framework that facilitates the automated discovery and exploitation of API endpoints

python3 -m pip install porch-pirate

porch-pirate -s nasa.gov --dump

porch-pirate -s nasa --globals

porch-pirate -w 3fd45c-f2c4-4a9f-91e-46ed #check a specific global

porch-pirate -w 3fd45c-f2c4-4a9f-91e-46ed --dump #dump a specific global

porch-pirate -w abd6bded-ac31-4d-87d6-aa4a3 --urls #extract urls
 
Porch Pirate supports the following arguments to be performed on collections, 
workspaces, or users.

--globals
--collections
--requests
--urls
--dump
--raw
--curl

Check original documentation for extra references!

Last updated