Fixed Typos

Simply removed some typing mistakes.
GSoC/Meterpreter_Web_Console
Biswajit Roy 2018-02-28 03:37:14 +05:30 committed by GitHub
parent 0e4fc48df4
commit a25ce0f259
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ end
if (framework.plugins.to_s =~ /[Ww]map/) if (framework.plugins.to_s =~ /[Ww]map/)
print_line("Wmap plugin already loaded ...") print_line("Wmap plugin already loaded ...")
else else
print_line("loading the wmap plugin ...") print_line("Loading the wmap plugin ...")
run_single("load wmap") run_single("load wmap")
end end
@ -78,7 +78,7 @@ framework.db.hosts.each do |host|
end end
run_single("wmap_targets -c") run_single("wmap_targets -c")
print_line("") print_line("")
print_line("finished analysing the webservern on IP #{host.address.to_s}, Port: #{serv.port.to_s}") print_line("Finished analysing the webserver on IP #{host.address.to_s}, Port: #{serv.port.to_s}")
print_line("") print_line("")
end end
end end