Skip to content

kamil-cy/wf-auth-finder

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

WF Authentication Finder

πŸ”Ž Find Warframe account ID and nonce with ease.

Warning

Reverse engineering is strictly prohibited by the Warframe's ToS (Terms of Service). Please keep in mind that I am not responsible for any damage caused by use of this project.

❓ What Is That?

This project automates the extraction of Warframe account parameters (accountId and nonce) required to authenticate with its API endpoints. The script identifies the game process, then searches for the above-named parameters within the game's memory space, making the extraction as simple as possible.

πŸš€ Quick Start

✨ with `uv` *(recommended)*
uv venv
source .venv/bin/activate
uv pip install -r requirements.txt
python3 app.py
🐒 or with regular Python's `pip`
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python3 app.py

πŸ™‹πŸ»β€β™‚οΈ Contribution

Contributions are welcome! If you've found a bug or have a suggestion for improvement, please open an issue or pull request.

πŸ“– License

This project is licensed under the GPLv3 license. See the LICENSE file for details.

Credits

About

πŸ”Ž Find Warframe account ID and nonce with ease.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%