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