Land #11460, Changing print_line to print_good
commit
789122b8ee
|
@ -255,7 +255,7 @@ class MetasploitModule < Msf::Auxiliary
|
||||||
else
|
else
|
||||||
print_good("Found #{@dirs.size} directories")
|
print_good("Found #{@dirs.size} directories")
|
||||||
@dirs.each do |x|
|
@dirs.each do |x|
|
||||||
print_line("#{proto}://#{datastore['RHOST']}#{@path}#{x}")
|
print_good("#{proto}://#{datastore['RHOST']}#{@path}#{x}")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -264,7 +264,7 @@ class MetasploitModule < Msf::Auxiliary
|
||||||
else
|
else
|
||||||
print_good("Found #{@files.size} files")
|
print_good("Found #{@files.size} files")
|
||||||
@files.each do |x|
|
@files.each do |x|
|
||||||
print_line("#{proto}://#{datastore['RHOST']}#{@path}#{x}")
|
print_good("#{proto}://#{datastore['RHOST']}#{@path}#{x}")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue