Sha256: e0633390d9c9d872318ac9f5ff6c48f5b27ed5b61316064927e219190e50be26
Contents?: true
Size: 626 Bytes
Versions: 2
Compression:
Stored size: 626 Bytes
Contents
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 LINKS ----- * Rubygems (the gem): https://rubygems.org/gems/wappalyzer_rb * Github (source): https://github.com/skroutz/wappalyzer-ruby
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wappalyzer_rb-0.0.7 | README.md |
wappalyzer_rb-0.0.6 | README.md |