Skip to content

Instantly share code, notes, and snippets.

@MichaelGooden
Created September 23, 2016 09:19
Show Gist options
  • Save MichaelGooden/9a239d5e93a440ee4212253ca02ed373 to your computer and use it in GitHub Desktop.
Save MichaelGooden/9a239d5e93a440ee4212253ca02ed373 to your computer and use it in GitHub Desktop.
Fun APs
:global counter
:global ssidarray {"It hurts when IP";"FBI Surveilance - Van 32";"NSA - Totally not watching";"Damn kids - Get off my LAN";"searching...";"TellMyWiFiLoveHer";"Router? I hardly know her";"Luke WiFi Walker";"The LAN Before Time";"The Promised LAN";"Silence of the LAN";"Wi believe I can Fi";"Winternet is coming";"Keep it on the Download";"Mom use this one";"Network Error";"Malware4Free";"winnerwinnerchickendinner";"Edward Snowden is here?";"Stop looking at my wifi";"Penny, get your own wifi";"MyWiFiSignalKillsBees";"Access Denied";"GetUrOwn";"Moe's Tavern";"SkyNet";}
:for counter from=0 to=[:len $ssidarray] do={
/interface wireless add comment="FunAP" ssid=($ssidarray->$counter) master-interface=wlan1 disabled=no name="FunAP$counter"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment