1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-16 17:01:38 +02:00

Fix typo in split

This commit is contained in:
Andrea Cardaci 2021-04-28 09:01:12 +02:00
parent bc5783fb5b
commit afd946b0c8

View File

@ -29,5 +29,5 @@ functions:
sudo:
- description: The shell prompt is not printed.
code: |
split --filter=/bin/sh /dev/stdin
sudo split --filter=/bin/sh /dev/stdin
---