From 3a7a49b9bda4b2df849db827c61aa347a68a96be Mon Sep 17 00:00:00 2001 From: lassulus Date: Mon, 22 Dec 2014 20:09:43 +0100 Subject: wifi_inspector > autowifi (better name anyuway) --- recon/autowifi/plugins/02tplink | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100755 recon/autowifi/plugins/02tplink (limited to 'recon/autowifi/plugins/02tplink') diff --git a/recon/autowifi/plugins/02tplink b/recon/autowifi/plugins/02tplink deleted file mode 100755 index 751ec209..00000000 --- a/recon/autowifi/plugins/02tplink +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh -# Implementation of TP-Link default WPA Key -# Based on -# http://www.wardriving-forum.de/forum/f321/ezwlan-android-2-1-a-70045-4.html#post342481 - -cd $(dirname $(readlink -f $0)) -. ./plugin_core - -parse_plugin_args "$@" - -! check_vendor_mac $VENDOR_MAC "F8D111" && echo "$VENDOR_MAC not affected" && exit 1 -! echo $ESSID | egrep -q '^tp' && echo "$ESSID not affected" && exit 1 - - -# printf always makes string to lower, need that for correct md5sum -printf ${MAC:4:12} -exit 0 -- cgit v1.2.3