일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- reversing
- crypto
- hack
- hacking game
- Buffer Overflow
- webhacking
- 워게임
- Wargame
- dreamhack
- christmas ctf
- TeamH4C
- KAIST
- deayzl
- WEB
- writeup
- h4cking game
- cryptography
- System Hacking
- pwnable
- Wreckctf
- python
- 2022 Fall GoN Open Qual CTF
- webhacking.kr
- got overwrite
- 웹해킹
- ctf player
- hacking
- 해킹
- Gon
- CTF
Archives
- Today
- Total
목록RC4 (1)
deayzl's blog
[2022 Fall GoN Open Qual CTF] Private Storage writeup
#!/usr/bin/env python3 from Crypto.Cipher import ARC4 from base64 import b64encode import zlib from secret import flag, key file = {"flag.txt" : flag, "key" : key} def print_menu(): print("1. List file") print("2. Download file") print("3. Add file") print("4. Copy file") print("5. Remove File") print("6. Logout") def download_file(): filename = input("File name >> ").strip() if filename not in ..
CTF writeup/GoN Open Qual CTF
2022. 8. 31. 21:00