Castle Token Generator

Castle Token Generator — tiny local service that headlessly generates Castle request tokens. POST {"pk":"...","js":"..."} to /generate → gets task_id. GET /token?task_id=... to retrieve the token. Tokens are short-lived — use immediately. Only test sites you own or have permission to test.

pip install --upgrade pip
pip install -r requirements.txt
python -m playwright install chromium

That’s all — paste your pk_Key and jsLink into the POST body for /generate.

https://github.com/Mrx001-1/Castle-Token-Generator

here is an example config
Castle Token Solver $Mrx001.opk (13.4 KB)

6 Likes

not working whay?

@Mrx001