16 lines
198 B
Plaintext
16 lines
198 B
Plaintext
|
|
||
|
bapp.c
|
||
|
|
||
|
sample code uses gets( )
|
||
|
|
||
|
|
||
|
Correct password is the following fifteen characters: aaaaabbbbbccccc
|
||
|
|
||
|
|
||
|
perl -e 'print "a"x90' | ./vulnerable_bapp
|
||
|
|
||
|
perl -e 'print "a"x90' | ./protected_bapp
|
||
|
|
||
|
|
||
|
|