saintbyte / openbmap

Automatically exported from code.google.com/p/openbmap
Other
1 stars 1 forks source link

Re #35: some SSIDs still result in "krank" XML files #80

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
See #35 for a detailed description. In a nutshell: I have encountered many 
SSIDs in the wild which contain all kinds of weird characters: Unicode, ASCII 
0–31 and the like. Some of these still get exported to XML without proper 
sanitization, resulting in malformed XML.

In this case the SSID contained a 0x01 character. The log was captured and 
exported with Radiobeacon 0.8.8.

Original issue reported on code.google.com by mich...@vonglasow.com on 30 Jun 2015 at 9:28

GoogleCodeExporter commented 9 years ago
r23478b5a8cba should finally fix this. It ignores any ssid which contains 
characters other than a-z, 0-9. In such case, only the bssid is stored in the 
log files

Original comment by wish7code on 3 Jul 2015 at 1:47

GoogleCodeExporter commented 9 years ago
Sigh... After going over the logs again, I think that might be to strict 
filtering.
It'll also exclude minus signs, dots and exclamation marks, which are quite 
common..

Original comment by wish7code on 3 Jul 2015 at 1:59

GoogleCodeExporter commented 9 years ago
OK, another one.. Added -, +, ., !, _, [space] to the allowed character lst

Original comment by wish7code on 3 Jul 2015 at 8:47