Indentation

GSoC/Meterpreter_Web_Console
Dhiraj Mishra 2018-08-05 00:15:04 +05:30 committed by GitHub
parent ebcc9a3c20
commit 8a175f50cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ class MetasploitModule < Msf::Auxiliary
'License' => MSF_LICENSE 'License' => MSF_LICENSE
)) ))
register_options( register_options(
[ [
Opt::RPORT(4848), Opt::RPORT(4848),
OptString.new('FILEPATH', [true, "The path to the file to read", '/windows/win.ini']), OptString.new('FILEPATH', [true, "The path to the file to read", '/windows/win.ini']),
@ -51,7 +51,7 @@ class MetasploitModule < Msf::Auxiliary
unless res && res.code == 200 unless res && res.code == 200
print_error('Nothing was downloaded') print_error('Nothing was downloaded')
return return
end end
vprint_good("#{peer} - #{res.body}") vprint_good("#{peer} - #{res.body}")
path = store_loot( path = store_loot(