added basic logging to wpscan

This commit is contained in:
Christian Mehlmauer
2013-01-13 22:02:13 +01:00
parent 8c5d960b14
commit 253d6e2928
3 changed files with 14 additions and 0 deletions

View File

@@ -34,6 +34,9 @@ def output_vulnerabilities(vulns)
end
end
# delete old logfile
File.delete("log.txt")
banner()
begin