Skip to content
This repository was archived by the owner on Apr 11, 2021. It is now read-only.
Open
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
15 changes: 15 additions & 0 deletions 2017/qualifiers/appSys/Pr1s0n Br34k/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,18 @@ or even more stupid
/bin/cat flag.txt

(Since I can not try this anymore it would be nice to hear from another group who tried this.)

Response :

Yes it is possible, you can open a new shell (with no sed restriction) with :

$SHELL

and then just load the environment variables with :

export PATH=$PATH:/usr/sbin:/usr/bin:/sbin:/bin

then to get the flag :

cat flag.txt