Do git faster | Makes us stronger | More then ever | Hour after | Our work is | Never over
Welcome to Shay Nehmad's git CTF for Guardicore Labs! 🚩
- Have fun :)
- Don't look at any hidden files or directories in this repo (unless you're directed to do so). Specifically, don't look at the
.travisor.managementdirectories or the.travis.ymlfile. THIS WILL RUIN THE CHALLENGE FOR YOU. - This challenge will not require brute-forcing to solve - the solution, once you got it, should be clear.
- You are encourged to use any tool to solve the challenge. However, CLI is preferred to make sure you understand all the commands - save the GUI for day-to-day work.
For how to use a specific command you always have git help. For a good explanation of concepts, git book is the place to go.
🚩
This stage is just a warm-up and it shouldn't be confusing, difficult, or require any sort of special insight or research. This is basically a test to make sure all your setup is OK. Good luck! 👋
Your challange is:
- Add 2 files to the root of the repo:
alice.txtandbob.txt. - Commit your changes (should be only one commit!).
- Push your changes to your remote repo.
- Create a pull request from
your_user/make-git-better/start-heretoShayNehmad/make-git-better/start-hereon GitHub. Click on this link for a guide to creating a Pull Request from your fork. - Go get your flag from TravisCI, which will test your branch for you. TravisCI will give you the flag in the build job log (or tell you why you aren't getting the flag). To get to the job logs:
- Open the Pull Request page on
github.com. - Go to the "Checks" tab.
- Look for the TravisCI build, and click on
The build, which will redirect you totravis-ci.com. - Look at the Job Log.
- Open the Pull Request page on
Good! That's a good way to learn. You'll need to figure out how to return things to their original state and start over :)
You passed this stage of the CTF. Check out the next stage 👀
This is open-source (see the LICENSE file). Feel free to use it.
If you want help, feel free to contact me @ShayNehmad.
