Land #9641 spelling fix for wmap rc

GSoC/Meterpreter_Web_Console
h00die 2018-02-27 20:29:05 -05:00
commit dfcbbfea83
No known key found for this signature in database
GPG Key ID: C5A9D25D1457C971
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ end
if (framework.plugins.to_s =~ /[Ww]map/)
print_line("Wmap plugin already loaded ...")
else
print_line("loading the wmap plugin ...")
print_line("Loading the wmap plugin ...")
run_single("load wmap")
end
@ -78,7 +78,7 @@ framework.db.hosts.each do |host|
end
run_single("wmap_targets -c")
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("")
end
end