dennis@home:~$

  • You know 0xDiablos HackTheBox

    You know 0xDiablos challenge description I missed my flag trying a large input to cause an overflow By executing the binary with a large input delivers us a segmentation fault python2 -c "print 'A' * 300 " | ./vuln 37978 segmentation fault (core dumped) ./vuln investigating the error by debugging...

  • Space Pirate Going Deeper HackTheBox Challenge

    Space Pirate: Going Deeper We are inside D12! We bypassed the scanning system, and now we are right in front of the Admin Panel. The problem is that there are some safety mechanisms enabled so that not everyone can access the admin panel and become the user right below Draeger....

  • Lego Car Generator CTF Challenge

    Lego Car Generator (350 pts) I encypted the flag with this program into secret. But then I accidentally lost the original file! Can you help me recover the flag please? General Given a binary(encrypter) and a hexfile(secret) By inspecting the binary with objdump -d encrypter > encrypter.s and inspecting with...