First and foremost, I am new to all of this so any support or help would be appreciated.
I have a target machine, (friend’s iphone 8, approved for testing purposes) – xxx.xxx.0.12
My Oracle VM Kali Linux Machine (configured for bridged adapter (eth0))
I know my gateway address xxx.xxx.0.1
Whenever I try an arp poison, when i try to log into the web application on the iphone, it gets stuck at the loading screen, doesn’t progress, and then ultimately drops connectivity. I use the following code on 3 different terminals, in the following order: echo 1 > /procs/sys/net/ipv4/ip_forward
arpspoof -i eth0 -t xxx.xxx.0.12 xxx.xxx.0.1```
arpspoof -i eth0 -t xxx.xxx.0.1 -r xxx.xxx.0.12“`
I searched the Internet. I changed the connection in virtualbox from bridget to nat, nat network. Wonder this site will help me.
Timur is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.