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
8 changes: 8 additions & 0 deletions mySolution.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash
cd src/
rm -rf maliciousFiles
mkdir -p secretDir
touch secretDir/.secret
chmod 600 secretDir/.secret
chmod +x generateSecret.sh
/bin/bash generateSecret.sh