Skip to content

Automate Room Joining and Generate list of tryhackme rooms code/URLs

Notifications You must be signed in to change notification settings

prodigiousMind/THM-Room

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

THM-Room

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:

  1. Generate list of tryhackme rooms
  2. Automate “Join Room” for a List of Rooms

Usage python3 thm-room.py help

It can also be used with commands such as grep|sed to extract only Room URLs/Codes

Example:

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:"

The above first command will only show Room's URL and the second one will show Room's code

About

Automate Room Joining and Generate list of tryhackme rooms code/URLs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages