1
2 ----------------------------------------------------
3| ## #### ### ### #####       #### ## ## ##### ##### |
4| ## ##   ## # ## ##  ##      ##   ##### ## ##  ##   |
5| ## ##   ##   ## #####  ###  ##   ## ## #####  ##   |
6| ## #### ##   ## ##          #### ## ## ## ##  ##   |
7 ====================================================
8
9-=[ Description ]=-
10
11icmpchat is a small and simple chat program that exchanges its
12data by using the data field of ICMP packets.
13The data is encrypted using the AES (rijndael) in 256 bit cfb mode.
14To see the possible options type '/help' in chatmode.
15
16-=[ Installation ]=-
17
18Type: make && make install
19
20For solaris type: make solaris && make install
21
22
23-=[ Usage ]=-
24
25Usage: icmpchat [OPTIONS] <host> <nick>
26       <host> = Host to chat with
27       <nick> = Your nickname
28OPTIONS:
29       -t <type>  = specify icmp type (default ECHO_REPLY)
30
31Example: icmpchat 192.168.1.2 foo
32
33
34-=[ ICMP codes ]=-
35
36 [0] Echo Reply
37 [5] Redirect
38 [8] Echo Request
39 [9] Router advertisement
40[10] Router solicitation
41[13] Timestamp request
42[14] Timestamp reply
43[15] Information request
44[16] Information reply
45[17] Adressmask request
46[18] Adressmask reply
47
48
49-=[ Author ]=-
50
51Name:   Martin J. Muench
52E-Mail: mjm@codito.de
53Web:    http://www.codito.de
54
55
56-=[ Thanks ]=-
57
58Lucian Hanga
59Martin Ruderer
60