diff options
Diffstat (limited to 'other/telnetfp-0.1.2/README')
| -rw-r--r-- | other/telnetfp-0.1.2/README | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/other/telnetfp-0.1.2/README b/other/telnetfp-0.1.2/README new file mode 100644 index 0000000..7419028 --- /dev/null +++ b/other/telnetfp-0.1.2/README | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | telnetfp0.1.2 by Palmers / teso | ||
| 2 | |||
| 3 | what is this anyway? | ||
| 4 | this neat program determins a given hosts OS via telnet do/dont negotiation. | ||
| 5 | of course, it is only prove of concept code and the intellectual property of | ||
| 6 | team teso (http://www.team-teso.org|http://www.team-teso.net). | ||
| 7 | |||
| 8 | how does it work? | ||
| 9 | if a telnet connection is established options are exchanged. this can be used | ||
| 10 | to fingerprint a host, because of the options themself and the order of the | ||
| 11 | options. | ||
| 12 | this program connects to a hosts telnet daemon and reads the first set of | ||
| 13 | options (do's in most cases). to these the proper answer is send. now a second | ||
| 14 | round of negotiation takes place. options (dont's this time) are recived and | ||
| 15 | the fingerprint is completely recived. | ||
| 16 | |||
| 17 | installation: | ||
| 18 | type 'make' and be happy (or see Makefile or write me a mail, with a bug report). | ||
| 19 | |||
| 20 | misc: | ||
| 21 | my greets go to my true friends, you know who you are. | ||
| 22 | pa1mers@gmx.de (for feedback, flames & fingerprints). | ||
