Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ritwik0706 lec1 git linux #15

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
121 changes: 121 additions & 0 deletions ritwik0706/lec1_linux_git/Bandit level 1 to 11.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,121 @@
---------------Level 0 to 1---------------------

Commands->
ls
cat readme

Password for bandit1 ->
boJ9jbbUNNfktd7800psg0ltutMc3MY1

---------------Level 1 to 2---------------------

Commands->
ls
cat ./-

Password for bandit2 ->
CV1DtqXWVFXTvM2F0k09SHz0YwRINYA9


---------------Level 2 to 3---------------------

Commands->
ls
cat spaces\ in\ this\ filename

Password for bandit3->
UmHadQclWmgdLOKQ3YNgjWxGoRMb5luK


---------------Level 3 to 4---------------------

Commands->
ls
cd inhere
ls -a
cat ./.hidden


Password for bandit4->
pIwrPrtPN36QITSp3EQaw936yaFoFgAB



---------------Level 4 to 5---------------------

Commands->
ls
cd inhere
cat ./-file00
cat ./-file01
cat ./-file02
cat ./-file03
cat ./-file04
cat ./-file05
cat ./-file06
cat ./-file07

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Solve with the right method.

Password for bandit5->
koReBOKuIDDepwhWk7jZC0RTdopnAYKh

---------------Level 5 to 6---------------------

Commands->
ls
cd inhere
find -size 1033c
cd maybehere07
cat ./.file2

Password for bandit6->
DXjZPULLxYr17uwoI01bNLQbtFemEgo7

---------------Level 6 to 7---------------------

Commands->
ls
find -user bandit7 -group bandit6 -size 33c
cat /var/lib/dpkg/info/bandit7.password

Password for bandit7->
HKBPTKQnIay4Fw76bEy8PVxKEDQRKTz

---------------Level 7 to 8---------------------

Commands->
ls
grep millionth data.txt

Password for bandit8->
cvX2JJa4CFALtqS87jk27qwqGhBM9plV

---------------Level 8 to 9---------------------

Commands->
ls
cat data.txt | sort | uniq -q

Password for bandit9->
UsvVyFSfZZWbi6wgC7dAFyFuR6jQQUhR


---------------Level 9 to 10---------------------

Commands->
ls
strings data.txt

Password for bandit10->
truKLdjsbJ5g7yyJ2X2R0o3a5HQJFuLk



---------------Level 10 to 11---------------------

Commands->
ls
cat data.txt | base64 -d

Password for bandit11->
IFukwKGsFW8MOq3IRFqrxE1hxTNEbUPR