Update README.md
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# OpenCanary
|
||||
# OpenCanary 0.9.5 (latest)
|
||||
|
||||
## Device preparation
|
||||
|
||||
1. Install OS [Armbian 11 Bullseye](https://download.csec.ba/tinkerboard/Armbian_11.img.xz). During installation process create user canary.
|
||||
1. Install OS [Armbian 24.11 Bookworm](https://download.csec.ba/tinkerboard/Armbian_24.11.1.img.xz). During installation process create user canary.
|
||||
|
||||
2. Update and upgrade
|
||||
```bash
|
||||
@@ -56,16 +56,17 @@ cd opencanary
|
||||
python3 -m venv env
|
||||
source env/bin/activate
|
||||
pip install wheel
|
||||
#sudo install rdpy (not working in the latest release)
|
||||
pip install cryptography==38.0.1
|
||||
pip install opencanary
|
||||
pip install scapy pcapy
|
||||
pip install scapy
|
||||
```
|
||||
|
||||
11. Create config file and copy it to the path
|
||||
```bash
|
||||
opencanaryd --copyconfig
|
||||
sudo cp /home/canary/opencanary.conf /etc/opencanaryd/opencanary.conf
|
||||
sudo mv /home/canary/opencanary.conf /home/canary/opencanary/opencanary.conf
|
||||
sudo mv /home/canary/opencanary.conf /etc/opencanaryd/opencanary.conf
|
||||
|
||||
Edit config file according to your needs. Add api key to webhook.
|
||||
```
|
||||
|
||||
12. Create OpenCanary service
|
||||
|
||||
Reference in New Issue
Block a user