We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e4fc48 + a25ce0f commit dfcbbfeCopy full SHA for dfcbbfe
scripts/resource/wmap_autotest.rc
@@ -32,7 +32,7 @@ end
32
if (framework.plugins.to_s =~ /[Ww]map/)
33
print_line("Wmap plugin already loaded ...")
34
else
35
- print_line("loading the wmap plugin ...")
+ print_line("Loading the wmap plugin ...")
36
run_single("load wmap")
37
end
38
@@ -78,7 +78,7 @@ framework.db.hosts.each do |host|
78
79
run_single("wmap_targets -c")
80
print_line("")
81
- 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}")
82
83
84
0 commit comments