Page 1 of 1

Mapping probe requests

Posted: Thu May 31, 2018 5:34 am
by student110
What would be a simple method of mapping probe requests en masse? I am recording the requests using tshark and then going through the log to copy/paste the ssid's into the wigle advanced search area's ssid field. There's gotta be an easier way. Thanks!

Re: Mapping probe requests

Posted: Thu May 31, 2018 4:26 pm
by arkasha
We'd recommend the API!

https://api.wigle.net
Cheers,

-Ark and the WiGLE team

Re: Mapping probe requests

Posted: Thu May 31, 2018 8:40 pm
by student110
I looked at that, not sure where to start....Sorry not asking for a tutorial or anything but Im very new to this.

Re: Mapping probe requests

Posted: Fri Jun 01, 2018 4:24 pm
by arkasha
No direct tutorial, but there are libraries for a number of programming languages - some of which include examples! Are you a programmer?

Cheers,

-ark

Re: Mapping probe requests

Posted: Sun Jun 03, 2018 6:02 am
by student110
Definitely not, but I have a little experience with python. All I've found were the API's (Tools>API) but when I run curl I get a "Not Authorized" response, do I need to include a token somewhere?

Re: Mapping probe requests

Posted: Sun Jun 03, 2018 6:11 am
by student110
I have a list of SSID's that I would like to search within a specified area and populate on a map such as on the wigle homepage without having to manually type in each one, just to get an idea of what I'm trying to accomplish here.

Re: Mapping probe requests

Posted: Sun Jun 03, 2018 11:02 pm
by arkasha
absolutely - check out your account page or check out some of the python implementations of the WiGLE API, such as PyGLE to simplfy your implementation.

Re: Mapping probe requests

Posted: Thu Jun 14, 2018 4:45 am
by student110
I'm having trouble getting any information using the wigle api/pygle. These are my two scripts, one is to get SSID's with tshark, the other I am testing pygle. Can anyone help my understand how to search for each SSID?

https://pastebin.com/V9bHaxzk

---------Pygle test script-------------

https://pastebin.com/hR0qPtEd