# 額外加分WriteUp 2題 ## 1、REVERSE: 水の呼吸 ![](https://i.imgur.com/Q1hHolG.png) ![](https://i.imgur.com/F5u0rRY.png) * 8192若大於10,,8192將right shift,一直到剩下8。接著left shift 2,變成32. 答案為CTF{32} ![](https://i.imgur.com/3phh5jc.png) > int tabby(int num) { > int a = 0; > int b = 8192; > // a = 0; > // square(a); > while(b<num){ > b = b>>1; > } > b = b<<2; > return b; > } > > int main(){ > int a=0, b=10; > tabby(b); > > return 0; > } ## 2、WEB: The SSSafe Website ![](https://i.imgur.com/mgZSY09.png) ![](https://i.imgur.com/dlnGex0.png) * python GitHack.py http://10.101.2.61:10001/.git/
{"metaMigratedAt":"2023-06-15T16:14:42.777Z","metaMigratedFrom":"Content","title":"額外加分WriteUp 2題","breaks":true,"contributors":"[{\"id\":\"a588dd8e-db19-4d00-bda1-0d4b0d40d4ff\",\"add\":1499,\"del\":866}]"}
Expand menu