Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fowler2013/trackerjacker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: calebmadrigal/trackerjacker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 13 files changed
  • 2 contributors

Commits on Dec 24, 2020

  1. docs: fix simple typo, minumum -> minimum

    There is a small typo in trackerjacker/dot11_tracker.py.
    
    Should read `minimum` rather than `minumum`.
    timgates42 committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    0e70168 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

  1. Merge pull request calebmadrigal#30 from timgates42/bugfix_typo_minimum

    docs: fix simple typo, minumum -> minimum
    calebmadrigal authored Jan 13, 2024
    Configuration menu
    Copy the full SHA
    bf6da43 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Configuration menu
    Copy the full SHA
    bd24016 View commit details
    Browse the repository at this point in the history
  2. Bumped to v2.0.0

    calebmadrigal committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    f0131d6 View commit details
    Browse the repository at this point in the history
  3. Fixed doc issue

    calebmadrigal committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    1924b55 View commit details
    Browse the repository at this point in the history
  4. Minor tweak

    calebmadrigal committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    cad0868 View commit details
    Browse the repository at this point in the history
  5. Fixed bug decoding Dot11 Frames

    Fixed error: "Error decoding Dot11Frame: ord() expected a character, but string of length 0 found"
    calebmadrigal committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    b7ecb79 View commit details
    Browse the repository at this point in the history
  6. Got rid of pyaml warning

    Got rid of warning: "UserWarning: pyaml module "safe" arg/keyword is ignored as implicit safe=maybe-true?, as of pyaml >= 23.x"
    calebmadrigal committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    8d488ce View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    a91cf92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64c7023 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3860bc View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2026

  1. Fixed bug causing trackerjacker to die, updated MAC address list, a f…

    …ew other minor fixes. V2.0.6
    calebmadrigal committed Mar 18, 2026
    Configuration menu
    Copy the full SHA
    b2eb817 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28229a2 View commit details
    Browse the repository at this point in the history
  3. Updated email

    calebmadrigal committed Mar 18, 2026
    Configuration menu
    Copy the full SHA
    7c08c3e View commit details
    Browse the repository at this point in the history
  4. Fixed readme config

    calebmadrigal committed Mar 18, 2026
    Configuration menu
    Copy the full SHA
    659e62a View commit details
    Browse the repository at this point in the history
  5. Added a few tips

    calebmadrigal committed Mar 18, 2026
    Configuration menu
    Copy the full SHA
    f3ad420 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2026

  1. Configuration menu
    Copy the full SHA
    fa4d821 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3cc7c87 View commit details
    Browse the repository at this point in the history
Loading