parent
0e4fc48df4
commit
a25ce0f259
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue