Bandit Level 31 β Level 32

git clone ssh://bandit31-git@localhost:2220/home/bandit31-git/repo
<Password>
lsls -la repocat repo/.gitignorecat repo/README.md
Git push uploads local commits to a remote repository, updating the remote branch with changes.
cd repoecho "May I come in?" > key.txtgit push origin master
<Password>
Here we got the password for the next user.
Last updated