Updated 10/30/2018 1:50pm
One of the hardest task as a Professor is teaching theory. Students read their books, listen to your lectures, review the PowerPoints, and the light bulb does not come on until practical meets theory. To bring the textbook to life, we have to think outside the box and apply what we have learned. In this project, we will be building a portable penetration testing device using a Raspberry Pi. This project will involve hardware, software, linux, and networking skills.
Materials Needed
- 1x Raspberry Pi3
- 1x 8gb or 16gb Class 10 MicroSDHC card
- 1x MicroSDHC Reader/Writer
- 1x USB Raspberry Pi 3 Power Supply 5V 2.5
- Etcher
- Keyboard, Mouse, Monitor, and Internet Access
High Level Overview
- Download kali linux for the Raspberry Pi
- Download Etcher
- Write the image to the MicroSDHC card
- Boot the Raspberry Pi and Login as root/toor
- Change the password
- Change the hostname
- Update and Upgrade
- Reboot
- Test Kali
All programs and files can be downloaded on campus by browsing to the student FTP server and entering the username and password for the account. The purpose of this FTP Server is to ensure that the files are secure, tested, and have not been modified.
Future Use: If you wish to do the complete install of kali on your own for practice, please follow all of the steps and download your image from Offensive Security.
Step-by-step Instructions
Disclaimer: Please type all commands below when directed. Copy and paste the code at your own risk. The copied code may contain spaces, hidden characters, and/or other HTML code not suitable for python or bash scripting.