diff options
author | makefu <github@syntax-fehler.de> | 2013-11-19 08:51:24 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2013-11-19 08:51:24 +0100 |
commit | 1a49b2e844a733812be1de8fc76af1a4c2ec5f0e (patch) | |
tree | 616db5a7eb6339e399ff4daafbb83c5e5b59928d /autowifi/confdir/cracks | |
parent | 022d115bdae70e588b4639da5b3037845fab9fe6 (diff) |
autowifi -> graveyard
autowifi source is superserseeded by github.com/krebscode/autowifi
Diffstat (limited to 'autowifi/confdir/cracks')
-rwxr-xr-x | autowifi/confdir/cracks/00profile | 11 | ||||
-rwxr-xr-x | autowifi/confdir/cracks/01open | 6 |
2 files changed, 0 insertions, 17 deletions
diff --git a/autowifi/confdir/cracks/00profile b/autowifi/confdir/cracks/00profile deleted file mode 100755 index c2ad6ec7..00000000 --- a/autowifi/confdir/cracks/00profile +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -x -#ESSID MAC CHANNEL ENCRYPTION WPA WPA2 -# ENV: -# root (default: /) -root=${root:-/} -cat $root/wifi_stats 2>/dev/null | (while IFS='|' read SSID MAC BANDW KEY; do - if [ "$1" = "$SSID" -a "$2" = "$MAC" ]; then - echo $KEY - exit 0 - fi -done; exit 1) diff --git a/autowifi/confdir/cracks/01open b/autowifi/confdir/cracks/01open deleted file mode 100755 index 7bd98e20..00000000 --- a/autowifi/confdir/cracks/01open +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -x -#ESSID MAC CHANNEL ENCRYPTION WPA WPA2 -if [ "$4" = "[ESS]" ]; then - exit 0 -fi -exit 1 |