dominee / wapor

Simplistic CLI for projectdiscovery/wappalyzergo

Home Page:https://github.com/projectdiscovery/wappalyzergo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wapor

Just a simplistic CLI for the wappalyzergo library.

Simply run

cat testdata/urls.txt | ./wapor

or

./wapor https://www.citadelo.com https://sme.sk https://github.com

and get your semicolon delimited wappalyzer output

https://www.citadelo.com : Google Tag Manager; HSTS; Nginx
https://sme.sk : HTTP/3; HSTS; Cloudflare
https://github.com : Amazon S3; Amazon Web Services; GitHub Pages; HSTS

Build

Looks like the wappalyzergo Weekly fingerprints update [Sun Aug 20 00:19:18 UTC 2023] are a bit broken and out of sync according to the releases, so no need to run scheduled builds for now. I'll set a synced github action for it later.

Credits

This simple client does in fact almost nothing, and is for my sole purpose of having a portable version. All the fame and glory goes to to wappalyzer for the amazing library and projectdiscovery/wappalyzergo for the lovely Go port. ❤️

About

Simplistic CLI for projectdiscovery/wappalyzergo

https://github.com/projectdiscovery/wappalyzergo


Languages

Language:Go 53.6%Language:Makefile 46.4%