Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 749 Bytes

File metadata and controls

19 lines (13 loc) · 749 Bytes

Reverse Engineering

 LICENSE

Disclaimer

Caution

All of the contents in the Git repo is only for educational use only, DO NOT use it for illegal use. Like exploting people. If you found an expliot using something in this repo, please report it to Hackerone or HITCON Zeroday.

Enviroments

Python

I use uv for my main python stuff, and the virtual enviroment is using Python 3.11, which has support for most packages.

Use: uv venv --python 3.11

Node.js

I use Bun.js for testing, which is just in my stack.

API

I use Yaak & Insomnia for api trying & fetching.