Whonix

From RCATs

Use Kali on Whonix in Virtual Box

  1. ifdown eth0
  2. nano /etc/resolv.conf
  3. Replace the contents of /etc/resolv.conf with: nameserver 10.152.152.10
  4. nano /etc/network/interfaces
  5. Add the following lines to the end of /etc/network/interfaces: iface eth0 inet static address 10.152.152.11 netmask 255.255.192.0 gateway 10.152.152.10
  6. ifup eth0
  7. Visit https://check.torproject.org/ from Kali, to verify that your connection is now using Tor via Whonix.