From 1a49b2e844a733812be1de8fc76af1a4c2ec5f0e Mon Sep 17 00:00:00 2001 From: makefu Date: Tue, 19 Nov 2013 08:51:24 +0100 Subject: autowifi -> graveyard autowifi source is superserseeded by github.com/krebscode/autowifi --- .graveyard/autowifi/confdir/cracks/00profile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 .graveyard/autowifi/confdir/cracks/00profile (limited to '.graveyard/autowifi/confdir/cracks/00profile') diff --git a/.graveyard/autowifi/confdir/cracks/00profile b/.graveyard/autowifi/confdir/cracks/00profile new file mode 100755 index 00000000..c2ad6ec7 --- /dev/null +++ b/.graveyard/autowifi/confdir/cracks/00profile @@ -0,0 +1,11 @@ +#!/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) -- cgit v1.2.3