Thursday, August 8, 2013

Using python inside of gdb

To use python inside of gdb:

(gdb) run < <(python -c 'print "A"*345')

No comments:

Post a Comment

Test Authentication from Linux Console using python3 pexpect

Working with the IT420 lab, you will discover that we need to discover a vulnerable user account.  The following python3 script uses the pex...