Skip to content

Commit ee17d6e

Browse files
committed
Deleted spaces at EOL
1 parent 2a0deaa commit ee17d6e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/auxiliary/dos/http/f5_bigip_apm_max_sessions.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def initialize(info = {})
3131
['URL', 'https://support.f5.com/kb/en-us/products/big-ip_apm/releasenotes/product/relnote-apm-11-6-0.html']
3232
],
3333
'License' => MSF_LICENSE,
34-
'DefaultOptions' =>
34+
'DefaultOptions' =>
3535
{
3636
'SSLVersion' => 'TLS1'
3737
}

modules/auxiliary/scanner/http/f5_mgmt_scanner.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def initialize(info={})
2525
'Oleg Broslavsky <ovbroslavsky[at]gmail.com>',
2626
'Nikita Oleksov <neoleksov[at]gmail.com>'
2727
],
28-
'DefaultOptions' =>
28+
'DefaultOptions' =>
2929
{
3030
'SSL' => true,
3131
'SSLVersion' => 'TLS1',
@@ -96,6 +96,6 @@ def run_host(ip)
9696
rescue Timeout::Error
9797
print_error("#{peer} - HTTP connection timed out") if verbose
9898
end
99-
99+
100100
end
101101
end

0 commit comments

Comments
 (0)