How to filter on multiple SSIDs

Issues with the Android network detection software. Please include Software version, Android version, and device when reporting

3 posts • Page 1 of 1

Postby disquette » Sun Mar 11, 2018 10:30 am

Hello,
In the "Filter Network List" menu to filter several SSIDs to exclude from the display? this marks for an SSID but I can not find the delimiters
Thank you

Postby arkasha » Sun Mar 11, 2018 6:03 pm

it's a Java regular expression, so something like

Code: Select all

^Linksys.*$|^Asus.*$
would select all APs whose SSIDs started with "Linksys" or "Asus" (the "|" character is the delimiter, the ^ and $ are "start" and "stop").

To exclude networks matching the expression, make sure to check the box directly below the input; "Show what doesn't match above regular expression"

Cheers,

-ark
Hello, thank you for your answer it's ok I can now exclude some SSID :D
My regex

Code: Select all

^orange.*$|^FreeWifi.*$|^SFR WiFi.*$
Thank

3 posts • Page 1 of 1

Return to “WiGLE WiFi Wardriving Bugs”

Who is online

Users browsing this forum: No registered users and 8 guests