AB
ab2pentest/Wappalyzer4Docker
Wappalyzer in Docker (identifies technologies on websites)
Wappalyzer4Docker
Description
The Dockerfile in the original repository here is broken,
and as I use an older version of nodejs

I couldn't also install it using this small command line npm i -g wappalyzer
so I had to fix the Dockerfile and then save it here in my own repository.
Notes
- Before you use this try first to check your nodejs version if its =< 14 then you can easily install it using npm.
- 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 wappalyzerUsage
docker run --rm -it wappalyzerExample
docker run --rm -it https://github.com | gofxAnd here where you can find gofx.



