wmap 2.5.5 → 2.5.6
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.
- checksums.yaml +4 -4
- data/{README.rdoc → README.md} +47 -33
- data/bin/wmap +46 -32
- data/lib/wmap/domain_tracker/sub_domain.rb +67 -76
- data/lib/wmap/domain_tracker.rb +176 -208
- data/lib/wmap/host_tracker/primary_host.rb +9 -9
- data/lib/wmap/host_tracker.rb +314 -361
- data/lib/wmap/site_tracker/deactivated_site.rb +3 -4
- data/lib/wmap/site_tracker.rb +586 -640
- data/lib/wmap/utils/url_magic.rb +1 -1
- data/version.txt +2 -2
- data/wmap.gemspec +2 -2
- metadata +4 -5
- data/logs/wmap.log +0 -17
data/lib/wmap/utils/url_magic.rb
CHANGED
@@ -378,7 +378,7 @@ module Wmap
|
|
378
378
|
#Selenium::WebDriver::Chrome.path = "/usr/local/bin/chromedriver"
|
379
379
|
#driver = Selenium::WebDriver.for :chrome
|
380
380
|
# http://watir.com/guides/chrome/
|
381
|
-
args = ['--ignore-certificate-errors', '--disable-popup-blocking', '--disable-translate']
|
381
|
+
args = ['--ignore-certificate-errors', '--disable-popup-blocking', '--disable-translate', '--disk-cache-size 8192']
|
382
382
|
browser = Watir::Browser.new :chrome, headless: true, options: {args: args}
|
383
383
|
browser.goto(url)
|
384
384
|
sleep(2) # wait for the loading
|
data/version.txt
CHANGED
@@ -3,8 +3,8 @@
|
|
3
3
|
###############################################################################
|
4
4
|
package = wmap
|
5
5
|
# wmap version 2.0 == web_discovery version 1.5.3
|
6
|
-
version = 2.5.
|
7
|
-
date = 2019-
|
6
|
+
version = 2.5.6
|
7
|
+
date = 2019-09-20
|
8
8
|
|
9
9
|
author = Sam (Yang) Li
|
10
10
|
email = yang.li@owasp.org
|
data/wmap.gemspec
CHANGED
@@ -37,8 +37,8 @@ Gem::Specification.new do |s|
|
|
37
37
|
s.email = info["email"]
|
38
38
|
s.executables = ["wmap","wscan","wadd","wadds","wdel","wcheck","wdump","spiderBot","googleBot","updateAll","prime","deprime","refresh","trust","distrust","run_tests"]
|
39
39
|
s.files = ["CHANGELOG.md", "TODO", "settings/discovery_ports","data/","LICENSE.txt",
|
40
|
-
"version.txt","README.
|
41
|
-
s.files += Dir['lib/*.rb'] + Dir['lib/wmap/*.rb'] + Dir['lib/wmap/**/*'] + Dir['bin/*'] + Dir['settings/*'] + Dir['demos/*'] + Dir['test/*'] + Dir['ruby_whois_patches/*'] + Dir['dicts/*']
|
40
|
+
"version.txt","README.md", "wmap.gemspec"]
|
41
|
+
s.files += Dir['lib/*.rb'] + Dir['lib/wmap/*.rb'] + Dir['lib/wmap/**/*'] + Dir['bin/*'] + Dir['settings/*'] + Dir['demos/*'] + Dir['test/*'] + Dir['ruby_whois_patches/*'] + Dir['dicts/*']
|
42
42
|
#s.homepage = "none"
|
43
43
|
s.post_install_message = "*"*80 + "\n\nThank you for installing the wmap gem - a pure Ruby library for Internet web application discovery and tracking. Please refer to the README.rdoc for more information of using this gem. \n\n" + "*"*80 + "\n"
|
44
44
|
s.require_paths = ["lib"]
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: wmap
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.5.
|
4
|
+
version: 2.5.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sam (Yang) Li
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-09-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: dnsruby
|
@@ -231,7 +231,7 @@ extra_rdoc_files: []
|
|
231
231
|
files:
|
232
232
|
- CHANGELOG.md
|
233
233
|
- LICENSE.txt
|
234
|
-
- README.
|
234
|
+
- README.md
|
235
235
|
- TODO
|
236
236
|
- bin/RHPG
|
237
237
|
- bin/deprime
|
@@ -303,7 +303,6 @@ files:
|
|
303
303
|
- lib/wmap/utils/utils.rb
|
304
304
|
- lib/wmap/whois.rb
|
305
305
|
- lib/wmap/wp_tracker.rb
|
306
|
-
- logs/wmap.log
|
307
306
|
- ruby_whois_patches/base_cocca2.rb
|
308
307
|
- ruby_whois_patches/kero.yachay.pe.rb
|
309
308
|
- ruby_whois_patches/whois.PublicDomainRegistry.com.rb
|
@@ -391,7 +390,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
391
390
|
version: '0'
|
392
391
|
requirements: []
|
393
392
|
rubyforge_project: wmap
|
394
|
-
rubygems_version: 2.7.
|
393
|
+
rubygems_version: 2.7.10
|
395
394
|
signing_key:
|
396
395
|
specification_version: 4
|
397
396
|
summary: A pure Ruby web application and service discovery API.
|
data/logs/wmap.log
DELETED
@@ -1,17 +0,0 @@
|
|
1
|
-
A test
|
2
|
-
2019-04-04 16:29:43 -0400: trust: Execute the command: trust -h
|
3
|
-
2019-04-04 16:30:10 -0400: trust: Execute the command: trust /tmp/tests
|
4
|
-
2019-04-04 16:31:15 -0400: trust: Execute the command: trust /tmp/tests
|
5
|
-
2019-04-04 16:31:54 -0400: trust: Execute the command: trust /tmp/test
|
6
|
-
2019-04-04 16:41:27 -0400: trust: Execute the command: trust /tmp/test
|
7
|
-
2019-04-04 16:42:21 -0400: trust: Execute the command: trust penguinrh.gb.net
|
8
|
-
2019-04-13 11:39:30 -0400: trust: Execute the command: trust /tmp/test
|
9
|
-
2019-04-13 11:40:37 -0400: trust: Execute the command: trust /tmp/test
|
10
|
-
2019-04-13 11:41:46 -0400: trust: Execute the command: trust /tmp/test
|
11
|
-
2019-04-13 11:42:34 -0400: trust: Execute the command: trust /tmp/test
|
12
|
-
2019-04-13 11:43:57 -0400: trust: Execute the command: trust /tmp/test
|
13
|
-
2019-04-13 11:44:53 -0400: trust: Execute the command: trust /tmp/test
|
14
|
-
2019-04-13 11:45:43 -0400: trust: Execute the command: trust /tmp/test
|
15
|
-
2019-04-13 11:46:54 -0400: trust: Execute the command: trust /tmp/test
|
16
|
-
2019-04-13 12:03:24 -0400: wmap: Execute the command: wmap www.lcbhome.com
|
17
|
-
2019-08-15 09:39:36 -0400: wmap: Execute the command: wmap
|