chpasswd

agnusdei·2025년 11월 9일

CTF

목록 보기
166/185
post-thumbnail
get_root_shell() {
    # 1 방법
    echo "think:새로운비밀번호" | chpasswd

    # 2 방법
    chpasswd < /tmp/passwd.txt
}
profile
DevSecOps, Pentest, Cloud(OpenStack), Develop, Data Engineering, AI-Agent

0개의 댓글