Fix description style
parent
2e01eb519d
commit
017ae463ed
|
@ -13,11 +13,11 @@ class Metasploit3 < Msf::Auxiliary
|
||||||
super(update_info(info,
|
super(update_info(info,
|
||||||
'Name' => 'F5 BigIP HTTP Virtual Server Scanner',
|
'Name' => 'F5 BigIP HTTP Virtual Server Scanner',
|
||||||
'Description' => %q{
|
'Description' => %q{
|
||||||
This module scans network for BigIP HTTP virtual servers based on simple
|
This module scans for BigIP HTTP virtual servers based on simple banner grabbing technique.
|
||||||
banner grabbing technique. BigIP system uses different HTTP profiles for
|
BigIP system uses different HTTP profiles for managing HTTP traffic. In particular, BIG-IP
|
||||||
managing HTTP traffic. In particular, BIG-IP system uses HTTP profile that
|
system uses an HTTP profile that specifies the string used as the server agent name in
|
||||||
specifies the string used as the server agent name in traffic generated by LTM.
|
traffic generated by LTM. The default value is equal to "BigIP" or "BIG-IP" and depends on
|
||||||
The default value is equal to "BigIP" or "BIG-IP" and depends on BigIP system version.
|
BigIP system version.
|
||||||
},
|
},
|
||||||
'Author' =>
|
'Author' =>
|
||||||
[
|
[
|
||||||
|
|
Loading…
Reference in New Issue