Ddos attack with L.O.I.C (in kali linux)

Disclaimer :This article is for educational purpose only. Before performing Denial of service attack. There are couple of things i would like you to know.It is completely illegal to perform Dos attack on website you don't own.
Perform dos attack only if you have owner's permission or use your own website.If you do you do at your own risk.I will not be responsible for this.


Loic does not come pre-installed in Kali so we have to install manually.
First thing we need to install is monodevelop which is used to compile and run Loic.Loic is written in c#.
Open your terminal adn type the following command.

root@seven:~# apt-get install git-core monodevelop
 
root@seven:~# mkdir loic
 
root@seven:~# cd loic
 
root@seven:~/loic# wget https://raw.github.com/nicolargo/loicinstaller/master/loic.sh
 
root@seven:~/loic# chmod 777 loic.sh
 
root@seven:~/loic# ./loic.sh install
 
root@seven:~/loic# ./loic.sh update
 
root@seven:~/loic# apt-get install mono-gmcs
 
root@seven:~/loic# ./loic.sh run
 
 
This is how Loic User interface looks like.This is really simple.Now 
we need to set our target and also have to make few other changes.
 
loic inteface


Now we have set our target to perform dos attack.Again dont perfom dos on website if you dont have permission.You will be in serious trouble.I suggest you to create your own blog and perform there.
If ip address appears in your target box then you are good to go.

Url to hack

Lock your target by clicking on lock on

click on lock

 Now we need to to set our attack options.Check the box that says append random char

check box 


Change attack method to udp and threds to 70
Default is TCP if TCP stops working you can use UDP.

good to go


Now everything is set Just click on the button that says IMMA CHARGIN MAH LAZER. .Enjoy..


over

Comments

Popular posts from this blog

SQL vulnerable sites (part 2)

How to SQL inject a website!