Skip to content

Guide: Raspberry Pi image

Schnorcher Sepp edited this page Mar 15, 2016 · 24 revisions

Overview

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

Download

rpi2_peinjector.img.xz
SHA-256: 03E8BEF53FCA2E80B1CB0A242B3B48DA25B11CC46F8AE05B47B3E3B5A3BF8403

Unpack

xz is a lossless data file format: https://en.wikipedia.org/wiki/Xz

  • Linux:
xz -d rpi2_peinjector.img.xz

write the image to the sdcard

Usage

  1. Go to https://{your_rasp_ip}:3333
  2. Navigate to "shellcode"
  3. Scroll to "demo (calc)"
  4. Click on "create and send shellcode"
  5. Set your firefox proxy setting to {your_rasp_ip}:8080
  6. Download any PE-File (Example: putty.exe or a hundreds of megabytes big AV setup to see the seamless infection in action)
  7. You will see, the program is infected!
Clone this wiki locally