Sha256: f5605955171cfcc8499b374ea7e1653b307a7f1f388cc93db0ee21e66f4a1ae5

Contents?: true

Size: 577 Bytes

Versions: 72

Compression:

Stored size: 577 Bytes

Contents

"timthumbs": {
<% unless @timthumbs.empty? -%>
<% last_index = @timthumbs.size - 1 -%>
<% @timthumbs.each_with_index do |timthumb, index| -%>
  <%= timthumb.url.to_json %>: {
    <%= render('@finding', item: timthumb) -%>,
    <% if timthumb.version -%>
    "version": {
      "number": <%= timthumb.version.number.to_json %>,
      "confidence": <%= timthumb.version.confidence.to_json %>,
      <%= render('@finding', item: timthumb.version) -%>
    }
    <% else -%>
    "version": null
    <% end -%>
  }<% unless index == last_index -%>,<% end -%>
<% end -%>
<% end -%>
},

Version data entries

72 entries across 72 versions & 1 rubygems

Version Path
wpscan-3.8.28 app/views/json/enumeration/timthumbs.erb
wpscan-3.8.27 app/views/json/enumeration/timthumbs.erb
wpscan-3.8.26 app/views/json/enumeration/timthumbs.erb
wpscan-3.8.25 app/views/json/enumeration/timthumbs.erb
wpscan-3.8.24 app/views/json/enumeration/timthumbs.erb
wpscan-3.8.22 app/views/json/enumeration/timthumbs.erb
wpscan-3.8.21 app/views/json/enumeration/timthumbs.erb
wpscan-3.8.20 app/views/json/enumeration/timthumbs.erb
wpscan-3.8.19 app/views/json/enumeration/timthumbs.erb
wpscan-3.8.18 app/views/json/enumeration/timthumbs.erb
wpscan-3.8.17 app/views/json/enumeration/timthumbs.erb
wpscan-3.8.16 app/views/json/enumeration/timthumbs.erb
wpscan-3.8.15 app/views/json/enumeration/timthumbs.erb
wpscan-3.8.14 app/views/json/enumeration/timthumbs.erb
wpscan-3.8.13 app/views/json/enumeration/timthumbs.erb
wpscan-3.8.12 app/views/json/enumeration/timthumbs.erb
wpscan-3.8.11 app/views/json/enumeration/timthumbs.erb
wpscan-3.8.10 app/views/json/enumeration/timthumbs.erb
wpscan-3.8.9 app/views/json/enumeration/timthumbs.erb
wpscan-3.8.8 app/views/json/enumeration/timthumbs.erb