Skip to content
Snippets Groups Projects
Commit 5a56d99c authored by Daniel Petri's avatar Daniel Petri
Browse files

Fix passwords

parent 36e3ecdf
Branches
No related tags found
No related merge requests found
File deleted
pwn/pwn1/pwn1 100644 → 100755
File mode changed from 100644 to 100755
pwn/pwn2/pwn2 100644 → 100755
File mode changed from 100644 to 100755
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
#include <string.h> #include <string.h>
#ifndef PASSWORD #ifndef PASSWORD
#define PASSWORD "CSCG{FLAG_FROM_STAGE_1}" #define PASSWORD "CSCG{XXXXXXXXXXXXXXXXXXXXXX}"
#endif #endif
// pwn2: gcc pwn2.c -o pwn2 // pwn2: gcc pwn2.c -o pwn2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment