Skip to content

Commit 017ae46

Browse files
committed
Fix description style
1 parent 2e01eb5 commit 017ae46

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

modules/auxiliary/scanner/http/f5_bigip_http_vs_scanner.rb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ def initialize(info = {})
1313
super(update_info(info,
1414
'Name' => 'F5 BigIP HTTP Virtual Server Scanner',
1515
'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.
2121
},
2222
'Author' =>
2323
[
@@ -87,4 +87,4 @@ def run_host(ip)
8787
end
8888

8989
end
90-
end
90+
end

0 commit comments

Comments
 (0)