1 2 3 4 5 6 7 8 | #include <stdio.h> int main() { long shell = ; //system function address while(memcmp((void *)shell,"/bin/sh",8)) shell++; printf("\"/bin/sh/\" : 0x%x\n",shell); } | cs |
shell 변수 부분에 system함수의 주소를 적는다.
'Linux > ETC' 카테고리의 다른 글
[Linux] 25byte Shellcode (0) | 2019.03.24 |
---|---|
[Linux] getenv.c (0) | 2019.03.22 |
[Linux] EGGSHELL.c (0) | 2019.03.22 |