wappalyzer_rb 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +11 -1
- data/lib/wappalyzer_rb/version.rb +1 -1
- data/wappalyzer_rb.gemspec +1 -1
- metadata +3 -2
data/README.md
CHANGED
|
@@ -13,6 +13,16 @@ It is a fork of https://github.com/ElbertF/Wappalyzer (commit 7431c5e1e1).
|
|
|
13
13
|
TODO
|
|
14
14
|
----
|
|
15
15
|
|
|
16
|
-
* Break off wappalyzer.rb config into some other file
|
|
17
16
|
* Write a script to automatically translate apps.js to a ruby config file
|
|
17
|
+
|
|
18
|
+
DONE
|
|
19
|
+
----
|
|
20
|
+
|
|
18
21
|
* Turn this into a gem
|
|
22
|
+
* Break off wappalyzer.rb config into some other file
|
|
23
|
+
|
|
24
|
+
LINKS
|
|
25
|
+
-----
|
|
26
|
+
|
|
27
|
+
Rubygems (the gem): https://rubygems.org/gems/wappalyzer_rb
|
|
28
|
+
Github (source): https://github.com/vrinek/wappalyzer-ruby
|
data/wappalyzer_rb.gemspec
CHANGED
|
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
|
|
|
9
9
|
s.email = ["kostas.karachalios@me.com"]
|
|
10
10
|
s.homepage = "https://github.com/vrinek/wappalyzer-ruby"
|
|
11
11
|
s.summary = %q{Analyzes a provided url and returns any services it can detect}
|
|
12
|
-
s.description = %q{This is merely a port of the javascript parts of Wappalyzer extension for Firefox and Chrome}
|
|
12
|
+
s.description = %q{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).}
|
|
13
13
|
|
|
14
14
|
s.rubyforge_project = "wappalyzer_rb"
|
|
15
15
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: wappalyzer_rb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -60,7 +60,8 @@ dependencies:
|
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
61
|
version: '0'
|
|
62
62
|
description: This is merely a port of the javascript parts of Wappalyzer extension
|
|
63
|
-
for Firefox and Chrome
|
|
63
|
+
for Firefox and Chrome. It analyzes a url and tries to guess what software it uses
|
|
64
|
+
(like server software, CMS, framework, programming language).
|
|
64
65
|
email:
|
|
65
66
|
- kostas.karachalios@me.com
|
|
66
67
|
executables: []
|