Git Product home page Git Product logo

awsy's Introduction

-- Winner of HackUMass VII Best Security Hack/Wolfram Alpha Award! --

AWSY (Are We Secure Yet?)

AWSY collects and mines data from BSSIDs to reveal what we have forgotten about WiFi security. Although WiFi is disconnected, you still transmit valueable information

Overview

AWSY aims to reveal the insecurity of public space. It uses captured BSSIDs and multiple APIs to effectively mine potentially personal information. It is written in Python with supporting modules in Golang.

How it works

There are four main queries made in AWSY:

  1. WiGLE.net/GoogleAPI can determine the latitude and longitude from a given BSSID.
  2. GoogleAPI can use the latitude and longitude data to determine the address of the coordinates.
  3. ZillowAPI can use the address to determine whether or not the property is a household.
  4. EkataAPI can use the address to mine the names, historical addresses, phone numbers, associated people, and more about the residents.

Usage

First the WiFi card must be put into monitor mode. (The RTL8812AU chipset is most commonly used for these purposes.)

ip a

Find your WiFi cards interface

airmon-ng start [interface]

This will put the card in monitor mode, it requires sudo permissions.

airodump-ng -w data --output-format csv [monitor mode interface]

This will start the capture process, note that it will store it in a csv format. Sudo permissions are required.

python AWSY.py <bssid>

Note that the bssid is given in the form AAAAAAAAAA without any colons. It is not case sensitive.

Requirements

Linux software

  • aircrack-ng

Python packages

  • pyzillow
  • pandas
  • geopy
  • pygle

API keys

  1. Locator.py
  • Zillow
  • Google
  1. PyGLE configuration file
  • WiGLE
  1. ReverseAddressLookup.py
  • Ekata

awsy's People

Contributors

baiqingl avatar farwrong avatar mathewjhan avatar

Stargazers

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

Watchers

 avatar  avatar  avatar

awsy's Issues

wigle error

Hello.,
Huge fan of the idea but can't get it to work. I've double checked this SSID, and know there is only one in the wigle.net db. I can find it by searching the web site but when I do it via AWSY i get the bellow error. Any help is appreciated.

[12:14:58] root@android:~/AWSY# python AWSY.py 4C17eb7ca35f
Visit https://wigle.net/account to collect your API token
Then add your credentials to /usr/local/lib/python2.7/dist-packages/pygle/config.pyc
('Searching WiGLE.net:', '4C:17:eb:7c:a3:5f')
4C:17:eb:7c:a3:5f
{u'error': {u'message': u'Not Found', u'code': 404, u'errors': [{u'reason': u'notFound', u'message': u'Not Found', u'domain': u'geolocation'}]}}
Traceback (most recent call last):
  File "AWSY.py", line 41, in <module>
    run(sys.argv[1])
  File "AWSY.py", line 15, in run
    (loc_x, loc_y) = googleAPI.get_coordinates(bssid)
  File "/root/AWSY/Locator.py", line 71, in get_coordinates
    return results["location"]["lat"], results["location"]["lng"]
KeyError: 'location'

Love this idea! any help is appreciated.

wigle error

Hello.
Huge fan of the idea but can't get it to work. I've double checked this SSID, and know there is only one in the wigle.net db. I can find it by searching the web site but when I do it via AWSY i get the bellow error. Any help is appreciated.

[12:14:58] root@android:~/AWSY# python AWSY.py 4C17eb7ca35f
Visit https://wigle.net/account to collect your API token
Then add your credentials to /usr/local/lib/python2.7/dist-packages/pygle/config.pyc
('Searching WiGLE.net:', '4C:17:eb:7c:a3:5f')
4C:17:eb:7c:a3:5f
{u'error': {u'message': u'Not Found', u'code': 404, u'errors': [{u'reason': u'notFound', u'message': u'Not Found', u'domain': u'geolocation'}]}}
Traceback (most recent call last):
  File "AWSY.py", line 41, in <module>
    run(sys.argv[1])
  File "AWSY.py", line 15, in run
    (loc_x, loc_y) = googleAPI.get_coordinates(bssid)
  File "/root/AWSY/Locator.py", line 71, in get_coordinates
    return results["location"]["lat"], results["location"]["lng"]
KeyError: 'location'

Love this idea! any help is appreciated.

Run recursively on a CSV file and populate results file

Could you get this to run recursively on the CSV and populate results into the same line?
Have you considered pulling from wigle with the modifier for 'nearest to' so multiple SSID's like netgear101 get populated by the grid of the nearest one to the where the collect was?

Great project. I'm going to share with my friends!

Pygle Config File

I can't find the a folder for pygle or where the pygle configuration file is to put in my api key. any help would be appreciated.

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.