This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- https://pastebin.com/raw/mfUaw8gY | |
- Youtube | |
- https://pastebin.com/raw/v0Cgi2H2 | |
- https://pastebin.com/raw/S0sDAdRv | |
- Baidu | |
- https://pastebin.com/raw/p7tkHtjn | |
- Wikipedia | |
- https://pastebin.com/raw/bP6Pkn5c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
#include <sys/types.h> | |
#include <sys/socket.h> | |
#include <netinet/in.h> | |
#include <netinet/tcp.h> | |
int main() { | |
int sock; | |
int val, setval; | |
struct sockaddr_in addr; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015年度セキュリティキャンプ応募用紙Write up | |
※いつかgithub.ioで書き直します | |
<注意事項> | |
まとまってないです.そのままです. | |
途中支離滅裂であったり,それは間違ってるでしょって部分もあるかと思いますが,これを出したということで... | |
また,本名バレしそうな部分,画像部分は伏せました.ご了承ください. | |
選択問題は4,7,9,11,14を選択しました. | |
</注意事項> |