THM-ROOM.PY is a python script created for educational purpose to fetch all the completed Tryhackme rooms details of a CTF player
It can be used to automate two things:
- Generate list of tryhackme rooms
- Automate “Join Room” for a List of Rooms
Usage
python3 thm-room.py help
python3 thm-room.py [username/url] ; cat roomInfo.txt | sort | uniq | grep -i "url"
python3 thm-room.py [username/url] ; cat roomInfo.txt | sort | uniq | grep -i "code:"