Skip to content

Instantly share code, notes, and snippets.

View DeadlyHollows's full-sized avatar

Shivam Bathla DeadlyHollows

View GitHub Profile
@DeadlyHollows
DeadlyHollows / index.html
Created May 31, 2021 14:44 — forked from lbherrera/index.html
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) => {