Package Details: sparrow-wifi-git r179.4b82897-2

Git Clone URL: https://aur.archlinux.org/sparrow-wifi-git.git (read-only, click to copy)
Package Base: sparrow-wifi-git
Description: Next-Gen GUI-based WiFi and Bluetooth Analyzer for Linux
Upstream URL: https://github.com/ghostop14/sparrow-wifi
Keywords: bluetooth hackrf mavlink sdr ubertooth wifi
Licenses: GPL3
Conflicts: sparrow-wifi
Provides: sparrow-wifi
Submitter: ragouel
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 4
Popularity: 0.45
First Submitted: 2020-07-16 07:38 (UTC)
Last Updated: 2021-09-14 14:51 (UTC)

Latest Comments

yochananmarqos commented on 2021-02-12 15:46 (UTC)

@ds9: Thanks, added. I also found aircrack-ng and aircrack-ptw are called as subprocesses. The latter is old and no longer exists, however.

I fixed the untracked files as well, so this will be necessary:

sudo rm -rf /opt/sparrow-wifi/__pycache__/*

ds9 commented on 2021-02-12 07:08 (UTC) (edited on 2021-02-12 07:11 (UTC) by ds9)

@yochananmarqos I installed it and tried to use it and it complained about iwconfig missing. iwconfig is used 3 times : /sparrow-wifi-master/wirelessengine.py: result = subprocess.run(['iwconfig'], stdout=subprocess.PIPE,stderr=subprocess.DEVNULL) ./sparrow-wifi-master/wirelessengine.py: result = subprocess.run(['iwconfig'], stdout=subprocess.PIPE,stderr=subprocess.DEVNULL) ./sparrow-wifi-master/plugins/falconwifi.py: result = subprocess.run(['iwconfig', interface, 'channel', str(channel)], stdout=subprocess.DEVNULL,stderr=subprocess.DEVNULL) wireless_tools was not installed by default on my system.

yochananmarqos commented on 2021-02-11 22:56 (UTC)

@ds9: I didn't see that mentioned anywhere in the repo. How did you discover that?

ds9 commented on 2021-02-11 22:23 (UTC) (edited on 2021-02-11 22:23 (UTC) by ds9)

Missing dependency : wireless_tools (as iwconfig is required)