Skip to content

Commit 40fefa7

Browse files
authoredJan 11, 2021
Update README.md
1 parent ef57b50 commit 40fefa7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎dsctf2020-apparmor2-task/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### Writeup for the AppArmor2 task from Dragon Sector CTF 2020
2+
This is a very short writeup to the "AppArmor2" challenge from the [Dragon Sector CTF 2020](https://ctftime.org/event/1082), solved by disconnect3d from justCatTheFish ctf team.
3+
14
In this CTF challenge, there was a custom AppArmor policy applied to the run containers, such that it disallowed reads/writes to `/flag-*` paths.
25

36
We, as a user, could only provide a docker image that was built and run later on, and the flag (which we wanted to steal) was mounted as a volume into the run container with a `docker run -v /flag.txt:/flag-XXYY ...` invocation. The `XXYY` part was random.

0 commit comments

Comments
 (0)
Please sign in to comment.