Welcome to my GitHub repository for TryHackMe Capture The Flag (CTF) challenges! This repository contains solutions, tips, and explanations for various CTFs found on TryHackMe.
Each folder in this repository corresponds to a specific CTF challenge on TryHackMe. Below are links to the README.md
for each challenge, providing details and solutions.
- Rootme
- ...
If you wish to contribute to this repository, please follow the steps below:
- Fork the repository.
- Create a new branch for your changes (
git checkout -b my-branch
). - Make your changes and commit them (
git commit -am 'Add some feature'
). - Push to the branch (
git push origin my-branch
). - Create a new Pull Request.
Feel free to open an issue for any feedback or suggestions to improve the solutions or the repository structure.