일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Web Hacking
- Fortran 90
- BASE64
- sha1
- webhacking
- base16
- cookie
- Masonic Cipher
- JavaScript
- 비즈네르 암호
- burpsuit
- Qrcode
- vigenere cipher
- base32
- sql injection
- Pigpen Cipher
- Python
- Linux
- aslr
- 시저 암호
- php_extract
- Mail Header injection
- overthewire
- AVR
- reversing
- 카이사르 암호
- Caesar Cipher
- Navajo alphabet
- Javscript
- assembly
- Today
- Total
My Drive
//pkt_send.c #include #include #include #include #include // #include typedef struct mac_address {u_char byte1;u_char byte2;u_char byte3;u_char byte4;u_char byte5;u_char byte6;}mac_address; typedef struct ip_address{u_char byte1;u_char byte2;u_char byte3;u_char byte4;}ip_address; typedef struct ip_header{u_char ver_ihl;u_chartos;u_short tlen;u_short identification;u_short flags_fo;u_charttl;u_ch..
//pkt_dump.c #include "pcap.h" typedef struct mac_address {u_char byte1;u_char byte2;u_char byte3;u_char byte4;u_char byte5;u_char byte6;}mac; #define ETHER_ADDR_LEN6struct ether_header{u_char ether_dhost[ETHER_ADDR_LEN];u_char ether_shost[ETHER_ADDR_LEN];u_short ether_type;}eth; typedef struct ip_address{u_char byte1;u_char byte2;u_char byte3;u_char byte4;}ip_address; typedef struct ip_header{u..
// udp_header.c #include "pcap.h" typedef struct mac_address {u_char byte1;u_char byte2;u_char byte3;u_char byte4;u_char byte5;u_char byte6;}mac; #define ETHER_ADDR_LEN6struct ether_header{u_char ether_dhost[ETHER_ADDR_LEN];u_char ether_shost[ETHER_ADDR_LEN];u_short ether_type;}eth; typedef struct ip_address{u_char byte1;u_char byte2;u_char byte3;u_char byte4;}ip_address; typedef struct ip_heade..