Skip to content

Commit aaaf680

Browse files
committed
Minor indentation/space fixes
1 parent 3c7298b commit aaaf680

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

lib/msf/core/payload/windows/reverse_http.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ def generate(opts={})
5151

5252
# Add extra options if we have enough space
5353
unless self.available_space.nil? || required_space > self.available_space
54-
5554
conf[:exitfunk] = datastore['EXITFUNC']
5655
conf[:ua] = datastore['MeterpreterUserAgent']
5756
conf[:proxy_host] = datastore['PayloadProxyHost']
@@ -60,7 +59,7 @@ def generate(opts={})
6059
conf[:proxy_pass] = datastore['PayloadProxyPass']
6160
conf[:proxy_type] = datastore['PayloadProxyType']
6261
else
63-
# Otherwise default to small URIs
62+
# Otherwise default to small URIs
6463
conf[:url] = generate_small_uri
6564
end
6665

lib/msf/core/payload/windows/reverse_winhttp.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def generate(opts={})
4242
conf[:proxy_type] = datastore['PayloadProxyType']
4343
conf[:retry_count] = datastore['StagerRetryCount']
4444
else
45-
# Otherwise default to small URIs
45+
# Otherwise default to small URIs
4646
conf[:url] = generate_small_uri
4747
end
4848

lib/msf/core/payload/windows/x64/reverse_http.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def generate(opts={})
6464
conf[:proxy_pass] = datastore['PayloadProxyPass']
6565
conf[:proxy_type] = datastore['PayloadProxyType']
6666
else
67-
# Otherwise default to small URIs
67+
# Otherwise default to small URIs
6868
conf[:url] = generate_small_uri
6969
end
7070

lib/msf/core/payload/windows/x64/reverse_winhttp.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def generate(opts={})
3838
conf[:proxy_pass] = datastore['PayloadProxyPass']
3939
conf[:proxy_type] = datastore['PayloadProxyType']
4040
else
41-
# Otherwise default to small URIs
41+
# Otherwise default to small URIs
4242
conf[:url] = generate_small_uri
4343
end
4444

0 commit comments

Comments
 (0)