Skip to content

CLI developed of Node js to detect tech stack behind a company/website

License

Notifications You must be signed in to change notification settings

existentialcoder/TechstackCLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'

Single example Or more than one url (upto 10) Single example

Feel free to contribute. Happy hacking :)