diff options
author | Fridrich von Stauffenberg <cancellor2@gmail.com> | 2012-04-15 11:44:47 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-04-16 05:35:58 -0500 |
commit | 50cf0d54f0ecfa0cf7afd9453380c741567388ff (patch) | |
tree | fc55c894ab99786eba3bd292cba46d3e38bd17f7 /network/loiq/README | |
parent | decd97702a57ec31c92c320a0bd00f08611d28bc (diff) | |
download | slackbuilds-50cf0d54f0ecfa0cf7afd9453380c741567388ff.tar.gz |
network/loiq: Added (open source network attack application)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'network/loiq/README')
-rw-r--r-- | network/loiq/README | 15 |
1 files changed, 15 insertions, 0 deletions
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. |