diff --git a/_gtfobins/less.md b/_gtfobins/less.md index 5206322..9e7aaeb 100644 --- a/_gtfobins/less.md +++ b/_gtfobins/less.md @@ -19,7 +19,5 @@ functions: sudo less /etc/profile !/bin/sh suid-enabled: - - code: | - ./less file_to_read - !/bin/sh + - code: ./less file_to_read --- diff --git a/_gtfobins/pg.md b/_gtfobins/pg.md index 8816430..6ecf33a 100644 --- a/_gtfobins/pg.md +++ b/_gtfobins/pg.md @@ -11,8 +11,5 @@ functions: sudo pg /etc/profile !/bin/sh suid-enabled: - - description: - code: | - ./pg file_to_read - !/bin/sh + - code: ./pg file_to_read ---