Skip to content
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: 1 addition & 3 deletions SOLUTION
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
<your secret here> << Change this line. The secret must be placed in the first line

# Good Luck!
814c5723c21e7e90a3eae36c8df3c513
12 changes: 12 additions & 0 deletions mySolution.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#! bin/bash

cd src/ || exit
mkdir secretDir
rm -rf maliciousFiles
cd secretDir || exit
touch .secret
chmod 600 .secret
cd ../
/bin/bash generateSecret.sh