about summary refs log tree commit diff
path: root/users/wpcarro/scratch/picoctf/challenge_170/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'users/wpcarro/scratch/picoctf/challenge_170/README.md')
-rw-r--r--users/wpcarro/scratch/picoctf/challenge_170/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/users/wpcarro/scratch/picoctf/challenge_170/README.md b/users/wpcarro/scratch/picoctf/challenge_170/README.md
new file mode 100644
index 0000000000..2507208f5c
--- /dev/null
+++ b/users/wpcarro/scratch/picoctf/challenge_170/README.md
@@ -0,0 +1,11 @@
+# challenge 170
+
+The following should work on most Linux distros, but it didn't for me on NixOS:
+
+```shell
+chmod u+x ./warm
+./warm -h
+```
+
+So instead, just call `strings` on the exectuable to search for the help text,
+which contains the flag.