wappalyzer-ruby

Analyzes a provided url and returns any services it can detect.

Usage:

url = 'http://some.url.com'
WappalyzerRb::Detector.new(url).analysis #=> ['Ruby', 'nginx', ...]

It is a fork of https://github.com/ElbertF/Wappalyzer (commit 7431c5e1e1).

TODO

  • Implement implies rule
  • Write a script to automatically translate apps.js to a ruby config file

DONE

  • Turn this into a gem
  • Break off wappalyzer.rb config into some other file