summaryrefslogtreecommitdiffstats
path: root/recon/inspector_wifi/plugins/01open
blob: 881f47ea55ca86896c4f10cfd16ab28a8244770d (plain)
1
2
3
4
5
6
#!/bin/sh
#ESSID MAC CHANNEL ENCRYPTION 
if [ "$4" == "[ESS]" ]; then
    exit 0
fi
exit 1