1
0
UAHCode/CPE455/Quiz-Bravo/README.txt

16 lines
198 B
Plaintext
Raw Permalink Normal View History

2022-08-28 21:12:16 +00:00
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