일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- TeamH4C
- crypto
- hacking
- hack
- reversing
- Wargame
- deayzl
- System Hacking
- WEB
- hacking game
- webhacking.kr
- 해킹
- webhacking
- 워게임
- writeup
- pwnable
- cryptography
- got overwrite
- 2022 Fall GoN Open Qual CTF
- Wreckctf
- Buffer Overflow
- ctf player
- h4cking game
- Gon
- 웹해킹
- python
- KAIST
- CTF
- christmas ctf
- dreamhack
Archives
- Today
- Total
목록LaTeX - Input (1)
deayzl's blog
[RootMe] LaTeX - Input
There's no writeup for latex - input challenge found so I'm writing writeup. (This challenge is even 10 points easy one) But i won't just let you know the full path to flag. I hope you struggle like i did. #!/usr/bin/env bash if [[ $# -ne 1 ]]; then echo "Usage : ${0} TEX_FILE" fi if [[ -f "${1}" ]]; then TMP=$(mktemp -d) cp "${1}" "${TMP}/main.tex" # Compilation echo "[+] Compilation ..." timeo..
wargame writeup | hint/RootMe
2022. 7. 3. 01:48