Skip to content

Commit

Permalink
Merge branch 'GTFOBins:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuelduss authored Oct 15, 2024
2 parents 96c2fc9 + 61314d5 commit 1f9c902
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,13 @@ GEM
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.5)
rexml (3.3.6)
strscan
rouge (3.21.0)
safe_yaml (1.0.5)
sassc (2.4.0)
ffi (~> 1.9)
strscan (3.1.0)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
unicode-display_width (1.7.0)
Expand Down
16 changes: 16 additions & 0 deletions _gtfobins/links.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
description: The result is displayed in a TUI interface.
functions:
file-read:
- code: |
LFILE=file_to_read
links "$LFILE"
suid:
- code: |
LFILE=file_to_read
./links "$LFILE"
sudo:
- code: |
LFILE=file_to_read
sudo links "$LFILE"
---
2 changes: 2 additions & 0 deletions robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
user-agent: *
disallow: /new/

0 comments on commit 1f9c902

Please sign in to comment.