Difference between revisions of "Install c't'-Raspion on Raspberry PI"

From Embedded Lab Vienna for IoT & Security
Jump to navigation Jump to search
(MKhalil moved page (Article title) to Pass-the-Hash (PtH): Renaming)
Tag: New redirect
 
(This documentation describes how to install c't'Raspion on a Raspberry PI 4)
Tag: Removed redirect
Line 1: Line 1:
#REDIRECT [[Pass-the-Hash (PtH)]]
== Requirements ==
* Raspberry PI with Raspbian
* Internet connection
 
 
== Description ==
 
=== Step 1: System Update ===
 
In the command line interface enter:
 
sudo apt-get update && sudo apt-get upgrade
 
=== Step 2: Get the raspion.zip file ===
 
wget ct.de/s/x5Pm -O raspion.zip
unzip raspion.zip
 
=== Step 3: Install Raspion ===
 
cd raspion
./install.sh or bash install.sh

Revision as of 05:51, 19 March 2020

Requirements

  • Raspberry PI with Raspbian
  • Internet connection


Description

Step 1: System Update

In the command line interface enter:

sudo apt-get update && sudo apt-get upgrade

Step 2: Get the raspion.zip file

wget ct.de/s/x5Pm -O raspion.zip 
unzip raspion.zip

Step 3: Install Raspion

cd raspion
./install.sh or bash install.sh