https://juntheworld.tistory.com/82
one_gadget 설치 및 사용법
one_gaget은 실행하면 쉘이 획득되는 코드뭉치이다. 아래도구는 libc에서 쉽게 one_gadget 위치를 찾을 수 있는 도구이며 HITCON, 217 CTF팀 david942j가 만들었다. https://github.com/david942j/one_gadget GitHub - david942j
juntheworld.tistory.com
설치
sudo apt install ruby
sudo gem install one_gadget
사용
one_gadget ./[libc파일]
one_gadget ./libc_XX.so
'시스템' 카테고리의 다른 글
Exploit tech : Return to Shellcode (펌) (0) | 2025.02.02 |
---|---|
메모리 보호기법 Mitigation: NX & ASLR (펌) (0) | 2025.02.02 |
peda, pwndbg, gef 같이 쓰기 (펌) (0) | 2025.02.02 |
Dreamhack UAF (진행 중) (0) | 2025.01.31 |
pwnable.kr UAF (리마인드) (0) | 2025.01.31 |