Bandit Level 31
- The README in this repo says to create a file called
key.txtwith the contentMay I come in?and push it to the remote’smasterbranch.- The server checks what we push and responds with the password.
- Created the file and tried to
git add key.txtbut it was being ignored by.gitignorewhich had*.txtin it.- Used
git add -f key.txtto force-add the file despite the.gitignorerule. - Then
git commit -m "push key"andgit push origin master. - The server validated the file content and returned the next password in the push response.
- Used


Password
47e603bb428404d265f59c42920d81e5