Correct wp_vulns file

This commit is contained in:
ethicalhack3r
2014-07-31 12:07:33 +02:00
parent 8d2ec115f5
commit 187e2f1330
2 changed files with 2 additions and 597 deletions

File diff suppressed because one or more lines are too long

View File

@@ -159,7 +159,7 @@ def json(file)
begin
JSON.parse(content)
rescue => e
#puts "[ERROR] In JSON file parsing #{e} #{e.backtrace}"
puts "[ERROR] In JSON file parsing #{e} #{e.backtrace}"
end
end