bhaizlett123 Posted October 15, 2020 Posted October 15, 2020 Hello, I finally got my nano to work, and now i am testing it out. I download the deauth module and it just keeps saying that deauth is not running. I even tried to run the scripts from the /pineapple/modules/deauth/scripts through ssh and this is what i keep getting root@Pineapple:/pineapple/modules/Deauth/scripts# ./autostart_deauth.sh uci: Entry not found uci: Entry not found killall: mkd3: no process killed BusyBox v1.30.1 () multi-call binary. Usage: grep [-HhnlLoqvsriwFE] [-m N] [-A/B/C N] PATTERN/-e PATTERN.../-f FILE [FILE]... Search for PATTERN in FILEs (or stdin) -H Add 'filename:' prefix -h Do not add 'filename:' prefix -n Add 'line_no:' prefix -l Show only names of files that match -L Show only names of files that don't match -c Show only count of matching lines -o Show only the matching part of line -q Quiet. Return 0 if PATTERN is found, 1 otherwise -v Select non-matching lines -s Suppress open and read errors -r Recurse -i Ignore case -w Match whole words only -x Match whole lines only -F PATTERN is a literal (not regexp) -E PATTERN is an extended regexp -m N Match up to N times per file -A N Print N lines of trailing context -B N Print N lines of leading context -C N Same as '-A N -B N' -e PTRN Pattern to match -f FILE Read pattern from file PHY Interface Driver Chipset null 802.11 ?????? non-mac80211 device? (report this!) null IEEE ?????? non-mac80211 device? (report this!) null Mode:Master ?????? non-mac80211 device? (report this!) null Tx-Power=17 ?????? non-mac80211 device? (report this!) null dBm ?????? non-mac80211 device? (report this!) phy0 wlan0 ath9k Not pci, usb, or sdio Error setting channel: command failed: Resource busy (-16) Error -16 likely means your card was set back to station mode by something. Removing non-monitor wlan0mon interface... WARNING: unable to start monitor mode, please run "airmon-ng check kill" root@Pineapple:/pineapple/modules/Deauth/scripts# ioctl(SIOCGIFINDEX) failed: No such device root@Pineapple:/pineapple/modules/Deauth/scripts# root@Pineapple:/pineapple/modules/Deauth/scripts# ls autostart_deauth.sh deauth.sh dependencies.sh root@Pineapple:/pineapple/modules/Deauth/scripts# ./dependencies.sh root@Pineapple:/pineapple/modules/Deauth/scripts# ./deauth.sh uci: Entry not found uci: Entry not found root@Pineapple:/pineapple/modules/Deauth/scripts# ./autostart_deauth.sh uci: Entry not found uci: Entry not found killall: mkd3: no process killed BusyBox v1.30.1 () multi-call binary. Usage: grep [-HhnlLoqvsriwFE] [-m N] [-A/B/C N] PATTERN/-e PATTERN.../-f FILE [FILE]... Search for PATTERN in FILEs (or stdin) -H Add 'filename:' prefix -h Do not add 'filename:' prefix -n Add 'line_no:' prefix -l Show only names of files that match -L Show only names of files that don't match -c Show only count of matching lines -o Show only the matching part of line -q Quiet. Return 0 if PATTERN is found, 1 otherwise -v Select non-matching lines -s Suppress open and read errors -r Recurse -i Ignore case -w Match whole words only -x Match whole lines only -F PATTERN is a literal (not regexp) -E PATTERN is an extended regexp -m N Match up to N times per file -A N Print N lines of trailing context -B N Print N lines of leading context -C N Same as '-A N -B N' -e PTRN Pattern to match -f FILE Read pattern from file PHY Interface Driver Chipset null 802.11 ?????? non-mac80211 device? (report this!) null IEEE ?????? non-mac80211 device? (report this!) null Mode:Master ?????? non-mac80211 device? (report this!) null Tx-Power=17 ?????? non-mac80211 device? (report this!) null dBm ?????? non-mac80211 device? (report this!) phy0 wlan0 ath9k Not pci, usb, or sdio Error setting channel: command failed: Resource busy (-16) Error -16 likely means your card was set back to station mode by something. Removing non-monitor wlan0mon interface... WARNING: unable to start monitor mode, please run "airmon-ng check kill" root@Pineapple:/pineapple/modules/Deauth/scripts# ioctl(SIOCGIFINDEX) failed: No such device
chrizree Posted October 16, 2020 Posted October 16, 2020 It seems to be a bunch of things not working judging from your output. Have you tried to run each uci command in the scripts to see which one of them that are failing? I found some that the dependency check should set, but they aren't actually set. What network interface are you using the Deauth module with? I haven't had time to go through all of the code. And that's not just the bash scripts you have tried to run manually, but also the API php file seems to have some odd code in it that doesn't spit out the desired results as I can see it.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.