cms_scanner 0.0.26 → 0.0.27

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0ff64602f15392cf239e384a30bf3692407900d6
4
- data.tar.gz: d1da73eaeb8c025381b4d52ec95d04a46f3f647e
3
+ metadata.gz: b06c4efce1d393996ffda3a018320e50d2ef67d4
4
+ data.tar.gz: 9f28e5f4af6ec097806bfe06f5dbdbb9e7221d73
5
5
  SHA512:
6
- metadata.gz: 489d1a4a188e3e872d40e9fe835b1adb23d49412bfd6faa0cbbddbf18796e28b6125bb1bf55f4e45cda408ce6abd5f8a572a4e82930b6f99d883038cb6883d01
7
- data.tar.gz: 52e57b5a5e0d4ede938c1a8996aff87b63ab7af26caf900a7a5e22565e257c9f419b784c06e8ade1f8a4a250212d2455ab80bfdfc1614f98f1021a91b9b1b73f
6
+ metadata.gz: a6d472bb648225acf3644f67659cbfad3c39fd9e0df51c426e595383c6139c98d07ce90588a7a23344095f5e20350b936ac699dbd488cd5c2203fedb417bdb55
7
+ data.tar.gz: 8413c264f2beb0ba547cd95aff1a009149a31c8e0cb2d04e1c6eb0500c4752d516ec8bc1b903f3226ddd21432953d092c6b8bdc724a3586c3cb6d799467243d2
@@ -3,10 +3,11 @@ Interesting Finding(s):
3
3
  <% @findings.each do |finding| -%>
4
4
 
5
5
  <%= green('[+]') %> <%= finding %>
6
+ <%= render('_array', a: finding.interesting_entries, s: 'Interesting Entry', p: 'Interesting Entries') -%>
7
+ | Found By: <%= finding.found_by %>
6
8
  <% if finding.confidence > 0 -%>
7
9
  | Confidence: <%= finding.confidence %>%
8
10
  <% end -%>
9
- | Found By: <%= finding.found_by %>
10
11
  <% unless (confirmed = finding.confirmed_by).empty? -%>
11
12
  <% if confirmed.size == 1 -%>
12
13
  | Confirmed By: <%= confirmed.first.found_by %><% if confirmed.first.confidence > 0 %>, <%= confirmed.first.confidence %>% confidence<% end %>
@@ -18,6 +19,5 @@ Interesting Finding(s):
18
19
  <% end -%>
19
20
  <% end -%>
20
21
  <%= render('_array', a: finding.references, s: 'Reference', p: 'References') -%>
21
- <%= render('_array', a: finding.interesting_entries, s: 'Interesting Entry', p: 'Interesting Entries') -%>
22
22
  <% end -%>
23
23
  <% end %>
@@ -1,4 +1,4 @@
1
1
  # Version
2
2
  module CMSScanner
3
- VERSION = '0.0.26'
3
+ VERSION = '0.0.27'
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cms_scanner
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.26
4
+ version: 0.0.27
5
5
  platform: ruby
6
6
  authors:
7
7
  - WPScanTeam - Erwan Le Rousseau
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-23 00:00:00.000000000 Z
11
+ date: 2015-04-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: opt_parse_validator