JaackSkellington/postman_leak_recon — reverse-engineered prompt
Reverse engineered prompt
Build me a simple command line tool for ongoing Postman leak reconnaissance. I want to run one script, get a small interactive menu, and choose between hunting for leaks, showing only new findings, or exiting.
For hunting, let me give it a wordlist of keywords or domains and a client name. It should run Postman leak searches for each keyword, save the JSON results into a folder named after the client, and rename the files so I can tell which keyword produced them.
For reviewing results, it should scan that client folder, show the important parts in a clean readable way, like request name, method, URL, and headers, and hide anything I’ve already marked as reported. Use a simple hash based history file inside the client folder so next time it only shows brand new findings.
At the end, ask if I want to mark the new results as reported. Make it easy to run from the terminal and include basic setup notes for permissions and required tools.
Want more depth? Deep Reverse