From 50cf0d54f0ecfa0cf7afd9453380c741567388ff Mon Sep 17 00:00:00 2001 From: Fridrich von Stauffenberg Date: Sun, 15 Apr 2012 11:44:47 -0400 Subject: network/loiq: Added (open source network attack application) Signed-off-by: dsomero --- network/loiq/README | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 network/loiq/README (limited to 'network/loiq/README') diff --git a/network/loiq/README b/network/loiq/README new file mode 100644 index 0000000000..7a28d2126b --- /dev/null +++ b/network/loiq/README @@ -0,0 +1,15 @@ +LOIQ - the Low Orbit Ion Cannon in Qt4 + +LOIQ is an open source network attack application, similar to LOIC, but written +in C++ and Qt4. LOIQ performs a denial-of-service (DoS) attack (or when used by +multiple individuals, a DDoS attack) on a target site by flooding the server +with TCP packets, UDP packets, or HTTP requests with the intention of disrupting +the service of a particular host. + +This optionally requires icoutils for icon generation during the build process. + +WARNING: + +We are not responsible for the use that you give to this tool. You cannot blame +us if you use this tool to attack servers you don't own and get caught. This +script is released for educational purposes only. -- cgit v1.2.3-65-gdbad