File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
modules/auxiliary/scanner/http Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ def initialize(info = {})
13
13
super ( update_info ( info ,
14
14
'Name' => 'F5 BigIP HTTP Virtual Server Scanner' ,
15
15
'Description' => %q{
16
- This module scans network for BigIP HTTP virtual servers based on simple
17
- banner grabbing technique. BigIP system uses different HTTP profiles for
18
- managing HTTP traffic. In particular, BIG-IP system uses HTTP profile that
19
- specifies the string used as the server agent name in traffic generated by LTM.
20
- The default value is equal to "BigIP" or "BIG-IP" and depends on BigIP system version.
16
+ This module scans for BigIP HTTP virtual servers based on simple banner grabbing technique.
17
+ BigIP system uses different HTTP profiles for managing HTTP traffic. In particular, BIG-IP
18
+ system uses an HTTP profile that specifies the string used as the server agent name in
19
+ traffic generated by LTM. The default value is equal to "BigIP" or "BIG-IP" and depends on
20
+ BigIP system version.
21
21
} ,
22
22
'Author' =>
23
23
[
@@ -87,4 +87,4 @@ def run_host(ip)
87
87
end
88
88
89
89
end
90
- end
90
+ end
You can’t perform that action at this time.
0 commit comments