Sha256: 74bb00f93fbac46fee90df8dbb608e1b15e89741af114c11b64d72f22ef05443

Contents?: true

Size: 770 Bytes

Versions: 49

Compression:

Stored size: 770 Bytes

Contents

 | Location: <%= @wp_item.url %>
<% if @wp_item.latest_version && !@wp_item.outdated? -%>
 | Latest Version: <%= @wp_item.latest_version %><% if @wp_item.version %> (up to date)<% end %>
<% end -%>
<% if @wp_item.last_updated -%>
 | Last Updated: <%= @wp_item.last_updated %>
<% end -%>
<% if @wp_item.readme_url -%>
 | Readme: <%= @wp_item.readme_url %>
<% end -%>
<% if @wp_item.latest_version && @wp_item.outdated? -%>
 | <%= warning_icon %> The version is out of date, the latest version is <%= @wp_item.latest_version %>
<% end -%>
<% if @wp_item.directory_listing? -%>
 | <%= critical_icon %> Directory listing is enabled
<% end -%>
<% if @wp_item.error_log? -%>
 | <%= critical_icon %> An error log file has been found: <%= @wp_item.url('error_log') %>
<% end -%>

Version data entries

49 entries across 49 versions & 1 rubygems

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