Skip to content

Instantly share code, notes, and snippets.

@jarp0l
Last active April 26, 2024 04:03
Show Gist options
  • Select an option

  • Save jarp0l/d45575b7652cb4321d0ba1bff44d1828 to your computer and use it in GitHub Desktop.

Select an option

Save jarp0l/d45575b7652cb4321d0ba1bff44d1828 to your computer and use it in GitHub Desktop.
Some projects that I want to do one day
  • An eml file viewer; potential features: cross-platform, ability to use native apps to open attachments, good UI, security analysis of email
  • Domain price comparison tool for Nepali services - e.g. comparing domain price in prabhu host vs babal host vs nest nepal etc.
  • A browser extension that informs whether a TryHackMe room is free or needs premium subscription, esp. in hacktivities.

Details

Project: TryHackMe free or premium room?

wherever there is some info about rooms, show whether the room is free or paid

a useful API: https://tryhackme.com/api/room/details?codes=introtooffensivesecurity,defensivesecurity,careersincyber,introwebapplicationsecurity,operatingsystemsecurity,intronetworksecurity,introdigitalforensics,securityoperations&loadWriteUps=false&loadCreators=false&loadUser=true

e.g.: https://tryhackme.com/api/room/details?codes=introtooffensivesecurity&loadWriteUps=false&loadCreators=false&loadUser=false

freeToUse field gives info on whether the room is free or not / show an icon alongside the room to indicate whether the room is free or not :dollar: / :moneybag: / :free:

/paths endpoint calls the API

ref: https://reddit.com/r/tryhackme/comments/1c4jksz/how_can_i_know_which_ones_are_the_premium_rooms/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment