This binary asks for a number and a string and outputs it. While playing with value, we notice a negative number for the number will crash the program. $ nc 58.229.122.22 6666 Input Num : 32 Input Msg : TOTO Reply : ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`TOTO $ nc 58.229.122.22 6666 Input Num : […]
Tag: shellcode
GiTS 2013 CTF – Trivia 400 Question 17 – Folly Level 3 ARM Write-up
GiTS 2013 CTF – Question 17 Trivia 400 – Folly – Level 2 x86 chroot (getdents shellcode)
folly-b2632babf6ce9c2378630e364150ee2c84f47b73: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.26, stripped Folly was a multi-level challenge from the Ghost In The Shell Code CTF. This Write-up is for Level 2 based on the X86 architecture. It’s a sample text-game like this: $ […]