Git Product home page Git Product logo

the-finals-tracker-extractor's Introduction

Finals Key Extractor

This project is not affiliated or approved by Embark. Any use of this software is at your own risk.

Requisites

  1. Install Python 3.10
  2. Install Wireshark to C:\Program Files\Wireshark (should be the default install directory) 2. if you're installing in a different directory, you need to change the path in the config.ini file
  3. Setup SSLKEYLOG file

Setup

  1. Either clone the repository using git or download it
  2. Run it
python3 main.py
  1. After running it, it will promt you to select an interface. Select the interface that you're connected to the internet with. Wi-Fi if using Wi-Fi, Ethernet if using a cable.
  2. Open up The Finals and the program should start capturing data.

Output

Stats file captured

This means that the program has captured all the data needed to fill the stats file. This file is saved in the project root as stats.json

Config

Key type Default Description
tshark.path String C:\Program Files\Wireshark\tshark.exe Path to the tshark file, change this if you have a different installation path
tshark.interface Number Null Interface tshark will listen on

Debug

This is debug config, mainly used for development

Key type Default Description
debug.save_raw Boolean False Set this to true if you want to save raw responses to responses folder
debug.log Boolean False Set this to true if you want to enable debug logging

Internally this project uses tshark or Terminal-based Wireshark to listen to the traffic on your network and then decrypts that traffic using SSLKEYLOGFILE.

It then waits until it can hear traffic belonging to embark. When it detects that a request belonging to embark has been made, it reads the response and saves it into stats.json file.

Setup SSLKEYLOG file

  1. Press WIN, type in Edit the system environment variables and press ENTER.

system-properties.png

  1. Press on Environment Variables....

environment-variables.png

  1. Under the System variables section press on new, set variable name as SSLKEYLOGFILE and value as any valid path to file. As an example C:\Users\<username>\Documents\SSLKeys\ssl.log

edit-system-variable.png

  1. Press OK and restart your computer.
  2. After restart make sure that the document has been generated and has text.

the-finals-tracker-extractor's People

Contributors

swackles avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

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.