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.
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.
Lock your target by clicking on lock on
Now we need to to set our attack options.Check the box that says append random char
Change attack method to udp and threds to 70
Default is TCP if TCP stops working you can use UDP.
Now everything is set Just click on the button that says IMMA CHARGIN MAH LAZER. .Enjoy..
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.
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.
Lock your target by clicking on lock on
Now we need to to set our attack options.Check the box that says append random char
Change attack method to udp and threds to 70
Default is TCP if TCP stops working you can use UDP.
Now everything is set Just click on the button that says IMMA CHARGIN MAH LAZER. .Enjoy..
Comments
Post a Comment