Sha256: 53588ebb3e2bdf6dbc4ce08a513e3864c577cea075e3959cac4ae5b5d4a5f38b

Contents?: true

Size: 329 Bytes

Versions: 72

Compression:

Stored size: 329 Bytes

Contents

"config_backups": {
<% unless @config_backups.empty? -%>
<% last_index = @config_backups.size - 1 -%>
<% @config_backups.each_with_index do |config_backup, index| -%>
  <%= config_backup.url.to_json %>: {
    <%= render('@finding', item: config_backup) -%>
  }<% 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/config_backups.erb
wpscan-3.8.27 app/views/json/enumeration/config_backups.erb
wpscan-3.8.26 app/views/json/enumeration/config_backups.erb
wpscan-3.8.25 app/views/json/enumeration/config_backups.erb
wpscan-3.8.24 app/views/json/enumeration/config_backups.erb
wpscan-3.8.22 app/views/json/enumeration/config_backups.erb
wpscan-3.8.21 app/views/json/enumeration/config_backups.erb
wpscan-3.8.20 app/views/json/enumeration/config_backups.erb
wpscan-3.8.19 app/views/json/enumeration/config_backups.erb
wpscan-3.8.18 app/views/json/enumeration/config_backups.erb
wpscan-3.8.17 app/views/json/enumeration/config_backups.erb
wpscan-3.8.16 app/views/json/enumeration/config_backups.erb
wpscan-3.8.15 app/views/json/enumeration/config_backups.erb
wpscan-3.8.14 app/views/json/enumeration/config_backups.erb
wpscan-3.8.13 app/views/json/enumeration/config_backups.erb
wpscan-3.8.12 app/views/json/enumeration/config_backups.erb
wpscan-3.8.11 app/views/json/enumeration/config_backups.erb
wpscan-3.8.10 app/views/json/enumeration/config_backups.erb
wpscan-3.8.9 app/views/json/enumeration/config_backups.erb
wpscan-3.8.8 app/views/json/enumeration/config_backups.erb