memo/Tips3 systemcall table 32bit https://syscalls.kernelgrok.com/ 64bit http://blog.rchapman.org/posts/Linux_System_Call_Table_for_x86_64/ 2018. 5. 6. xinetd nc 설정 로컬에선 쉘이 따졌는데... nc에서 안되면 매우 짜증난다.... 그래서 로컬에서도 libc는 다르지만 nc에 올려놓고 하기 위해서 xinetd 사용법을 적어놓는다. 설치 방법 apt-get install xinetd 깔아 줬으면 /etc/xinetd.d/ 디렉터리가 생긴다. 그러면 이안에 스크립트를 작성해줘야 된다. vi /etc/xinetd.d/서비스이름 그리고나서 아래와 같은 스크립트를 넣어줘 서비스를 등록시켜줘야 된다 service 서비스이름 { socket_type = stream flags = REUSE wait = no protocol = tcp user = root disable = no server = 바이너리 경로} * flags = REUSE가 socket_type = stream보다.. 2018. 2. 5. tistory 소스코드 작성방법 예) python 코드 삽입하기. # !usr/bin/env python # ryuuu; print 'hello world'. 에디터 모드에서 이 사이에 코드를 작성하면 된다. 예) javascript 코드 삽입하기. print 'hello world'. 2018. 1. 25. 이전 1 다음