The Picard Maneuver@lemmy.world to Memes@sopuli.xyz · 1 year agoOr maybe introduce them to Little Bobby Tableslemmy.worldimagemessage-square159fedilinkarrow-up1986arrow-down129file-textcross-posted to: cybersecuritymemes@lemmy.world
arrow-up1957arrow-down1imageOr maybe introduce them to Little Bobby Tableslemmy.worldThe Picard Maneuver@lemmy.world to Memes@sopuli.xyz · 1 year agomessage-square159fedilinkfile-textcross-posted to: cybersecuritymemes@lemmy.world
minus-squareSkull giver@popplesburger.hilciferous.nllinkfedilinkarrow-up22·1 year agoFun fact: SSIDs are just bytes. They don’t need to he any kind of UTF compliant. You can use a set of unprintable characters
minus-squarePatMustard@feddit.uklinkfedilinkEnglisharrow-up2·1 year agoIs there a character limit? Can it be the binary for DOOM?
minus-squareSkull giver@popplesburger.hilciferous.nllinkfedilinkarrow-up3·1 year ago32 bytes. 31 if you want to end the name in a \0 byte to not completely break IoT devices and the like. You can have as many SSIDs as you want, of course. So you could spam a million SSIDs and have a piece of software decode them.
minus-squaremetallic_z3r0@infosec.publinkfedilinkarrow-up2·1 year agoI believe it’s 32 bytes, but it depends on the AP, some use a null terminator as the final byte.
minus-squareSpaz@lemmy.worldlinkfedilinkarrow-up2·1 year ago64 characters long is wifi spec IIRC but some routers don’t follow spec, wouldnt go higher than 60. Idk if this helps answer your question.
Fun fact: SSIDs are just bytes. They don’t need to he any kind of UTF compliant. You can use a set of unprintable characters
Is there a character limit? Can it be the binary for DOOM?
32 bytes. 31 if you want to end the name in a \0 byte to not completely break IoT devices and the like.
You can have as many SSIDs as you want, of course. So you could spam a million SSIDs and have a piece of software decode them.
I believe it’s 32 bytes, but it depends on the AP, some use a null terminator as the final byte.
64 characters long is wifi spec IIRC but some routers don’t follow spec, wouldnt go higher than 60. Idk if this helps answer your question.