Files
sirkeira_builder/templates/index.html
T
2026-08-27 11:04:40 -06:00

31 lines
1.2 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Sirkeira Builder - macOS</title>
<style>
body {font-family: Arial, sans-serif; margin: 40px; background: #f4f4f4;}
h1 {color: #333;}
form {background: white; padding: 30px; border-radius: 10px; box-shadow: 0 0 10px rgba(0,0,0,0.1);}
input, button {padding: 12px; margin: 10px 0; width: 100%; box-sizing: border-box;}
button {background: #0066ff; color: white; border: none; cursor: pointer; font-size: 16px;}
button:hover {background: #0055dd;}
</style>
</head>
<body>
<h1>🛠️ Sirkeira Stealer Builder (macOS)</h1>
<form method="post">
<label>Discord Webhook URL:</label><br>
<input type="text" name="webhook" required placeholder="https://discord.com/api/webhooks/..."><br><br>
<label>Malware Name:</label><br>
<input type="text" name="name" value="Sirkeira Stealer"><br><br>
<label>Version:</label><br>
<input type="text" name="version" value="1.6.0"><br><br>
<button type="submit">Build macOS Executable (.app)</button>
</form>
<p><strong>⚠️ Warning:</strong> This is for educational/research purposes only on your own machines.</p>
</body>
</html>