TechstackCLI
CLI developed of Node js to detect tech stack behind a company/website
Install / Use
/learn @existentialcoder/TechstackCLIREADME
Techstack CLI
CLI app to reveal tech stack of an enterprise (CLI wrapper for Wappalyzer)
Steps to use
- Download
node - Run the following command on terminal
npm install -g techstack-cli
source ~/.bashrc
techstack 'https://www.netflix.com'
Examples
Try for a single url
techstack 'https://www.github.com'
<img src="./example-images/single.png" alt="Single example" style="float: left; margin-right: 10px;" /> Or more than one url (<b>upto 10</b>) <img src="./example-images/double.png" alt="Single example" style="float: left; margin-right: 10px;" />
Feel free to contribute. Happy hacking :)
