You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Honjes
75a8863726
|
4 years ago | |
---|---|---|
.github | 4 years ago | |
bin | 4 years ago | |
build | 5 years ago | |
src | 4 years ago | |
.editorconfig | 5 years ago | |
.eslintignore | 6 years ago | |
.eslintrc.js | 5 years ago | |
.gitattributes | 12 years ago | |
.gitignore | 4 years ago | |
.prettierrc | 5 years ago | |
.travis.yml | 4 years ago | |
LICENSE | 5 years ago | |
README.md | 4 years ago | |
package.json | 4 years ago | |
schema.json | 4 years ago | |
yarn.lock | 4 years ago |
README.md
Wappalyzer
Wappalyzer identifies technologies on websites. It detects content management systems, ecommerce platforms, JavaScript frameworks, analytics tools and much more.
- wappalyzer on NPM
- wappalyzer-core on NPM
- Chrome extension
- Firefox add-on
- Edge extension
- Bookmarklet
- wappalyzer/cli on Docker Hub
- Wappalyzer REST APIs
Documentation
Please read the developer documentation.
Quick start
git clone https://github.com/aliasio/wappalyzer
cd wappalyzer
yarn install
yarn run link
Usage
Command line
node src/drivers/npm/cli.js https://example.com
Chrome extension
- Go go
about:extensions
- Enable 'Developer mode'
- Click 'Load unpacked'
- Select
src/drivers/webextension
Firefox extension
- Go go
about:debugging#/runtime/this-firefox
- Click 'Load Temporary Add-on'
- Select
src/drivers/webextension/manifest.json