Skip to content

Commit a9901d0

Browse files
Update modules/exploits/unix/webapp/byob_unauth_rce.rb
Co-authored-by: Spencer McIntyre <[email protected]>
1 parent 499a1c3 commit a9901d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/exploits/unix/webapp/byob_unauth_rce.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,8 +308,8 @@ def upload_database_multiple_paths(encoded_db)
308308
)
309309

310310
if res&.code == 200
311-
(print_good("Database uploaded successfully to path: #{filepath}")
312-
success = true)
311+
print_good("Database uploaded successfully to path: #{filepath}")
312+
success = true
313313
else
314314
vprint_error("Failed to upload database to path: #{filepath}")
315315
end

0 commit comments

Comments
 (0)