Ethical Hacking tools and downloads from Dr. Payne's books and online courses. Buy Hacking for Kids on Amazon or at your favorite bookstore, and register for the online course Real World Ethical Hacking at https://udemy.com/courses/real-world-ethical-hacking
A virtual machine (VM) is a computer/OS running inside another computer. VMs are great for hands-on ethical hacking exercises.
You can create and use VMs to build your own ethical hacking virtual lab using free software:
- VirtualBox https://www.virtualbox.org
- Kali Linux http://kali.org
- Win 10 https://developer.microsoft.com/microsoft-edge/tools/vms/
- Android http://osboxes.org/android-x86
- Metasploitable2 https://bit.ly/3elka1W - my own custom version of Metasploitable2, from my book Hacking for Kids
Versions 2020 and newer of Kali are using Python3, and this breaks some features in SET - notably, the site cloner and credential harvester often used for Phishing training and education. The fix.sh file added above will fix SET if you're running into errors, either download and run the fix.sh on your Kali terminal, or copy and paste each command into the terminal window.