-
-
Notifications
You must be signed in to change notification settings - Fork 135
Contribute
Miguel Carvalho edited this page Jan 22, 2023
·
3 revisions
Hi, GitHub community!
We're looking for new contributors for this project. Simple stuff, perfect for newcomers!
Currently, this repository contains a TryHackMe free learning path located in the README.md file.
Once you find new free rooms you can submit them by adding a line like this to the README.md:
- [ ] [ROOM_NAME](https://tryhackme.com/room/ROOM_NAME)
Then you can create a new pr including the updates.
Click here for example
Let's say we wanted to add the following room: RustScan
1. Requirements:
- Free room
- New room (no other references at README.md)
2. Now choose a category for the room you want to add from the following:
- Level 1 - Intro + Introductory CTFs
- Level 2 - Tooling + More introductory CTFs
- Level 3 - Crypto & Hashes with CTF practice
- Level 4 - Web
- Level 5 - Reverse Engineering
- Level 6 - Networking
- Level 7 - PrivEsc
- Level 8 - CTF practice
- Level 9 - Windows
- Other rooms and events
Hint: Leave a comment here if you are not sure which category to choose.
3. Do the steps mentioned above in: How to contribute
## Level 2 - Tooling
(...)
- [ ] [RustScan](https://tryhackme.com/room/rustscan)
More on how to contribute to open source projects here.