diff --git a/BITSCTF-2024/rev/Touch Grass/Touch Grass.md b/BITSCTF-2024/rev/Touch Grass/Touch Grass.md new file mode 100644 index 0000000..f6915f6 --- /dev/null +++ b/BITSCTF-2024/rev/Touch Grass/Touch Grass.md @@ -0,0 +1,6 @@ +# Touch Grass +The question provides an apk that counts the number of steps using accelerometer. This has a couple of solutions. +## Solution 1: +You can just walk. +## Solution 2: +You can shake the phone. This changes the acceleration constantly and it is counted as steps.