ZetaGo-Aurum/OctoDos ? reverse-engineered prompt

Reverse engineered prompt

Build me a Node.js command line toolkit called OctoDos that helps me test and inspect websites I own or have permission to check.

I want one command for a traffic stress test mode, one command for a deep site recon mode, and one command for web scraping. Make it run in an interactive menu or with direct arguments, and save clear JSON results and history so I can review what happened later. The stress test part should show live stats like requests, success rate, and connections, and let me choose different intensity levels. The recon part should check things like DNS, subdomains, SSL, headers, tech stack, ports, cloud provider clues, email security, and basic origin detection. The scraping part should gather page data in a useful way and store the output cleanly.

Please make it work on Node 16 plus, keep it cross platform, and include good error handling and readable console output. If you need to look up current docs online, feel free to do that.