Files
applepy/applepy/data/gtfo_macos.json
Warezpeddler 3325436017 Initial commit
2026-04-25 23:09:31 +01:00

17 lines
1.3 KiB
JSON

[
{"binary": "vim", "paths": ["/usr/bin/vim"], "technique": "Editor escape / shell (if misconfigured sudo)"},
{"binary": "nano", "paths": ["/usr/bin/nano"], "technique": "Limited vs Linux GTFO"},
{"binary": "awk", "paths": ["/usr/bin/awk"], "technique": "Script execution"},
{"binary": "sed", "paths": ["/usr/bin/sed"], "technique": "E expression execution on some platforms"},
{"binary": "find", "paths": ["/usr/bin/find"], "technique": "-exec / -okexec"},
{"binary": "perl", "paths": ["/usr/bin/perl"], "technique": "-e inline code"},
{"binary": "ruby", "paths": ["/usr/bin/ruby"], "technique": "-e inline code"},
{"binary": "python3", "paths": ["/usr/bin/python3"], "technique": "-c one-liners"},
{"binary": "less", "paths": ["/usr/bin/less"], "technique": "! shell escape"},
{"binary": "more", "paths": ["/usr/bin/more"], "technique": "Pager escapes (legacy)"},
{"binary": "emacs", "paths": ["/usr/bin/emacs", "/opt/homebrew/bin/emacs"], "technique": "M-x shell"},
{"binary": "git", "paths": ["/usr/bin/git", "/opt/homebrew/bin/git"], "technique": "Hooks / exec via config"},
{"binary": "make", "paths": ["/usr/bin/make"], "technique": "Makefile command execution"},
{"binary": "env", "paths": ["/usr/bin/env"], "technique": "Invoke interpreter by name"}
]