898 B
898 B
OpenCanary
Device preparation
-
Install OS Armbian 11 Bullseye
-
Update and upgrade
sudo apt update && sudo apt upgrade -y
- Download OpenCanary config file
wget https://download.csec.ba/tinkerboard/opencanary.conf
- Install Python3
sudo apt install -y python3-dev python3-pip python3-venv
- Install prerequisites
sudo apt install -y build-essential libssl-dev libffi-dev libpcap-dev net-tools
- Install Rust
sudo apt install rustc -y
- Instal Cargo
sudo apt install cargo -y
- Disable build Rust
export CRYPTOGRAPHY_DONT_BUILD_RUST=
- Install dependencies
mkdir ~/opencanary
cd ~/opencanary
python3 -m venv env
source env/bin/activate
pip install wheel
pip install rdpy
pip install opencanary
pip install scapy pcapy