
capp.c

sample code uses scanf( )


Correct password is the following fifteen characters:  aaaaabbbbbccccc


perl -e 'print "a"x90' | ./vulnerable_capp

perl -e 'print "a"x90' | ./protected_capp



