fluxion/attacks
strasharo cdacff38e1 Fix load_attack config corruption, allow --list-interfaces without root
- Replace more with direct redirection in load_attack (Handshake Snooper
  and Captive Portal): more adds 3 header lines when stdout is a pipe,
  shifting all config array indices by +3 and corrupting the deauth method,
  jammer interface, and verifier settings on second and subsequent runs
- Apply the same fix to fluxion_handle_target_change, which read
  target_info.txt through more causing MAC/SSID/channel corruption on
  tracker-triggered restarts
- Allow --list-interfaces to run without root: all operations are read-only
  sysfs/lsusb/lspci/iw queries that need no elevated privileges
- Skip preferences file load/create when not root to avoid permission errors
  on the root-owned preferences.conf
2026-02-21 14:15:33 +02:00
..
Captive Portal Fix load_attack config corruption, allow --list-interfaces without root 2026-02-21 14:15:33 +02:00
Handshake Snooper Fix load_attack config corruption, allow --list-interfaces without root 2026-02-21 14:15:33 +02:00