GitHunt
AB

ab2pentest/Wappalyzer4Docker

Wappalyzer in Docker (identifies technologies on websites)

Wappalyzer

Wappalyzer4Docker


Description

The Dockerfile in the original repository here is broken,
and as I use an older version of nodejs
2022-03-02_14-41-12

I couldn't also install it using this small command line npm i -g wappalyzer

2022-03-02_14-51-14

so I had to fix the Dockerfile and then save it here in my own repository.

Notes

  1. Before you use this try first to check your nodejs version if its =< 14 then you can easily install it using npm.
  2. Also check if my repository isn't outdated, in that case try to check original repo and update the necessary files here

Installation

git clone https://github.com/ab2pentest/Wappalyzer4Docker
cd Wappalyzer4Docker/
docker build . -t wappalyzer

2022-03-02_14-55-49

Usage

docker run --rm -it wappalyzer

2022-03-02_14-59-21

Example

docker run --rm -it https://github.com | gofx

2022-03-02_15-00-41

And here where you can find gofx.

Languages

JavaScript99.0%Dockerfile1.0%

Contributors

Created March 2, 2022
Updated March 6, 2022
ab2pentest/Wappalyzer4Docker | GitHunt