Indentation
parent
ebcc9a3c20
commit
8a175f50cd
|
@ -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(
|
||||||
|
|
Loading…
Reference in New Issue