GTFOBins.github.io icon indicating copy to clipboard operation
GTFOBins.github.io copied to clipboard

GTFOBins is a curated list of Unix binaries that can be used to bypass local security restrictions in misconfigured systems

Results 108 GTFOBins.github.io issues
Sort by recently updated
recently updated
newest added

Hi! The section about SUID with only mentoins this option: > ./vim -c ':py import os; os.execl("/bin/sh", "sh", "-pc", "reset; exec sh -p")' This can be added: >./vim -c ':set...

Adding one-liner with arbitrary command

Update psql.md The previous option was not working for me and the new one is working

nano needs -p when used as suid to get a shell: ![image](https://github.com/GTFOBins/GTFOBins.github.io/assets/67713732/47e67426-da1f-4b72-91db-b34f653e0a05)

Hi! I tried to run the code for the command `find` in file-write but it's not working for me. I guess it's because of a typo in `file.md`

It is possible to execute a command in restic.

## Summary This PR adds command execution capabilities to the `run-parts` binary. Run-parts is capable of executing shell scripts, which allows for proxied command execution. ``` > root@vm:/home/ruben_groenewoud# printf '#!/bin/sh\n/bin/sh...

## Summary This PR adds a new GTFOBin, `systemd-run`, which is available by-default on most distributions that leverage Systemd. It allows for spawning shells, escaping jails, uploading/downloading files, root backdoors,...

BorgBackup (short: Borg) is a deduplicating backup program. Optionally, it supports compression and authenticated encryption. The techniques shown in this PR leverages Borg's `--rsh` argument. When set, the argument's value...

This technique uses `dhclient`'s script file option `-sf` to execute arbitrary commands with `sudo`. `dhclient` is a tool for DHCP and present on many linux systems. Reference: https://linux.die.net/man/8/dhclient