diff options
author | Chris Abela <kristofru@gmail.com> | 2012-12-10 10:19:16 +0100 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-12-11 16:23:04 -0500 |
commit | 70ced554fd61dcdc159777897cd7c9bb4f583a79 (patch) | |
tree | 0096dd219e635acb84d9460627fc65184de363d1 /network/LOIC/README | |
parent | 91492b69ded7bc1a37bd3a54dea4bbbe4120f9fb (diff) | |
download | slackbuilds-70ced554fd61dcdc159777897cd7c9bb4f583a79.tar.gz |
network/LOIC: Renamed from loic and updated for version 1.0.7.42.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/LOIC/README')
-rw-r--r-- | network/LOIC/README | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/network/LOIC/README b/network/LOIC/README new file mode 100644 index 0000000000..f6ccb67a39 --- /dev/null +++ b/network/LOIC/README @@ -0,0 +1,26 @@ +LOIC - the Low Orbit Ion Cannon + +LOIC is an open source network attack application, written in C#. LOIC was +initially developed by Praetox Technologies, but later it was released into the +public domain + +LOIC 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. People have used LOIC to join voluntary botnets. + +This SlackBuild simply builds a package from the binaries. If you would like +to build it from source, you might want to consider loiq. + +mono is needed to run LOIC: + + mono /opt/LOIC/LOIC.exe + +A handy script /usr/bin/loic and a basic desktop integration file have been +included for ease of use. + +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. |