Sha256: 8c0e93137189004c64feee43279f40bc737bf961435f378b187b36951bf6ebeb

Contents?: true

Size: 858 Bytes

Versions: 21

Compression:

Stored size: 858 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.changelog_url -%>
 | Changelog: <%= @wp_item.changelog_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

21 entries across 21 versions & 1 rubygems

Version Path
wpscan-3.4.5 app/views/cli/wp_item.erb
wpscan-3.4.4 app/views/cli/wp_item.erb
wpscan-3.4.3 app/views/cli/wp_item.erb
wpscan-3.4.2 app/views/cli/wp_item.erb
wpscan-3.4.1 app/views/cli/wp_item.erb
wpscan-3.4.0 app/views/cli/wp_item.erb
wpscan-3.3.3 app/views/cli/wp_item.erb
wpscan-3.3.2 app/views/cli/wp_item.erb
wpscan-3.3.1 app/views/cli/wp_item.erb
wpscan-3.3.0 app/views/cli/wp_item.erb
wpscan-3.2.1 app/views/cli/wp_item.erb
wpscan-3.2.0 app/views/cli/wp_item.erb
wpscan-3.1.0 app/views/cli/wp_item.erb
wpscan-3.0.8 app/views/cli/wp_item.erb
wpscan-3.0.7 app/views/cli/wp_item.erb
wpscan-3.0.6 app/views/cli/wp_item.erb
wpscan-3.0.5 app/views/cli/wp_item.erb
wpscan-3.0.4 app/views/cli/wp_item.erb
wpscan-3.0.3 app/views/cli/wp_item.erb
wpscan-3.0.2 app/views/cli/wp_item.erb