leviathan level 4 wargame at intruded.net (4/8) wargames
Another time in /wargames have a program called "level4"... it ask a password
level4@leviathan:/wargame$ ./level4
Enter the password> aaa
bzzzzzzzzap. WRONG
level4@leviathan:/wargame$
Posted at BinaryCell
level4@leviathan:/wargame$ ./level4
Enter the password> aaa
bzzzzzzzzap. WRONG
level4@leviathan:/wargame$
Solution: interesting tool for debugging is ltrace... after ask the password.. it shows strcmp("aaa\n", "snlprintf\n")
Posted at BinaryCell
Comments
Post a Comment