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 |
Tags
- Shellcode
- webhacking
- Scala
- php
- 딥러닝
- 웹해킹
- deep learning
- backend
- Linux
- ChatGPT
- 인공지능
- hackthissite
- 러닝 스칼라
- 백엔드
- Web
- flask
- Python
- c
- BOF
- 경제
- c++
- hackerschool
- 챗GPT
- BOF 원정대
- 러닝스칼라
- mysql
- Javascript
- 리눅스
- hacking
- 파이썬
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