Skip to content

Instantly share code, notes, and snippets.

@s0lst1c3
Last active November 4, 2019 06:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save s0lst1c3/ae4a7353a7a6a8deb70072b198134d73 to your computer and use it in GitHub Desktop.
Save s0lst1c3/ae4a7353a7a6a8deb70072b198134d73 to your computer and use it in GitHub Desktop.
# create an ESSID whitelist file (this is a spoiler for Part III of this series)
for ssid in "apples" "oranges" "grapes" "pears"; do
echo $ssid >> ssid-whitelist.txt;
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment