more output

This commit is contained in:
Christian Mehlmauer
2017-08-01 18:19:03 +02:00
parent 3ca8727b64
commit 872bbdb8e0
2 changed files with 2 additions and 1 deletions

View File

@@ -501,6 +501,7 @@ def main
puts critical(e.message)
if e.file
puts critical("Current Version: #{WPSCAN_VERSION}")
puts critical('Downloaded File Content:')
puts e.file[0..500] # print first 500 chars
puts '.........'