Skip to content

Commit bf47eaa

Browse files
committed
Remove code that's commented out. Clearly not needed anymore.
1 parent 0ea5c78 commit bf47eaa

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

modules/exploits/windows/misc/ibm_director_cim_dllinject.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,6 @@ def process_get(cli, request, target)
133133
return if ((p = regenerate_payload(cli)) == nil)
134134
dll_payload = generate_payload_dll
135135
send_response(cli, dll_payload, { 'Content-Type' => 'application/octet-stream' })
136-
#else
137-
# send_not_found(cli)
138-
#end
139136
else
140137
send_not_found(cli)
141138
end

0 commit comments

Comments
 (0)