We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 499a1c3 commit a9901d0Copy full SHA for a9901d0
modules/exploits/unix/webapp/byob_unauth_rce.rb
@@ -308,8 +308,8 @@ def upload_database_multiple_paths(encoded_db)
308
)
309
310
if res&.code == 200
311
- (print_good("Database uploaded successfully to path: #{filepath}")
312
- success = true)
+ print_good("Database uploaded successfully to path: #{filepath}")
+ success = true
313
else
314
vprint_error("Failed to upload database to path: #{filepath}")
315
end
0 commit comments