Skip to content

Instantly share code, notes, and snippets.

@lbherrera
lbherrera / index.html
Created May 30, 2021 16:39
Solution for the MessageKeeper challenge from Pwn2Win 2021
<!DOCTYPE html>
<html>
<head>
<title>Pwn2Win | MessageKeeper</title>
</head>
<body>
<script>
let alphabet = "0123456789abcdef";
const sleep = (ms) => {