Skip to content

Swackles/the-finals-tracker-extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Extract player data from The Finals

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages