rev/mob_psycho
This commit is contained in:
BIN
rev/mob_psycho/mobpsycho.apk
Normal file
BIN
rev/mob_psycho/mobpsycho.apk
Normal file
Binary file not shown.
11
rev/mob_psycho/solve.sh
Executable file
11
rev/mob_psycho/solve.sh
Executable file
@@ -0,0 +1,11 @@
|
|||||||
|
#!/usr/bin/env nix-shell
|
||||||
|
#!nix-shell -i bash -p bash unzip vim.xxd
|
||||||
|
|
||||||
|
|
||||||
|
working_dir="$(pwd)/files"
|
||||||
|
|
||||||
|
unzip -o -q mobpsycho.apk -d "$working_dir"
|
||||||
|
|
||||||
|
find "$working_dir" -name flag.txt | xargs cat | xxd -r -p
|
||||||
|
|
||||||
|
rm -rf "$working_dir"
|
Reference in New Issue
Block a user