Giter Club home page Giter Club logo

wigle-wifi's Introduction

                      ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
                   y@@@@@@@@@@@@@@@@@@@@@@KMM%%%@@@@%%%MMK@@@@@@@@@@@@@@@@@@@@@@p
                  ]@@@@@@@@@@@@@@@@@KM%@@@@@@@@@@@@@@@@@@@@@@RMK@@@@@@@@@@@@@@@@@@
                  $@@@@@@@@@@@@@@M@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@MK@@@@@@@@@@@@@@
                  $@@@@@@@@@@@M@@@@@@@@@@@@@@@@@@@KMMM%%%%%%%%%MMKK@@R@@@@@@@@@@@@
                  $@@@@@@@@@0@@@@@@@@@@@@@@@KM%%kRPPPIBR|zPww||||kkkBBBR0@@@@@@@@@
                  $@@@@@@@0@@@@@@@@@@@@@K%E|||||||||||||mw|TkBU|||kkkBBFv?@@@@@@@@
                  $@@@@@M@@@@@@@@@@@@@MkBP||||||||||mBWWPT>wIRRBmH|TBBBBBBc1@@@@@@
                  $@@@@K@@@@@@@@@@@M%kRBF||||||||||TTBBPm||||TBBRRBmBBBBBBBU?@@@@@
                  $@@@U@@@@@@@@@@MHRRRRH||||||||||||||TH||||||||TRBBBBBBBBBBFJ@@@@
                  $@@D@@@@@@@@@@HRRRRB|||||||||vTPU|||||||||TkBPw(TBBBBBBBBBBFJ@@@
                  $@M$@@@@@@@@KkRRRRF||||||||||||TH|kHzY||zPkzmBRRRBBBBBBBBBB@U1@@
                  $@U@@@@@@@@HRRRRRB|||||||||||||||||||||mkRRRRRRRRBBBBBBBBBBBB|@@
                  $@$@@@@@@@HRRRRRRB||||||||||||||||||||BRRRRRRRRRRBBBBBBBBBBB@H1@
                  $@$@@@@@@MRRRRRRRRJH|||||||||||||||zmBRRRRRRRRRRBBBBBBBBBBBBBP4@
                  $@$@@@@@@kRRRRRRRRIP||||||mPBmkBmHTRRRRRRRRRRRRRBBBBBBBBBBBBBB4@
                  $@%@@@@@HRRRRRRRRRWkH|||vBRRRRRRRBckRBRRRRRRRRRBBBBBBBBBBBBB@Ej@
                  $@&@@@@@RRRRRRRRRRRRB|||TRRRRBBRBBPBkPRRRRRRRRBBBBBBBBBBBBBB@F&@
                  $@@%@@@@RRRRRRRRRRRRRm|||TBPH|kRRRRBmIIPPBRRRBBBBBBBBBBBBBB@Bk@@
                  $@@@@@@@RRRRRRRRRRRRRRRBmmc||TPPBRRBBBBBBBBBBBBBBBBBBBBBBB@@F@@@
                  $@@@&@@@BBRRRRRRRRRRRRRRRRRBPm||BRRRRRRRBBBBBBBBBBBBBBBBB@@B&@@@
                  $@@@@&@@RBBBBRRRRRRRRRRRRRRRRRBwTBBBBFTTBFkBBRBBBBBBBBBB@@R&@@@@
                  $@@@@@@%@BBBBBBBBBRRRRRRRRRRRRRBBBBBH|kkkkkkkkkkkBBBBB@@@k@@@@@@
                  $@@@@@@@RkBBBBBBBBBBBBBBBBBBBBBBBBBBPkkkkkkkkkBBBBB@BB@B$@@@@@@@
                  $@@@@@@@@@|%BBBBBBBBBBBBBBBBBBBBBRkkkkkkkkkBBBBBB@B@BB$@@@@@@@@@
                  $@@@@@@@@@@@|TBBBBBBBBBBBBBBBBBBkkkkkkkkBBBBBB@B@BBR@@@@@@@@@@@@
                  $@@@@@@@@@@@@@@|TBBBBBBBBBBBBBBBBkBBBBBBBBB@BBBBR$@@@@@@@@@@@@@@
                  1@@@@@@@@@@@@@@@@@p}PBBBBBBBBBBBB@@BBB@BBBBBR$@@@@@@@@@@@@@@@@@@
                   %@@@@@@@@@@@@@@@@@@@@@@p@IPRBBBBBBRPP$$@@@@@@@@@@@@@@@@@@@@@@@F
                     'I%MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM%F'
                        ````````````````````````````````````````````````````````
 
                           # Wigle-WiFi - WiFi Access Point Trilateration Tool.

Wigle-WiFi

This tool allows you to get the approximate location of a Wi-Fi access point (AP) using the long-awaited: Wigle.net API. The tool uses trilateration to calculate the AP's location based on its signal strength and the location of nearby access points.

Requirements

To use this tool, you need to have Python 3 installed on your system. You also need to create a free account on Wigle.net and obtain an API key.

Installation

  • Clone this repository or download the ZIP file and extract it to a directory of your choice.
  • Create a file named config.json in the same directory as wigle-Wifi and add your Wigle.net API key in the following format:

{ "api_auth": "YOUR_API_KEY_HERE" }

  • Open a terminal or command prompt in the directory where you extracted the files and run the command

pip3 install -r requirements.txt

...to install the required Python libraries.

Usage

  • Open a terminal or command prompt in the directory where you extracted the files.

  • Run the command:

    python3 Wigle-WiFi.py

  • Choose option 1 to get the location of a Wi-Fi access point.

  • Enter the MAC address of the access point when prompted.

  • The tool will display the latitude and longitude of the access point's location.

License

This tool is licensed under the MIT license. See the LICENSE file for more information.

Acknowledgments

This tool was created using the Wigle.net API and the trilateration algorithm developed by Thomas Pototschnig. Thanks to the developers of these tools for making this project possible.

wigle-wifi's People

Contributors

e-m3din4 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

wigle-wifi's Issues

processing files?

would it be possible to process a csv with this? im using a mikrotik router to log wifi mac and signal strength (can use arduino too) and was thinking google location api, but this looks like it would work as wifi geolocation with wigle...which i like as ive been contributing for years :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.