-
Notifications
You must be signed in to change notification settings - Fork 120
Guide: Raspberry Pi image
Schnorcher Sepp edited this page Mar 15, 2016
·
24 revisions
Preconfigured Raspberry Pi (2) dd - Image, based on Minibian. All the components (Server, WebGUI, Proxy) are installed. The system needs a IP via DHCP!
SSH:
- user: root
- pass: raspberry
Ports:
- 3333: python webserver (GUI)
- 31337: peinjector data port (communication proxy <-> peinjector)
- 31338: peinjector control port (communication GUI <-> peinjector)
- 8080: proxy
rpi2_peinjector.img.xz
SHA-256: 03E8BEF53FCA2E80B1CB0A242B3B48DA25B11CC46F8AE05B47B3E3B5A3BF8403
xz is a lossless data file format: https://en.wikipedia.org/wiki/Xz
- Linux:
xz -d rpi2_peinjector.img.xz
- Windows: Use 7-Zip
- Go to https://{your_rasp_ip}:3333
- Navigate to "shellcode"
- Scroll to "demo (calc)"
- Click on "create and send shellcode"
- Set your firefox proxy setting to {your_rasp_ip}:8080
- Download any PE-File (Example: putty.exe or a hundreds of megabytes big AV setup to see the seamless infection in action)
- You will see, the program is infected!