Search found 54 matches

Tue Feb 08, 2022 5:04 pm
Replies: 46
Views: 191825

Re: Rasberry Pi

Woot, completely missed the overlay news, will check it out on the RPI Zero and report back, it was a real struggle to strip it down until now. :D
Tue Feb 08, 2022 5:03 pm
Replies: 2
Views: 22880

Re: Kismet Wardriving Mode

Awesome news, at last an easy way to strip it down for the underpowered SBCs.
Sat Jun 06, 2020 12:19 pm
Replies: 10
Views: 44168

Re: Posting file via cURL

You need the @ symbol even with full path.
Sat Jun 06, 2020 9:27 am
Replies: 10
Views: 44168

Re: Posting file via cURL

What file did you try to upload?
Wed May 15, 2019 2:26 pm
Replies: 46
Views: 191825

Re: Rasberry Pi

Thanks a lot. Is there a way to connect it directly to the GPIO or it's mandatory to go via the USB through CH340G?
Wed May 15, 2019 7:01 am
Replies: 46
Views: 191825

Re: Rasberry Pi

Could you, please, post a photo of the wiring for the module? It would help a lot of folks who are not familiar with that part of the equation like me for example. :) Thanks.
Tue Nov 20, 2018 8:52 pm
Replies: 46
Views: 191825

Re: Rasberry Pi

Does Wigle support the new sqlite output format of the newest Kismet already? Last time I checked it wasn't compatible.
Tue Nov 20, 2018 12:00 pm
Replies: 46
Views: 191825

Re: Rasberry Pi

There's no need to SSH in to launch the scripts, you can just use @reboot crontab entry to do it. I usually launch them in a detached screen session, so the only thing to do is just to power it up and it instantly starts scanning.
Fri Sep 21, 2018 10:54 am
Replies: 5
Views: 24327

Re: HTTP 405 Method Not Allowed when trying to search through basic search

1) Appears to fail only in Firefox on both Windows and Linux. It works fine on Chrome and IE.
2) Nope, login is active and advanced search works
3) Tried it with Firefox without any extensions same results.
4) Doesn't appear to be source ip related, IE and Chrome work on the same network.
Tue Sep 18, 2018 11:37 pm
Replies: 5
Views: 24327

HTTP 405 Method Not Allowed when trying to search through basic search

I'm trying to search for a SSID from the basic search page (https://wigle.net/mapsearch) but all I get is "HTTP 405 Method Not Allowed" exception at the URL https://api.wigle.net/api/v2/network/search.
Sat Aug 04, 2018 9:40 am
Replies: 8
Views: 39222

Re: Support new Kismet log format in Kismet trunk

Also noticed they provide scripts to convert to json, kml and pcap:
https://github.com/kismetwireless/kisme ... /log_tools
Guess the only option currently would be kml, unless Wigle adds support for the json output?
Sat Aug 04, 2018 9:23 am
Replies: 8
Views: 39222

Re: Support new Kismet log format in Kismet trunk

So the "kismet" log type from the conf file above appears to be producing sqlite output files: root@zero2:~# file Kismet-20180804-12-02-38-1.kismet Kismet-20180804-12-02-38-1.kismet: SQLite 3.x database, last written using SQLite version 3024000 root@zero2:~# The others are pcapppi and pca...
Sun Jul 22, 2018 5:22 pm
Replies: 46
Views: 191825

Re: Rasberry Pi

Btw what's the wireless adapter with dual antennas on the last picture? Reminds me a bit of Totolink N300UA but it's a black one?
Tue May 15, 2018 7:07 am
Replies: 10
Views: 44168

Re: Posting file via cURL

Since the old API is now gone, here's how to post a file using the new one via curl: curl -i -H 'Accept:application/json' -u <token> --basic -F file=@./<filename> -F donate=true https://api.wigle.net/api/v2/file/upload Just replace the file name with the file you are going to upload and the auth tok...

Go to advanced search