evilsocket / pwnagotchi

(⌐■_■) - Deep Reinforcement Learning instrumenting bettercap for WiFi pwning.
https://pwnagotchi.ai/
Other
7.79k stars 1.16k forks source link

[BUG] net-pos broken #1220

Open joneschrisan opened 9 months ago

joneschrisan commented 9 months ago

Describe the bug The net-pos plugin is fundamentally broken as Mozilla are no longer issuing API keys for personal projects

To Reproduce Steps to reproduce the behavior:

  1. Apply for an API key

Expected behavior N/A

Screenshots N/A

Environment (please complete the following information): N/A

Additional context Needs a new geolocation service to be used

jacopotediosi commented 4 months ago

You could use Google Geolocation API by setting the following line in config.toml: main.plugins.net-pos.api_url = "https://www.googleapis.com/geolocation/v1/geolocate?key={api}"