diff options
author | lassulus <lass@aidsballs.de> | 2014-12-22 20:09:43 +0100 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2014-12-22 20:09:43 +0100 |
commit | 3a7a49b9bda4b2df849db827c61aa347a68a96be (patch) | |
tree | 4d0627a7715463f685ce1f48413e6138b236f1f6 /recon/wifi_inspector/plugins/01open | |
parent | a2a46c90db37740ac0d033652bd667ee8c3f55d9 (diff) |
wifi_inspector > autowifi (better name anyuway)
Diffstat (limited to 'recon/wifi_inspector/plugins/01open')
-rwxr-xr-x | recon/wifi_inspector/plugins/01open | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/recon/wifi_inspector/plugins/01open b/recon/wifi_inspector/plugins/01open new file mode 100755 index 00000000..881f47ea --- /dev/null +++ b/recon/wifi_inspector/plugins/01open @@ -0,0 +1,6 @@ +#!/bin/sh +#ESSID MAC CHANNEL ENCRYPTION +if [ "$4" == "[ESS]" ]; then + exit 0 +fi +exit 1 |