The daemon on port 4004 is a fairly simple daemon that check for a password (hard-coded in the binary) and just says “You are authenticated”. What’s interesting is that this daemon is running on the same server that many other challenges so we used it to fetch files and solve […]
Tag: binary
NDH 2012 Prequals – Sciteek 4005 Web3 Write-up
Insomni’hack 2012 reverse_me.bin Write-up
We have a binary $ file reverse_me.bin reverse_me.bin.back: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), statically linked, corrupted section header size $ readelf -l reverse_me.bin Elf file type is EXEC (Executable file) Entry point 0x8048054 There are 1 program headers, starting at offset 52 Program Headers: Type Offset […]