Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a plugin to upload APs to wigle.net #110

Closed
dadav opened this issue Oct 3, 2019 · 6 comments
Closed

Add a plugin to upload APs to wigle.net #110

dadav opened this issue Oct 3, 2019 · 6 comments
Labels
enhancement New feature or request todo

Comments

@dadav
Copy link
Contributor

dadav commented Oct 3, 2019

Idea from @evilsocket ^^

@dadav dadav added the enhancement New feature or request label Oct 3, 2019
@dadav
Copy link
Contributor Author

dadav commented Oct 3, 2019

Derek add label: todo

@derek derek bot added the todo label Oct 3, 2019
@akosednar
Copy link

I'll start tackling this.

@akosednar
Copy link

Derek assign: akosednar

@evilsocket
Copy link
Owner

you are not in the .DEREK.yml list, it won't work :D

@akosednar
Copy link

Ah makes sense :P

@Bedrovelsen
Copy link

Bedrovelsen commented Oct 6, 2019

Since they have an API these days it is quite quick to implement

https://api.wigle.net/swagger#/Network_observation_file_upload_and_status./upload

curl -X POST "https://api.wigle.net/api/v2/file/upload" -H "accept: application/json" -H "Content-Type: multipart/form-data" -F "file=@pwnagotchi.log;type=" -F "donate=true”

returns

{
  "success": true,
  "warning": null,
  "results": {
    "timeTaken": "0",
    "filesize": 345025,
    "filename": "1570354259_pwnagotchi.log",
    "transids": [
      {
        "file": "1570354259_pwnagotchi.log",
        "size": 345025,
        "transId": "20191006-00094"
      }
    ]
  },
  "observer": "anonymous"
}

Headers

 access-control-allow-credentials: true 
 access-control-allow-origin: https://api.wigle.net 
 connection: keep-alive 
 content-length: 230 
 content-type: application/json 
 date: Sun, 06 Oct 2019 09:30:59 GMT 
 server: nginx/1.14.1 
 strict-transport-security: max-age=63072000; includeSubdomains; preload 

@dadav dadav mentioned this issue Oct 6, 2019
@dadav dadav closed this as completed Oct 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request todo
Projects
None yet
Development

No branches or pull requests

4 participants