Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
wpscanteam
GitHub Repository: wpscanteam/wpscan
Path: blob/master/app/views/cli/enumeration/timthumbs.erb
486 views

<% if @timthumbs.empty? -%>
<%= notice_icon %> No Timthumbs Found.
<% else -%>
<%= notice_icon %> Timthumb(s) Identified:
<% @timthumbs.each do |timthumb| -%>

<%= info_icon %> <%= timthumb %>
<%= render('@finding', item: timthumb) -%>
 |
<% if timthumb.version -%>
 | Version: <%= timthumb.version %>
<%= render('@finding', item: timthumb.version) -%>
<% else -%>
 | The version could not be determined.
<% end -%>
<% end -%>
<% end %>