• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

Slowloris HTTP Flood

Hyperion

Founder
Here's a nice small script made by Nomsoft a while ago.
Sends about 100 packets per second via http

Used References:
Code:
using System;
using System.Collections.Generic;
using System.Threading;
using System.IO;
using System.Net.Sockets;
using System.Net;

Here is the code:
http://paste2.org/1kaPdDe0
 
Top