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

jaskaran oberoi #69

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions SOLUTION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<your secret here> << Change this line. The secret must be placed in the first line
814c5723c21e7e90a3eae36c8df3c513 << Change this line. The secret must be placed in the first line

# Good Luck!
# Good Luck!
11 changes: 11 additions & 0 deletions mySolution.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
gunzip secretGenerator.tar.gz
tar -xvf secretGenerator.tar
cd src
rm -rf maliciousFiles
mkdir secretDir
cd secretDir
touch .secret
chmod 600 .secret
cd ..
chmod +x generateSecret.sh
./generateSecret.sh