...
Panel | ||||
---|---|---|---|---|
| ||||
|
Warning |
---|
|
Local Shellcode
Synopsis
shellcraft 모듈에서는 sh() 함수를 이용해 간단하게 "/bin/sh" 를 실행하는 shellcode를 생성할 수 있습니다.
해당 함수는 aarch64,amd64,arm,i386,mips,thumb 아키텍처의 linux, freebsd 운영체제에 맞는 shellocode를 생성 할 수 있습니다.
다음과 같이 아키텍처와 운영체제를 선택한 후 sh() 함수를 호출하면, 해당 조건에 맞는 shellcode를 리턴합니다.
...
- http://docs.pwntools.com/en/stable/shellcraft/aarch64.html
- http://docs.pwntools.com/en/stable/shellcraft/amd64.html
- http://docs.pwntools.com/en/stable/shellcraft/arm.html
- http://docs.pwntools.com/en/stable/shellcraft/i386.html
- http://docs.pwntools.com/en/stable/shellcraft/mips.html
- http://docs.pwntools.com/en/stable/shellcraft/thumb.html
Comments
Panel |
---|