전체 글683 php에서 pipe로 프로그램 호출하기 php에서 pipe로 프로그램 호출하기 (*pc에서 보셔야 이쁘게 나옵니다.)사용법 1. gcc -o hello hello.c 2. hello.phhp?msg= hello hello.c #include int main( int argc , char ** argv ) { if( argc < 2 ) { printf(" usage : %s message \n", argv[0] ); return 0; } printf(" message = %s\n", argv[1] ); return 0; } hello.php 2014. 10. 12. XXE 연구 본 동영상은 xxe 연구용으로 만들어졌으며 악용 시 모든 책임은 악용한 본인에게 있습니다.. 참고 : http://www.securityfocus.com/archive/1/526508 2014. 8. 4. SQL Injection Cheat Sheet 2014. 8. 4. 이전 1 ··· 168 169 170 171 다음