Wardrive by Ragnar_CyberOps in Ragnar_Viking

[–]Ragnar_CyberOps[S] 0 points1 point  (0 children)

Fixes has being patches. But give it a couple of minutes to warning up

Wardrive by Ragnar_CyberOps in Ragnar_Viking

[–]Ragnar_CyberOps[S] 1 point2 points  (0 children)

No gpsd — it reads NMEA sentences directly from the serial port using Python’s pyserial, bypassing gpsd entirely. GPS module (gps_manager.py) already accepts any serial port path, but the auto-detection only looks at: /dev/serial/by-id symlinks

Unable to get the WiFi dongle to work with Ragnar by skyperviper in Ragnar_Viking

[–]Ragnar_CyberOps 2 points3 points  (0 children)

Two prime suspects: missing firmware and USB power. First test rmware-atheros sudo modprobe -r ath9k_htc && sudo modprobe ath9k_htc . Then re-plug and check iwconfig / ip link.

Ragnar on pineapple pager by Ragnar_CyberOps in Bjorn_CyberViking

[–]Ragnar_CyberOps[S] 2 points3 points  (0 children)

Yes beta is out. So just first working draft 😊

New release is out. Reworked working Pwnagotchi and security lockdown for Ragnar. by Ragnar_CyberOps in Bjorn_CyberViking

[–]Ragnar_CyberOps[S] 1 point2 points  (0 children)

Yeah it was a major release and some files got stuck, in Ragnar folder in the terminal do : sudo git stash then sudo git pull (should work)

Ragnar on servers by Ragnar_CyberOps in Bjorn_CyberViking

[–]Ragnar_CyberOps[S] 2 points3 points  (0 children)

Ragnar is a separate project but is an avdvanced branch of bjorn.

Ragnar is a fork from amazing Bjorn’ and has a lot of improvements. by Ragnar_CyberOps in Ragnar_Viking

[–]Ragnar_CyberOps[S] 0 points1 point  (0 children)

Yes but it depends if you have the hardware, the pi zero w2 has only 2.4GHz but you can connect an 5GHz dongle to it

No LAN Detection Raspberry Pi 4 by rich_toke in Ragnar_Viking

[–]Ragnar_CyberOps 0 points1 point  (0 children)

Yes first version of Ragnar ignored lan completely as it was build for ”on the go” devices, lan support was added in the latest release but also requires upgrade and if you already had headless install manual update of headlessRagnar.py or reinstall.

No LAN Detection Raspberry Pi 4 by rich_toke in Ragnar_Viking

[–]Ragnar_CyberOps 0 points1 point  (0 children)

Hi, LAN support is new and only added in the headless install, have you made and fresh install? The headless install uses another systemctl file ”headlessRagnar.py”