summaryrefslogtreecommitdiffstats
path: root/network/loic/README
diff options
context:
space:
mode:
author Chris Abela <kristofru@gmail.com>2011-09-09 16:23:42 -0400
committer Niels Horn <niels.horn@slackbuilds.org>2011-09-21 19:48:32 -0300
commitea86c13700381239f82666684ab953c141c9f0bb (patch)
tree22c0201517ac641827e4b1892030dfffcdde676c /network/loic/README
parent5dc0a02af8e70c3818823d9ab3cf58305de6bab2 (diff)
downloadslackbuilds-ea86c13700381239f82666684ab953c141c9f0bb.tar.gz
slackbuilds-ea86c13700381239f82666684ab953c141c9f0bb.tar.xz
network/loic: Added (open source network attack application)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'network/loic/README')
-rw-r--r--network/loic/README27
1 files changed, 27 insertions, 0 deletions
diff --git a/network/loic/README b/network/loic/README
new file mode 100644
index 0000000000..ad349a6c36
--- /dev/null
+++ b/network/loic/README
@@ -0,0 +1,27 @@
+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 included in the
+source archive. Alternatively, you may opt to recompile by passing
+MONODEVELOP=yes to the script. In this case monodevelop would be needed.
+
+In any case, you still need mono 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.