Title | Pentest using Raspberry Pi |
Permission | rw-r--r-- |
Author | Unknown |
Date and Time | 22:21 |
Category | backtrack| crack| kali linux |
Share |
Now let’s choose some penetration distribution for pentesting. Out beloved penetration distribution, Backtrack Linux, can't run on Raspberry Pi without modifications. But BackTrack Linux’s successor “Kali Linux” can run on Raspberry Pi. Not only available for Raspberry Pi , but also available for other ARM architectures. Kali Linux is based on Debian GNU / Linux distribution.
Kali Linux’s tools are categorized as Top 10 Security Tools, there are :
- Information Gathering
- Vulnerability Analysis
- Web Applications
- Password Attacks
- Wireless Attacks
- Exploitation Tools
- Sniffing/Spoofing
- Maintaining Access
- Reverse Engineering
- Stress Testing
- Hardware Hacking
- Forensics
- Reporting Tools
You can download Kali Linux Raspberry Pi version from http://cdimage.kali.org/kali-images/kali-linux-1.0-armel-raspberrypi.img.gz
Now the other distribution is Raspberry Pwn. Raspberry Pwn is an installer from Pwnie Express for transforming a Debian distribution on Raspberry Pi into a penetration testing tool.
Installation of Raspberry Pwn
- Resize the root partition and use the whole SD card.
- Start the SSH service and SSH into your Raspberry Pi so that you can have access into the terminal or console of your Debian box
- Change to the root user:
# sudo -s - Install git (Must connected to the Internet):
# apt-get install git - Download or clone the Raspberry Pwn installer from:
# git clone https://github.com/pwnieexpress/Raspberry-Pwn.git - Move into the Raspberry-Pwn directory and run the installer script:
# cd Raspberry-Pwn
# ./INSTALL_raspberry_pwn.sh
Not only these 2 Linux penetration distribution for Raspberry Pi but there are many of them, PwnPi, PwnBerryPi, and etc.