diff options
| author | makefu <github@syntax-fehler.de> | 2014-12-20 22:49:58 +0100 | 
|---|---|---|
| committer | makefu <github@syntax-fehler.de> | 2014-12-20 22:49:58 +0100 | 
| commit | b7ea9e035a729186afb57894891d3bdec43aa9ae (patch) | |
| tree | 1d56cf8e00c536da4ecd4a2dff333b2b6233b9b9 /recon/autowifi/plugins/01open | |
| parent | d9cb390f1d29b2ff11ac0c3deae093f4d5232d54 (diff) | |
| parent | f0ee1f2a63be9238506ec15da655a6077caaa807 (diff) | |
Merge branch 'master' of ssh://github.com/krebscode/painload
Diffstat (limited to 'recon/autowifi/plugins/01open')
| -rwxr-xr-x | recon/autowifi/plugins/01open | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/recon/autowifi/plugins/01open b/recon/autowifi/plugins/01open new file mode 100755 index 00000000..881f47ea --- /dev/null +++ b/recon/autowifi/plugins/01open @@ -0,0 +1,6 @@ +#!/bin/sh +#ESSID MAC CHANNEL ENCRYPTION  +if [ "$4" == "[ESS]" ]; then +    exit 0 +fi +exit 1 | 
