Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hunter-io/wappalyzer-api
Contains a dockerized version of Wappalyzer to extract the technologies from a website
https://github.com/hunter-io/wappalyzer-api
Last synced: 5 days ago
JSON representation
Contains a dockerized version of Wappalyzer to extract the technologies from a website
- Host: GitHub
- URL: https://github.com/hunter-io/wappalyzer-api
- Owner: hunter-io
- License: gpl-3.0
- Created: 2017-05-19T14:24:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-06-21T13:16:35.000Z (over 1 year ago)
- Last Synced: 2024-08-01T21:47:46.168Z (3 months ago)
- Language: JavaScript
- Size: 261 KB
- Stars: 52
- Watchers: 2
- Forks: 31
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wappalyzer API
This repository contains a dockerized and 'API-fied' version of [Wappalyzer](https://github.com/AliasIO/Wappalyzer). It aims to make it available through an API endpoint you can call from anywhere.
Pull the images from the Docker Hub to use the API right away: [https://hub.docker.com/r/hunterio/wappalyzer-api](https://hub.docker.com/r/hunterio/wappalyzer-api).
## To build it:
```
docker build -t ghcr.io/hunter-io/wappalyzer-api:3.6 .
```## To run it:
```
docker run -p 3000:3000 ghcr.io/hunter-io/wappalyzer-api:3.6
```## To use it:
```
curl 'localhost:3000/extract?url=https://hunter.io'
```## License:
Derived work of [Wappalyzer](https://github.com/AliasIO/Wappalyzer/).
Licensed under [GPL-3.0](https://opensource.org/licenses/GPL-3.0).