From b0a11fbdd274d6d77895bc1a96d198ab1c3515d2 Mon Sep 17 00:00:00 2001 From: meghna-tiwari Date: Wed, 4 Jun 2025 23:54:48 +0530 Subject: [PATCH] Update README.md --- README.md | 81 ++++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 69 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 22d115c..12e81d3 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,76 @@ This is the official repository to submit the lecture assignments. * You have to make a directory of your name and add the assignment wise folders in it according to the following format- -Your_Name/ +Meghna/ │── assignment_1/ -│ ├── [Files for Assignment 1] +│ ├── LEVEL 0 bandit0 + +LEVEL 1 + +Password in readme (home/bandit0/readme) +Password- ZjLjTmM6FvvyRnrb2rfNWOZOTa6ip5If + +LEVEL 2 +Password in a file named - +opened by cat ./- +password- 263JGJPfgU6LtdEvgfWU1XP5yac29mFx + +LEVEL 3 +password in "spaces in this filename" opened using backslash +password- MNk8KNH3Usiio41PRUEoDFPqfxLPlSmx + +LEVEL 4 +hidden file ...Hiding-From-You (starting from .) can be find by ls -a (for extracting all files) +password- 2WmrDFRmJIq3IPxneAaMGhap0pFhF3NJ + +LEVEL 5 +human readable file to check ; found in -file07 +password 4oQYVPkxZOOEOO5pTW81FB8j8lxXGUQw + +LEVEL 6 +finding human readable file / and with definite size by find . -type f -size 1033c -exec ls -l {} \; +password HWasnPhtq9AVKe0dmk45nxy20cvUa6EG + +LEVEL 7 +find / -type f -user bandit7 -group bandit6 -size 33c 2>/dev/null +password morbNTDkSW6jIlUc0ymOdMaLnOlFVAaj + +LEVEL 8 +grep "someWord" data.txt +password dfwvzFQi4mU0wfNbFOe9RoWskMLg7eEc + +LEVEL 9 +sort data.txt | uniq -u (To show only unique lines we used -u / to show no. of repeated lines we use -c) +password 4CKMh1JI91bUIZZPXDqGanal4xvAg0JM + +LEVEL 10 +strings data.txt | grep "=" (Strings helps to find human readable data from a binary file) +password FGUW5ilLVJrxX9kMYMmlN4MgbpfMiqey + +LEVEL 11 +base64 -d data.txt +password dtR173fZKb0RRsDFSGsg2RWnpNVj3qRr + +LEVEL 12 +cat file.txt | tr 'A-Za-z' 'N-ZA-Mn-za-m' +password 7x16WNeHIi5YkIhWsfFIqoognUTyj9Q4 + +LEVEL 13 +copied the file into a temp file ; reverse hexadump by xxd -r ; check the file ; unzip according to gunzip/bunzip2 or tar archive until ASCCII data found +password FO5dwFsc0cbaIiH0h8J2eUks2vdTDwAn + +LEVEL 14 + +password MU4VWeTyJk8ROof1qqmcBPaLh7lDCPvS + +LEVEL 15 +8xCjnmgoKbGLhHFAZlGE5Tmu4M2tKJQo + +LEVEL 16 +kSkvUpMQ7lBYyCM4GBPvCvT1BfWRy0Dx + +LEVEL 17 +kSkvUpMQ7lBYyCM4GBPvCvT1BfWRy0Dx │── assignment_2/ │ ├── [Files for Assignment 2] │── assignment_3/ @@ -16,14 +83,4 @@ Your_Name/ * Make separate folder for each question in the assignment, so it becomes easy to review for us. -## How to submit? - -1. Fork this repository. -2. Complete the assignment in your respective folder. -3. Create a pull request to submit your work. - -## Important Notes- -* We will continuously monitor your progress through Git commits. -* Do not submit all assignments at once—your work should be added incrementally over time. -* We encourage you to engage deeply with the assignments. If you have any questions or need clarification, feel free to reach out.