Skip to content

Commit

Permalink
feat: add sqlite optimizations
Browse files Browse the repository at this point in the history
  • Loading branch information
bchmnn committed Jul 7, 2024
1 parent b379a54 commit c61b9ca
Show file tree
Hide file tree
Showing 5 changed files with 254 additions and 52 deletions.
2 changes: 1 addition & 1 deletion checker/src/checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ async def exploit0(

logger.info("Delta username: " + delta_username)

password = secrets.token_hex(30)
password = "deafbeefdeadbeefdeadbeef"

(cookies, id) = await do_repl_auth(client, logger, delta_username, password)
try:
Expand Down
Loading

0 comments on commit c61b9ca

Please sign in to comment.