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: 11 days ago
JSON representation

Contains a dockerized version of Wappalyzer to extract the technologies from a website

Lists

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).