代码搜索:TELNET

找到约 3,051 项符合「TELNET」的源代码

代码结果 3,051
www.eeworm.com/read/429611/8798998

c telnet.c

/* Internet Telnet client * Copyright 1991 Phil Karn, KA9Q */ #include #ifdef __TURBOC__ #include #include #endif #include "global.h" #include "mbuf.h" #include
www.eeworm.com/read/429611/8799202

h telnet.h

#ifndef _TELNET_H #define _TELNET_H #ifndef _SESSION_H #include "session.h" #endif #ifndef _SOCKADDR_H #include "sockaddr.h" #endif #define LINESIZE 256 /* Length of local editing buffer
www.eeworm.com/read/429002/8825090

png telnet.png

www.eeworm.com/read/384729/8848276

rules telnet.rules

# (C) Copyright 2001, Martin Roesch, Brian Caswell, et al. All rights reserved. # $Id: telnet.rules,v 1.1 2002/08/12 11:42:07 scara Exp $ #------------- # TELNET RULES #------------- # # These signat
www.eeworm.com/read/284731/8905775

pl telnet.pl

#!/usr/bin/env perl use Net::Telnet; use Data::Dumper; my $ip = "133.197.19.2"; my $usr = "wangguan"; my $pass = "wangguan"; my $telnet_hdl=new Net::Telnet (Timeout => 1800, Prompt => '/[\$%#>:]\s*
www.eeworm.com/read/383349/8953282

c telnet.c

/* Telnet utility for 'TCP/IP Lean' (c) Iosoft Ltd. 2000 This software is only licensed for distribution with the book 'TCP/IP Lean', and may only be used for personal experimentation by the purch
www.eeworm.com/read/382802/8999505

txt telnet协议.txt

目录: 一 摘要 二 远程登录 三 <mark>Telnet</mark>协议 四 Win2000的<mark>Telnet</mark>服务 五 在<mark>telnet</mark>中该做什么 六 结束语 一 摘要 <mark>Telnet</mark>的应用不仅方便了我们进行远程登录,也给hacker们提供了又一种入侵手段和后门,但无论如何,在你尽情享受<mark>Telnet</mark>所带给你的便捷的同时,你是否真正的了解<mark>Telnet</mark>呢? 二 远程登录 Tel ...
www.eeworm.com/read/382649/9007409

h telnet.h

/* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permi
www.eeworm.com/read/382649/9007681

h telnet.h

/* @(#) $Header: /tcpdump/master/tcpdump/telnet.h,v 1.5 2007-08-29 02:31:44 mcr Exp $ (LBL) */ /* NetBSD: telnet.h,v 1.9 2001/06/11 01:50:50 wiz Exp */ /* * Copyright (c) 1983, 1993 * The Regents
www.eeworm.com/read/183996/9126671

asm telnet.asm

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ; TERMINAL ; ; Compile with FASM for Menuet ; use32 org 0x0 db 'MENUET00'