Trust
Structure
trust
├── src/
│ ├── controllers/
│ └── users.js
│ ├── middlewares/
│ ├── authenticate.js
│ └── error.js
│ └── routes/
│ └── users.js
│ ├── app.js
│ ├── package.json
│ └── flag.txt
├── .dockerignore
└── Dockerfile
Solution
Install pip
Install pyjwt and requests
Exploit
Run the script
Output
Last updated
Was this helpful?