From 5c0ec720afc83761d1afda44e9b6acd30375d898 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Wed, 29 Dec 2021 12:09:07 -0400 Subject: feat(wpcarro/scratch): Upload my solutions to picoCTF challenges Just getting my feet wet... Change-Id: Ia1db0c69fe7d5ea5cb5585853d0688ef97f2680a Reviewed-on: https://cl.tvl.fyi/c/depot/+/4739 Reviewed-by: wpcarro Autosubmit: wpcarro Tested-by: BuildkiteCI --- users/wpcarro/scratch/picoctf/challenge_170/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 users/wpcarro/scratch/picoctf/challenge_170/README.md (limited to 'users/wpcarro/scratch/picoctf/challenge_170') 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 000000000000..2507208f5c1a --- /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. -- cgit 1.4.1