$ ssh codeXing@1.234.41.2 Password: … FreeBSD 8.2-RELEASE (GENERIC) #0: Fri Feb 18 02:24:46 UTC 2011 $ ls -l -rwsr-xr-x 1 codeXing2 codeXing2 5916 Feb 24 08:49 X -r——– 1 codeXing2 codeXing2 26 Feb 24 08:56 password Looks like a classic binary exploitation challenge right ? $ echo “ABCDEFGHIJKLOMNOPQRSTUVWXYZ” > test […]
GiTS 2012 KimJongUnd Write-Up
GiTS 2012 In-memory 4004 Write-up
In this challenge, we have connect to a service running on port 4004 : $ nc inmemory.final2012.ghostintheshellcode.com 4004 Written in memory of a great microprocessor. Waiting for program… Too slow! great microprocessor.. port 4004.. waiting for program… Could this be an Intel 4004 emulator ? Checking the documentation for the […]