Sha256: 36136380dff6a6d5dca89b9ea4dd13866a8a63e88be39897feb59caab56f5dec

Contents?: true

Size: 279 Bytes

Versions: 12

Compression:

Stored size: 279 Bytes

Contents

"brute_force": {
<% unless @users.empty? -%>
<% last_index = @users.size - 1 -%>
<% @users.each_with_index do |user, index| -%>
  <%= user.username.to_json %>: {
    "password": <%= user.password.to_json %>
  }<% unless index == last_index -%>,<% end -%>
<% end -%>
<% end -%>
},

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
wpscan-3.2.1 app/views/json/brute_force/users.erb
wpscan-3.2.0 app/views/json/brute_force/users.erb
wpscan-3.1.0 app/views/json/brute_force/users.erb
wpscan-3.0.8 app/views/json/brute_force/users.erb
wpscan-3.0.7 app/views/json/brute_force/users.erb
wpscan-3.0.6 app/views/json/brute_force/users.erb
wpscan-3.0.5 app/views/json/brute_force/users.erb
wpscan-3.0.4 app/views/json/brute_force/users.erb
wpscan-3.0.3 app/views/json/brute_force/users.erb
wpscan-3.0.2 app/views/json/brute_force/users.erb
wpscan-3.0.1 app/views/json/brute_force/users.erb
wpscan-3.0 app/views/json/brute_force/users.erb