File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed
lib/msf/core/payload/windows Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,6 @@ def generate(opts={})
51
51
52
52
# Add extra options if we have enough space
53
53
unless self . available_space . nil? || required_space > self . available_space
54
-
55
54
conf [ :exitfunk ] = datastore [ 'EXITFUNC' ]
56
55
conf [ :ua ] = datastore [ 'MeterpreterUserAgent' ]
57
56
conf [ :proxy_host ] = datastore [ 'PayloadProxyHost' ]
@@ -60,7 +59,7 @@ def generate(opts={})
60
59
conf [ :proxy_pass ] = datastore [ 'PayloadProxyPass' ]
61
60
conf [ :proxy_type ] = datastore [ 'PayloadProxyType' ]
62
61
else
63
- # Otherwise default to small URIs
62
+ # Otherwise default to small URIs
64
63
conf [ :url ] = generate_small_uri
65
64
end
66
65
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ def generate(opts={})
42
42
conf [ :proxy_type ] = datastore [ 'PayloadProxyType' ]
43
43
conf [ :retry_count ] = datastore [ 'StagerRetryCount' ]
44
44
else
45
- # Otherwise default to small URIs
45
+ # Otherwise default to small URIs
46
46
conf [ :url ] = generate_small_uri
47
47
end
48
48
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ def generate(opts={})
64
64
conf [ :proxy_pass ] = datastore [ 'PayloadProxyPass' ]
65
65
conf [ :proxy_type ] = datastore [ 'PayloadProxyType' ]
66
66
else
67
- # Otherwise default to small URIs
67
+ # Otherwise default to small URIs
68
68
conf [ :url ] = generate_small_uri
69
69
end
70
70
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ def generate(opts={})
38
38
conf [ :proxy_pass ] = datastore [ 'PayloadProxyPass' ]
39
39
conf [ :proxy_type ] = datastore [ 'PayloadProxyType' ]
40
40
else
41
- # Otherwise default to small URIs
41
+ # Otherwise default to small URIs
42
42
conf [ :url ] = generate_small_uri
43
43
end
44
44
You can’t perform that action at this time.
0 commit comments