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
- 파이썬
- 백엔드
- 챗GPT
- hackerschool
- 딥러닝
- 리눅스
- Scala
- php
- flask
- 웹해킹
- Web
- deep learning
- Javascript
- 인공지능
- BOF
- Shellcode
- ChatGPT
- webhacking
- c++
- 러닝 스칼라
- backend
- BOF 원정대
- Linux
- Python
- hacking
- c
- hackthissite
- 경제
- 러닝스칼라
- mysql
Archives
- Today
- Total
목록remote bof (1)
jam 블로그
[bof 원정대] xavius -> death_knight (remote bof)
다음 문제의 소스입니다. /* 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