Download and install Virtualbox §
Get Kali Linux VirtualBox image §
What version of Kali is installed §
Update Kali §
Get terminator §
install anaconda §
Push all web traffic through tor §
- pip3 install requests
- git clone https://github.com/SusmithKrishnan/torghost.git
- cd torghost # go inside the downloaded directory
- chmod +x build.sh
- ./build.sh
- python3 torghost.py —start Torghost
- to go back to normal
- python3 torghost.py —stop Torghost
If your internet gets messed up: §
- Manually add a nameserver to resolve.conf (this is so you can fetch packages from the Ubuntu repos):
- sudo vi /etc/resolv.conf
- Add nameserver 8.8.8.8 to the file.
- reboot
- Reinstall the network-manager, libnss-resolve, and resolvconf packages:
apt install —reinstall resolvconf network-manager libnss-resolve
If you need to install guest additions: §