Formatting
This commit is contained in:
@@ -47,10 +47,10 @@ module WPScan
|
|||||||
if json.is_a?(Enumerable)
|
if json.is_a?(Enumerable)
|
||||||
json.each do |user|
|
json.each do |user|
|
||||||
found << Model::User.new(user['slug'],
|
found << Model::User.new(user['slug'],
|
||||||
id: user['id'],
|
id: user['id'],
|
||||||
found_by: found_by,
|
found_by: found_by,
|
||||||
confidence: 100,
|
confidence: 100,
|
||||||
interesting_entries: [response.effective_url])
|
interesting_entries: [response.effective_url])
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user