ICMP-Chat 0.6 review

Download
by rbytes.net on

ICMP-Chat is a simple console-based chat that uses ICMP packets for communication

License: GPL (GNU General Public License)
File size: 37K
Developer: Martin J. M?nch
0 stars award from rbytes.net

ICMP-Chat is a simple console-based chat that uses ICMP packets for communication. All the data is encrypted with Rijndael-256 algorithm.

Installation:

Type: make && make install

For solaris type: make solaris && make install

Usage:

Usage: icmpchat [OPTIONS] < host > < nick >
< host > = Host to chat with
< nick > = Your nickname
OPTIONS:
-t < type > = specify icmp type (default ECHO_REPLY)

Example: icmpchat 192.168.1.2 foo

ICMP codes:

[0] Echo Reply
[5] Redirect
[8] Echo Request
[9] Router advertisement
[10] Router solicitation
[13] Timestamp request
[14] Timestamp reply
[15] Information request
[16] Information reply
[17] Adressmask request
[18] Adressmask reply

What's New in This Release:
Rewrote from scratch
Implemented optimized rijndael algorithm
Implemented sha256 for password hashing
Implemented ncurses frontend (again)
Fixed getuid problem so that setting suid flag works now (thanks John)

ICMP-Chat 0.6 search tags