kyletaylored / drupal-nodejs-sitemap

Small script for analyzing Drupal content types on sites.
4 stars 1 forks source link

Add Wappalyzer API #4

Open kyletaylored opened 5 years ago

kyletaylored commented 5 years ago

Detect applications and general site tools (only on first call)

https://www.wappalyzer.com/docs/api#analyze

curl -H "X-Api-Key: wappalyzer.api.demo.key" \
https://api.wappalyzer.com/analyze/v1/?url=https://example.com
kyletaylored commented 5 years ago

Still need to add dashboard interface for Metadata and Wappalyzer