Skip to content

Commit b4a6cdb

Browse files
committed
Remove new line in vprint_line.
1 parent 0135b36 commit b4a6cdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/http/wp_simple_backup_file_read.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def run_host(ip)
6565

6666
if res.code == 200 && res.body.length > 0 && res.headers['Content-Disposition'].include?('attachment; filename')
6767

68-
vprint_line("\n#{res.body}\n")
68+
vprint_line("#{res.body}")
6969
fname = datastore['FILEPATH']
7070

7171
path = store_loot(

0 commit comments

Comments
 (0)