-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathREADME
More file actions
50 lines (27 loc) · 1.26 KB
/
README
File metadata and controls
50 lines (27 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
PwnBerryPi: A Pentesting Suite for the Raspberry Pi
**Based on Pwnie Express's Raspberry Pwn https://github.com/pwnieexpress/Raspberry-Pwn
----------------------------------------------
What you will need
----------------------------------------------
1. A stock Raspberry Pi board (http://www.raspberrypi.org/)
2. The Debian Raspberry Pi distribution (http://elinux.org/RPi_Beginners)
3. SSH/console access to the Raspberry Pi
4. Internet access from the Raspberry Pi
----------------------------------------------
Installation Steps
----------------------------------------------
**NOTE:** It is strongly recommended that this is installed on a 4GB SD Card!
For Instructions on how to expand the partition on the SD card, see the follow URL: http://elinux.org/RPi_Easy_SD_Card_Setup
1. Change to the root user:
# sudo bash
2. Confirm your Raspberry Pi Debian release is at least 6.0:
# cat /etc/debian_version
3. Confirm you have internet access from your Raspberry Pi
# ping google.com
4. Install git:
# apt-get install git
5. Download the PwnBerryPi installer from the g13net Github repository:
# git clone https://github.com/g13net/PwnBerryPi.git
6. CD into the PwnBerryPi folder and run the install script:
# cd PwnBerryPi
# ./install-pwnberrypi.sh