Skip to content

Commit

Permalink
fix clever bypass by amateurhour
Browse files Browse the repository at this point in the history
  • Loading branch information
zardus committed Sep 8, 2024
1 parent 46c485b commit 68ca400
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions other/25/run
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ do
done
IFS="$OLDIFS"

[ -e "$FILE" ] && exit 6 # fix clever bypass by amateurhour
umask 777
touch "$DEST"
echo $FLAG > "$DEST"

0 comments on commit 68ca400

Please sign in to comment.