Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- hacking
- c
- flask
- Scala
- 러닝스칼라
- php
- 백엔드
- 챗GPT
- c++
- ChatGPT
- Python
- 인공지능
- 딥러닝
- 웹해킹
- hackerschool
- Shellcode
- 경제
- Web
- BOF 원정대
- BOF
- backend
- hackthissite
- Linux
- 러닝 스칼라
- deep learning
- Javascript
- mysql
- webhacking
- 파이썬
- 리눅스
Archives
- Today
- Total
목록remote bof (1)
jam 블로그
다음 문제의 소스입니다. /* The Lord of the BOF : The Fellowship of the BOF - dark knight - remote BOF */ #include #include #include #include #include #include #include #include #include main() { char buffer[40]; int server_fd, client_fd; struct sockaddr_in server_addr; struct sockaddr_in client_addr; int sin_size; if((server_fd = socket(AF_INET, SOCK_STREAM, 0)) == -1){ perror("socket"); exit(1); } server..
해킹/시스템
2012. 4. 2. 14:47