Bandit Level 31 β†’ Level 32

git clone ssh://bandit31-git@localhost:2220/home/bandit31-git/repo
	<Password>
ls
ls -la repo
cat repo/.gitignore
cat repo/README.md

Git push uploads local commits to a remote repository, updating the remote branch with changes.

cd repo
echo "May I come in?" > key.txt
git push origin master
	<Password>

Here we got the password for the next user.

Last updated