Skip to content

Commit

Permalink
Merge pull request #5 from Frissi0n/dev
Browse files Browse the repository at this point in the history
Update GTFOBins
  • Loading branch information
Frissi0n authored Dec 3, 2023
2 parents 3cd6215 + e131e83 commit 597d8be
Show file tree
Hide file tree
Showing 3 changed files with 1,207 additions and 1,201 deletions.
2 changes: 1 addition & 1 deletion GTFOBins.github.io
6 changes: 3 additions & 3 deletions gtfobin_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ def main():
capabilities[binary] = payloads

replace_content(GTFO_NOW_PATH, "sudo_bins=" + json.dumps(sudo_bins,
indent=4), "# SUDO_BINS_START", "# SUDO_BINS_END")
indent=4, sort_keys=True), "# SUDO_BINS_START", "# SUDO_BINS_END")
replace_content(GTFO_NOW_PATH, "suid_bins=" + json.dumps(suid_bins,
indent=4), "# SUID_BINS_START", "# SUID_BINS_END")
indent=4, sort_keys=True), "# SUID_BINS_START", "# SUID_BINS_END")
replace_content(GTFO_NOW_PATH, "capabilities=" + json.dumps(capabilities,
indent=4), "# CAPABILITIES_START", "# CAPABILITIES_END")
indent=4, sort_keys=True), "# CAPABILITIES_START", "# CAPABILITIES_END")


if __name__ == "__main__":
Expand Down
Loading

0 comments on commit 597d8be

Please sign in to comment.