Slashdot Mirror


Best Wireless SSIDs You Have Seen?

Ant writes "Best SSIDs you have seen is the name of the new Broadband Reports' wireless security forum. Funny ones listed that made me chuckle: WardriversOpenAP, GET LOST, HackedAP, SecureAP (no WEP/WPA), TOP_SECRET, HPD-FieldOffice, MiddleEarth, HoneyPot, mine, and people's full/last name." I think naming your network 'Default' or 'Linksys' should be a crime ;)

9 of 684 comments (clear)

  1. My neighborhood by dcw3 · · Score: 2, Informative

    Several "linksys", a couple with family names, and one called "The Castle"

    --
    Just another day in Paradise
    1. Re:My neighborhood by Tassach · · Score: 3, Informative
      Print the serial number of the device on the case of the box, use it as the default password
      Uh huh. Can you say "tech support nightmare"? Not only that, it would mean you'd have to create one-off firmware for each and every unit. Every router I've ever used has a factory default password which gets used when you do a hardware reset, and for good reason: the drool monkeys who can't set the clock on their VCR are buying network gear and trying to make it work. The clueless tier 1 tech support goobers need to have a SIMPLE idiot-proof script they can read to the drool monkeys to get them back up and running when they inevitably dork things up.

      Remember we're talking about the kind of end-users who set their password to their kids birthday and STILL manage to forget it. Actually expecting them to accurately transcribe a 20 digit alphanumeric string off the box (which they probably threw away immediately, along with the manual) is asking a bit much, and getting them to read the RIGHT number off a sticker on the unit (which likely has a half-dozen different numbers on it)

      --
      Why is it that the proponents of "one nation under God" are so eager to get rid of "liberty and justice for all"?
  2. Netstumbler has a simliar thread by X00M · · Score: 4, Informative

    http://www.netstumbler.org/showthread.php?t=11311

  3. Re:What by Roofus · · Score: 2, Informative

    Obscure? Broadband Reports (formerly DSL Reports) is the best source of information for all things DSL/Cable (and now VOIP too). Everybody else seems to know that, except you.

    The knowledge of cable and DSL there is much better than what I see on /.

  4. Re:Best SSID by AKnightCowboy · · Score: 3, Informative

    I think the one most relevent to current events is the coolest. That'd be Cisco's "tsunami" default SSID on some of their access points.

  5. The best SSID ... by The+Llama+King · · Score: 2, Informative
    ... is the one you never see. Turn off the SSID broadcast unless you want to share the connection.

    --
    C'mon, baby, kiss The King.
  6. Re:Best SSID by saigon_from_europe · · Score: 3, Informative

    With or without the name of the manufacturer, it is the same. You can always discover the manufacturer - MAC address is unique, and its first part is assotiated with the manufacturer.

    --
    No sig today.
  7. Totally useless and ineffective. by Otto · · Score: 2, Informative

    Disabling SSID broadcast doesn't prevent somebody from seeing your SSID. The SSID is in every frame, so it's not like you're preventing anybody with a sniffer from seeing the SSID. Furthermore, they don't even need your SSID to connect to you, as on most systems, the "ANY" SSID will allow association unless your AP had the ability to disable that.

    All disabling SSID broadcast will do is to prevent your SSID from showing up in Windows little list of "available networks". This might prevent the little old lady next door from connecting to your system by accident, but it does absolutely nothing in terms of security.

    --
    - Give a man a fire and he's warm for a day, but set him on fire and he's warm for the rest of his life.
  8. Re:Why I'm A Bastard by Anonymous Coward · · Score: 2, Informative

    It's pretty easy to do if you run your own DNS server.

    Create a forward zone called "." (no quotes), and a domain called "*" within that zone, and create a new host in that domain with no name, pointing it to whatever IP you want it to. (That's MS DNS Server -- see the link below for BIND)

    That'll redirect top-level domains to whatever IP you want. Then use mod_rewrite if you redirected it to your own web server, to strip all the URL information off of it, so that it always goes to "mypicutre.png".

    I would post a sample, but I've got too many junk characters in it.

    Use this page: http://www.freebsdfreaks.net/articles/fake_dns.php s

    for more info.