Skip to content

Commit 5f67821

Browse files
committed
Convert and simplify bbot
1 parent 4e26b0b commit 5f67821

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

_gtfobins/bbot

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
---
22
functions:
3-
sudo:
4-
- code: |
5-
LFILE=file_to_read
6-
sudo /usr/local/bin/bbot -cy $FILE -d
7-
---
3+
file-read:
4+
- binary: false
5+
code: |-
6+
bbot -d -cy /path/to/input-file
7+
comment: |-
8+
The file is displayed in the debug log.
9+
contexts:
10+
sudo:
11+
unprivileged:
12+
...

0 commit comments

Comments
 (0)