Skip to content

Commit 5e12675

Browse files
committed
Land rapid7#3459, newline fixes for msftidy
2 parents 56c71c7 + 03fa858 commit 5e12675

30 files changed

+30
-30
lines changed

modules/auxiliary/scanner/http/manageengine_deviceexpert_traversal.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ def run_host(ip)
7676
end
7777
end
7878

79-
end
79+
end

modules/auxiliary/scanner/http/rails_json_yaml_scanner.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,4 @@ def run_host(ip)
9696
end
9797
end
9898

99-
end
99+
end

modules/auxiliary/scanner/sap/sap_smb_relay.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,4 +252,4 @@ def run_host(ip)
252252
end
253253
end
254254

255-
end
255+
end

modules/auxiliary/scanner/scada/modbusclient.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,4 +204,4 @@ def run
204204
end
205205
disconnect
206206
end
207-
end
207+
end

modules/exploits/linux/ssh/symantec_smg_ssh.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,4 +139,4 @@ def exploit
139139
handler(conn.lsock)
140140
end
141141
end
142-
end
142+
end

modules/exploits/multi/http/log1cms_ajax_create_folder.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ def exploit
9797

9898
handler
9999
end
100-
end
100+
end

modules/exploits/unix/webapp/clipbucket_upload_exec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,4 @@ def exploit
113113

114114
end
115115

116-
end
116+
end

modules/exploits/unix/webapp/havalite_upload_exec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,4 +130,4 @@ def exploit
130130
print_status("#{peer} - Executing #{fname}...")
131131
exec(base, fname)
132132
end
133-
end
133+
end

modules/exploits/unix/webapp/horde_unserialize_exec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,4 @@ class Horde_Kolab_Server_Decorator_Clean
141141
142142
$popchain = serialize(new Horde_Kolab_Server_Decorator_Clean);
143143
144-
=end
144+
=end

modules/exploits/windows/browser/apple_quicktime_texml_font_table.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,4 +296,4 @@ def on_request_uri(client, request)
296296
}
297297
return result;
298298
}
299-
=end
299+
=end

0 commit comments

Comments
 (0)