0.02
No commit activity in last 3 years
No release in over 3 years
This is merely a port of the javascript parts of Wappalyzer extension for Firefox and Chrome. It analyzes a url and tries to guess what software it uses (like server software, CMS, framework, programming language).
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

 Project Readme

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