Code Monkey home page Code Monkey logo

mobile_phone_tracking's People

Contributors

bojak4616 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mobile_phone_tracking's Issues

Create Tracking Script

Main contribution:
if vMAC broadcast probe req -> probe respond with any SSID-> get rMAC -> confirm desired rMAC -> save vMAC tags from initial probe req -> listen to all vMACs with same tags -> start responding to vMACs with confirmed tags in order to track target.

Race condition makes exploit unstable

Using named pipes seems to be inefficient. There is a condition where a packet is being read from the pip while the pipe is trying to be opened by another process.

Should try using a try/except with a very small sleep interval. This would slow everything down considerably and is not the best solution. A reimplementation with mutexes would be better.

Implement attack portion of the sequence number flaw

Basically title. Upon successful deauth, and passively receiving information there should be enough information to determine the global MAC. The paper does not consider the possibility of a dauth, which makes this attack much more potent, but very active.

"This is particularly useful as all authentication and association frames from iOS and Android devices use the global MAC address."

Device fingerprinting techniques

Use examples from the paper, in earlier sections, to be able to fingerprint devices. Since I'll only really be working with my Nexus 6p, I should be able to pick it out quickly.

Implement data gathering portion of seq num attack

Write in scapy the ability to pull the sequence number from probe requests. This should be fed a ESSID/BSSID. Other information might need to be grabbed from probe requests to retrieve the global MAC.

Investigate implementation of RTS/CTS attack

The paper covers the ability to use RTS/CTS to retrieve(maybe confirm?) the global MAC address. More research has to be done by reading the main paper and the one it references.

Investigate the need for a script to obtain SSID/BSSID/ESSID

This can be done with the aircrack suite. However, it would be nice to have everything in python functions so that they can be called to quickly grab what is in the air. The benefit to this approach is the ability to grab and use the SSID/BSSID/ESSID's quickly and interchangeably.

This would be good for larger scale operations. Since I only have one device available, maybe not.

I'm leaning yes since it's not much work. Have to look into a tad more.

Create a new repo for the website

The website should be separate from this repo. However, it should have a sym link to this repository for access to the code.

I know this can be done in git, will have to look up how.

Website purpose

@csanders-git What do you think about changing the website to have functionality that lets a user input a MAC address, which gets sent to a listening device that will serve up the attack. It will then respond back to the website with a yes/no and some other info about if the MAC is near the device or not.

Presumably it would keep looking for/tracking the MAC until the user requests it to stop.

Clarify requirements for Sequence Number attack

According to the paper, additional information needs to be correlated to get to the global MAC.

Paper also implies that you don't need the global MAC as you can follow the generated sequence numbers and connect them to the local MAC. However, this is not as good as getting to the global MAC.

Grab virtual MAC addresses

Create script that sniffs traffic and prints found virtual MAC address. Good to separate from devices that don't use virtual MAC addresses from those that do.

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.