jscape telnet
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 222
Teamspeak::Telnet 0.3
Teamspeak::Telnet is a Telnet-Interface to administrate Teamspeak-Voice-Server. more>>
Teamspeak::Telnet is a Telnet-Interface to administrate Teamspeak-Voice-Server.
COMMAND OVERVIEW
banadd : add ip ban
banclear : clear banlist
bandel : del ip ban
banlist : show banlist
banplayer : bans a player
checkserverok : checks if server hangs
ci : display channel info
cl : channellist
dbci : display db channel info
dbfp : db find player
dbpi : display db infos about a player
dbserverlist : list all servers from db
dbsuseradd : adds a superadmin to server
dbsuserchangepw : changes password of a superadmin
dbsuserdel : deletes a superadmin from server
dbsuserlist : display superadmin serverlist
dbuseradd : adds a user to server
dbuserchangeattribs : changes rights of a user
dbuserchangepw : changes password of a user
dbuserdel : deletes a user from server
dbuserid : display dbid from loginname
dbuserlist : display server user list
dccl : channel client list
fc : finds a channel
fp : finds a player
gapl : get average packet loss
gi : global information
globalset : set a global variable
help : this helpfile
kick : kick player
ki : kick idlers
lc : list all open tcpquery connections
logfind : search serverlog
login : login to server
logmark : add a line to serverlog
log : show serverlog
mptc : move player to channel
msgall : message to all servers
msg : message to server
msgu : message to user
pi : display infos about a player
pl : playerlist
quit : close connection
rehash : reload server settings
removeclient : remove client
sel : select
serveradd : adds a server
serverdel : deletes a server
serverset : set a server variable
serverstart : start server
serverstop : stop server
si : server information
slogin : superlogin to server
sl : serverlist
sppriv : set user privilege
ver : version
globalset < attribute > < value >
set global attributes
globalset will change the < attribute > of the teamspeak instance and set it to < value >.
These are the currently available attributes and their values:
attribute value
hoster_gfx_url text
Note: This is a URL to a image to be displayed to connected clients, changes to it will only be visible to clients connecting after you changed it - and the changes will not be
saved to the server.ini, meaning will not be permanent over a server restart.
allowedclientnamechars text
Note: This restricts what characters you will allow in nicknames. Users with disallowed characters will get a message when they connect.
disallowedclientnamechars text
Note: This is the little brother of allowedclientnamechars - characters you set here will not be allowed in nicknames, clients will be informed what characters they are using that are not allowed on this server. The default setting for this will be "()[]{}" to prevent flag faking.
<<lessCOMMAND OVERVIEW
banadd : add ip ban
banclear : clear banlist
bandel : del ip ban
banlist : show banlist
banplayer : bans a player
checkserverok : checks if server hangs
ci : display channel info
cl : channellist
dbci : display db channel info
dbfp : db find player
dbpi : display db infos about a player
dbserverlist : list all servers from db
dbsuseradd : adds a superadmin to server
dbsuserchangepw : changes password of a superadmin
dbsuserdel : deletes a superadmin from server
dbsuserlist : display superadmin serverlist
dbuseradd : adds a user to server
dbuserchangeattribs : changes rights of a user
dbuserchangepw : changes password of a user
dbuserdel : deletes a user from server
dbuserid : display dbid from loginname
dbuserlist : display server user list
dccl : channel client list
fc : finds a channel
fp : finds a player
gapl : get average packet loss
gi : global information
globalset : set a global variable
help : this helpfile
kick : kick player
ki : kick idlers
lc : list all open tcpquery connections
logfind : search serverlog
login : login to server
logmark : add a line to serverlog
log : show serverlog
mptc : move player to channel
msgall : message to all servers
msg : message to server
msgu : message to user
pi : display infos about a player
pl : playerlist
quit : close connection
rehash : reload server settings
removeclient : remove client
sel : select
serveradd : adds a server
serverdel : deletes a server
serverset : set a server variable
serverstart : start server
serverstop : stop server
si : server information
slogin : superlogin to server
sl : serverlist
sppriv : set user privilege
ver : version
globalset < attribute > < value >
set global attributes
globalset will change the < attribute > of the teamspeak instance and set it to < value >.
These are the currently available attributes and their values:
attribute value
hoster_gfx_url text
Note: This is a URL to a image to be displayed to connected clients, changes to it will only be visible to clients connecting after you changed it - and the changes will not be
saved to the server.ini, meaning will not be permanent over a server restart.
allowedclientnamechars text
Note: This restricts what characters you will allow in nicknames. Users with disallowed characters will get a message when they connect.
disallowedclientnamechars text
Note: This is the little brother of allowedclientnamechars - characters you set here will not be allowed in nicknames, clients will be informed what characters they are using that are not allowed on this server. The default setting for this will be "()[]{}" to prevent flag faking.
Download (0.026MB)
Added: 2006-12-27 License: Perl Artistic License Price:
1055 downloads
Small Telnet Chat 0.16
Small Telnet Chat provides a chat server to which you can connect via a telnet client. more>>
Small Telnet Chat provides a chat server to which you can connect via a telnet client.
Small Telnet Chat (STC) is a chat server to which you can connect via a telnet client. It provides logging, automatic kicking, and IP blocking.
Requirements
Server: All you need are the files of the chatserver and a functional JRE.
Client: To connect to the server you need at VT100 capable telnet client.
Simple telnet to a server on which the STC is running. (You need to know the port on which the server is listening since STC can run on any port).
STC is known to work with:
-> PuTTY works fine
-> Win2000 telnet works
-> WinXP telnet works (some versions of WinXP telnet seem to have problems but up to date ones (with service packs, etc.) work)
-> Linux telnet (netkit) works
Installation
No special installation procedure is required. Simply unpack the archive into a directory and run it.
The configuration file (config.xml) has to be in the same directory as the server.
For those who want to put the server to place where executables usually reside (/usr/local/bin, etc.), a .jar file is provided.
Running
To run the chatserver, cd into the directory into which you have copied the files.
Run the server by typing:
java stc
<<lessSmall Telnet Chat (STC) is a chat server to which you can connect via a telnet client. It provides logging, automatic kicking, and IP blocking.
Requirements
Server: All you need are the files of the chatserver and a functional JRE.
Client: To connect to the server you need at VT100 capable telnet client.
Simple telnet to a server on which the STC is running. (You need to know the port on which the server is listening since STC can run on any port).
STC is known to work with:
-> PuTTY works fine
-> Win2000 telnet works
-> WinXP telnet works (some versions of WinXP telnet seem to have problems but up to date ones (with service packs, etc.) work)
-> Linux telnet (netkit) works
Installation
No special installation procedure is required. Simply unpack the archive into a directory and run it.
The configuration file (config.xml) has to be in the same directory as the server.
For those who want to put the server to place where executables usually reside (/usr/local/bin, etc.), a .jar file is provided.
Running
To run the chatserver, cd into the directory into which you have copied the files.
Run the server by typing:
java stc
Download (0.054MB)
Added: 2007-04-24 License: GPL (GNU General Public License) Price:
932 downloads
IRC->Telnet 0.0.1
IRC->Telnet is a IRC to telnet bridge. more>>
IRC->Telnet project is a IRC to telnet bridge.
IRC->Telnet is a bridge which allows you to use IRC clients to access telnet-based online games like MUSHes, MUDs, and MOOs.
Quick installation guide
- install Twisted
- Add to your PYTHONPATH
- run "mktap irctelnet -p -h -t "
- run "twistd -f irctelnet.tap"
- run your IRC client when the host is the host running twistd, and the port is the "local port" above.
This is a plugin that makes it possible for you to use your favourite IRC client to connect to MUSH/MUD/MOOs.
Well, after its installed and running you connect with an IRC client. Then you join some channel (doesnt matter which). The server will connect to the remote telnet-based site, and relay.
Anything you say (that is, none-CTCP PRIVMSGs) is just relayed to the remote site. Emote PRIVMSGs are sent as : , which is usually the emote command in M[UO]*s
<<lessIRC->Telnet is a bridge which allows you to use IRC clients to access telnet-based online games like MUSHes, MUDs, and MOOs.
Quick installation guide
- install Twisted
- Add to your PYTHONPATH
- run "mktap irctelnet -p -h -t "
- run "twistd -f irctelnet.tap"
- run your IRC client when the host is the host running twistd, and the port is the "local port" above.
This is a plugin that makes it possible for you to use your favourite IRC client to connect to MUSH/MUD/MOOs.
Well, after its installed and running you connect with an IRC client. Then you join some channel (doesnt matter which). The server will connect to the remote telnet-based site, and relay.
Anything you say (that is, none-CTCP PRIVMSGs) is just relayed to the remote site. Emote PRIVMSGs are sent as : , which is usually the emote command in M[UO]*s
Download (0.013MB)
Added: 2006-12-18 License: GPL (GNU General Public License) Price:
1042 downloads
ser2net 2.3
The ser2net daemon allows telnet and TCP sessions to be established with a units serial ports. more>>
The ser2net daemon allows telnet and TCP sessions to be established with a units serial ports. Note that ser2net supports RFC 2217 (remote control of serial port parameters), but you must have a complient client. The only one I know it is kermit application (http://www.columbia.edu/kermit).
Enhancements:
- dataxfer.c, devcfg.c, devcfg.h, ser2net.conf, ser2net.8: Added a s banner token for printing out the serial parameters.
- ser2net.conf: Cleaned up the ugly banner3.
- Makefile.am: Add ser2net.init to EXTRA_DIST.
- configure.in: Move to version 2.3.
<<lessEnhancements:
- dataxfer.c, devcfg.c, devcfg.h, ser2net.conf, ser2net.8: Added a s banner token for printing out the serial parameters.
- ser2net.conf: Cleaned up the ugly banner3.
- Makefile.am: Add ser2net.init to EXTRA_DIST.
- configure.in: Move to version 2.3.
Download (0.29MB)
Added: 2006-07-06 License: GPL (GNU General Public License) Price:
1210 downloads
The Kava Telnet Application 1.0
The Kava Telnet Application is complete telnet and SSH application. more>>
The KTA is a complete telnet and SSH application designed for use by both end-users and developers. For end-users it provides a cross-platform vt320-compatible terminal written in Java.
For developers it provides an extensible plugin API that can be used to implement automated telnet and SSH solutions in a client/server environment.
<<lessFor developers it provides an extensible plugin API that can be used to implement automated telnet and SSH solutions in a client/server environment.
Download (0.24MB)
Added: 2005-10-11 License: GPL (GNU General Public License) Price:
1488 downloads
Net::Telnet::Netscreen 1.1
Net::Telnet::Netscreen is a Perl module that interacts with a Netscreen firewall. more>>
Net::Telnet::Netscreen is a Perl module that interacts with a Netscreen firewall.
Net::Telnet::Netscreen is mostly a pure rippoff of Net::Telnet::Cisco, with adaptations to make it work on the Netscreen firewalls. It also has some additional commands, but for basic functionality, see Net::Telnet and Net::Telnet::Cisco documentation.
use Net::Telnet::Netscreen;
my $fw = new Net::Telnet::Netscreen(host=>192.168.1.1); $fw->login(admin,password) or die $fw->error; $fw->enter_vsys(wineasy.no); print "We are now in: ".$fw->current_vsys."n"; my %vsys=$fw->get_vsys; foreach $key (sort (keys %vsys)) { print $key,=, $vsys{$key},"n"; } print @results;
Before you use Net::Telnet::Netscreen, you should probably have a good understanding of Net::Telnet, so perldoc Net::Telnet first, and then come back to Net::Telnet::Netscreen to see where the improvements are.
Some things are easier to accomplish with Net::SNMP. SNMP has three advantages: its faster, handles errors better, and doesnt use any vtys on the router. SNMP does have some limitations, so for anything you cant accomplish with SNMP, theres Net::Telnet::Netscreen.
New methods not found in Net::Telnet follow:
enter_vsys - enter a virtual system
Enter a virtual system in the firewall. parameter is system you want to enter . You may enter another vsys even if you are in a vsys. Note that we will save your changes for you if you do. (only works for ns-500+)
enter_vsys - exit from the level you are on
exit from the vsys you are in, or from the system if you are on the top. takes one parameter. if you should save any changes or not. (only works for ns-500+)
current_vsys - show current vsys
return the vsys you currently are in. returns blank if youre not in a vsys. (only works for ns-500+)
get_vsys - return vsys.
returns a hash of all the virtual systems on your system, with system ids for values (only works for ns-500+)
ha_mode - return high availability mode.
return the HA mode, if your system is in a HA cluster, or false if it isnt.
ping - ping a system. Returns percentage of success (0-100).
$sucess=$fw->ping(192.168.1.1);
exit - Exit system
use this command to exit system, or exit current vsys
getValue - Set a value from the box.
Will return a value from the firewall, or from the vsys you are in, if you arent in root.
setValue - Set a Value in the box.
Set a value in the box, returns true if set successfully.
lastPrompt - Show the last prompt returned.
Shows the last prompt returned by your netscreen device.
lastCmd - Show the last command executed.
Shows the last command executed on your netscreen device.
<<lessNet::Telnet::Netscreen is mostly a pure rippoff of Net::Telnet::Cisco, with adaptations to make it work on the Netscreen firewalls. It also has some additional commands, but for basic functionality, see Net::Telnet and Net::Telnet::Cisco documentation.
use Net::Telnet::Netscreen;
my $fw = new Net::Telnet::Netscreen(host=>192.168.1.1); $fw->login(admin,password) or die $fw->error; $fw->enter_vsys(wineasy.no); print "We are now in: ".$fw->current_vsys."n"; my %vsys=$fw->get_vsys; foreach $key (sort (keys %vsys)) { print $key,=, $vsys{$key},"n"; } print @results;
Before you use Net::Telnet::Netscreen, you should probably have a good understanding of Net::Telnet, so perldoc Net::Telnet first, and then come back to Net::Telnet::Netscreen to see where the improvements are.
Some things are easier to accomplish with Net::SNMP. SNMP has three advantages: its faster, handles errors better, and doesnt use any vtys on the router. SNMP does have some limitations, so for anything you cant accomplish with SNMP, theres Net::Telnet::Netscreen.
New methods not found in Net::Telnet follow:
enter_vsys - enter a virtual system
Enter a virtual system in the firewall. parameter is system you want to enter . You may enter another vsys even if you are in a vsys. Note that we will save your changes for you if you do. (only works for ns-500+)
enter_vsys - exit from the level you are on
exit from the vsys you are in, or from the system if you are on the top. takes one parameter. if you should save any changes or not. (only works for ns-500+)
current_vsys - show current vsys
return the vsys you currently are in. returns blank if youre not in a vsys. (only works for ns-500+)
get_vsys - return vsys.
returns a hash of all the virtual systems on your system, with system ids for values (only works for ns-500+)
ha_mode - return high availability mode.
return the HA mode, if your system is in a HA cluster, or false if it isnt.
ping - ping a system. Returns percentage of success (0-100).
$sucess=$fw->ping(192.168.1.1);
exit - Exit system
use this command to exit system, or exit current vsys
getValue - Set a value from the box.
Will return a value from the firewall, or from the vsys you are in, if you arent in root.
setValue - Set a Value in the box.
Set a value in the box, returns true if set successfully.
lastPrompt - Show the last prompt returned.
Shows the last prompt returned by your netscreen device.
lastCmd - Show the last command executed.
Shows the last command executed on your netscreen device.
Download (0.010MB)
Added: 2006-03-29 License: Artistic License Price:
1306 downloads
Pexpect 2.0
Pexpect is a Python Expect-like module. more>>
Pexpect is a Python Expect-like module. Pexpect project spawns child applications, controls them, and responds to expected patterns in their output. It can be used for automating interactive applications such as ssh, ftp, passwd, telnet, etc.
It can be used to automate setup scripts for duplicating software package installations on different servers. It can be used for automated software testing. It should work on any platform that supports the standard Python pty module.
Its interface was designed to be easy-to-use, so performing simple tasks is easy. It includes an ANSI/VT100 terminal screen scraping module.
<<lessIt can be used to automate setup scripts for duplicating software package installations on different servers. It can be used for automated software testing. It should work on any platform that supports the standard Python pty module.
Its interface was designed to be easy-to-use, so performing simple tasks is easy. It includes an ANSI/VT100 terminal screen scraping module.
Download (0.020MB)
Added: 2005-11-25 License: Python License Price:
1437 downloads
rocap 0.1.0
rocap is an IP bandwidth monitoring system based on pcap. more>>
rocap is an IP bandwidth monitoring system based on pcap.
rocap was designed to provide an easy way to monitor bandwidth between hosts, group of hosts or group of subnets, in any combination.
It was built for speed, rocap runs in user space with minimum CPU usage.
It includes a console server for telnet clients to use for administration or visualization purposes. It also outputs data for rrdtool to use for generating graphs.
roteq is free software.
<<lessrocap was designed to provide an easy way to monitor bandwidth between hosts, group of hosts or group of subnets, in any combination.
It was built for speed, rocap runs in user space with minimum CPU usage.
It includes a console server for telnet clients to use for administration or visualization purposes. It also outputs data for rrdtool to use for generating graphs.
roteq is free software.
Download (0.11MB)
Added: 2006-03-09 License: GPL (GNU General Public License) Price:
1325 downloads
Perl MUD Client 2.7
Perl MUD Client is a text-based MUD client supporting SSL, ANSI, telnet negotations, and MCP. more>>
Perl MUD Client project is a text-based MUD client supporting SSL, ANSI, telnet negotations, and MCP.
PMC is a text based mudclient written in Perl 5. It utilizes GNU readline, supports SSL, local editing support through MCP (MudClientProtocol), full telnet negotiation support and of course ANSI support if your terminal supports it.
Unlike other mudclients with input line editors/history, it also supports the telnet character mode, which enables it to use e.g. fullscreen applications within a mud (like the xeditor found on some LP Muds).
<<lessPMC is a text based mudclient written in Perl 5. It utilizes GNU readline, supports SSL, local editing support through MCP (MudClientProtocol), full telnet negotiation support and of course ANSI support if your terminal supports it.
Unlike other mudclients with input line editors/history, it also supports the telnet character mode, which enables it to use e.g. fullscreen applications within a mud (like the xeditor found on some LP Muds).
Download (0.023MB)
Added: 2006-12-18 License: Artistic License Price:
1043 downloads
recvnet 0.0.1
recvnet is the inverse of telnet. more>>
recvnet is the inverse of telnet. Instead of connecting to some host, it listens on a port for incoming connections. When a connection is made, it works as usual.
The license of this program can be obtained from: http://www.vanheusden.com/license.txt
and is actually the GNU Public License.
<<lessThe license of this program can be obtained from: http://www.vanheusden.com/license.txt
and is actually the GNU Public License.
Download (0.002MB)
Added: 2006-06-26 License: GPL (GNU General Public License) Price:
1215 downloads
Apache::TestTieBucketBrigade 0.03
Apache::TestTieBucketBrigade is a Perl module to test Apache::TieBucketBrigade, takes a bunch of stuff and then writes it back. more>>
Apache::TestTieBucketBrigade is a Perl module to test Apache::TieBucketBrigade, takes a bunch of stuff and then writes it back upcased.
It tests stuff. I suppose you could use it as an example of building things with Apache::TieBucketBrigade. This would be cooler if I actually new how to test mod_perl protocol handlers. For now, put something like the following in httpd.conf
Listen localhost:8013
< VirtualHost localhost:8013 >
PerlModule Apache::TestTieBucketBrigade
PerlProcessConnectionHandler Apache::TestTieBucketBrigade
< /VirtualHost >
restart apache and hope for the best. Telnet to locahost:8013 type some stuff in and see if it comes back upcased.
<<lessIt tests stuff. I suppose you could use it as an example of building things with Apache::TieBucketBrigade. This would be cooler if I actually new how to test mod_perl protocol handlers. For now, put something like the following in httpd.conf
Listen localhost:8013
< VirtualHost localhost:8013 >
PerlModule Apache::TestTieBucketBrigade
PerlProcessConnectionHandler Apache::TestTieBucketBrigade
< /VirtualHost >
restart apache and hope for the best. Telnet to locahost:8013 type some stuff in and see if it comes back upcased.
Download (0.004MB)
Added: 2006-10-11 License: Perl Artistic License Price:
1108 downloads
TN-GW-Scan 1.1
TN-GW-Scan is a scanner for scanning telnet proxies implemented using FWTK. more>>
TN-GW-Scan is a scanner for scanning telnet proxies implemented using FWTK.
To install:
1) Check you have expect and telnet installed (expect and telnet packages under
GNU/Debian)
2) Make sure Tn-GW-Scan.exp is executable (chmod u+x Tn-GW-Scan.exp)
<<lessTo install:
1) Check you have expect and telnet installed (expect and telnet packages under
GNU/Debian)
2) Make sure Tn-GW-Scan.exp is executable (chmod u+x Tn-GW-Scan.exp)
Download (0.002MB)
Added: 2007-01-23 License: BSD License Price:
1009 downloads
Jimsim Network Simulator 1.1
Jimsim is an application that emulates several routers connected via virutal networks. more>>
Jimsim Network Simulator project can emulate several routers connected via virutal networks. You can connect to the routers with your own favorite telnet program.
Connecting to the Virtual Routers
Use your favorite telnet program to connect to each of the virtual routers. For example:
For router 1 type:
C:>telnet localhost 10000
For router 2 type:
C:>telnet localhost 10001
For router 3 type:
C:>telnet localhost 10002
Network Layout
Currently the network is configured like this:
access-list [1-99] [permit/deny] [ ip wildcard-mask | host a.b.c.d | any ]
ip acccess-list [standard] [name]
ip access-group
show access-list
show ip interface
show ip interface brief
debug interface
encapsulation [hdlc,ppp] (serial interfaces only)
bandwidth
clock rate (serial interfaces)
interface loopback0
User commands:
?
enable
exit
ping ip
show cdp
show cdp neigh
show cdp neigh detail
show interface
show interface e0,eth0,etc
show ip route
show version
Enable commands:
clear counters
clear counters interface
config terminal
copy running startup
copy startup running
debug all
debug ip routing
debug ip eigrp
debug cdp
disable
exit
reload
show run
show startup
show ip eigrp neighbors
show ip eigrp topology
traceroute ip
undebug all
undebug ip routing
undebug ip eigrp
undebug cdp
Config commands:
cdp run
enable password password
end
hostname
banner motd delimiter
banner exec delimiter
banner login delimiter
ip route network netmask dest
interface e0,eth0,etc
bandwidth value
ip address addr netmask
description
cdp enable
shutdown
line con0, console0, console 0
login
login local
password passwd
router eigrp number
network a.b.c.d
service password-encryption
user username password password
Version restrictions:
- The EIGRP support is very basic. Just the network command for now. (Neighbors dont expire.) You can disable EIGRP with "no router eigrp process_id"
- The routing table isnt 100% correct. It doesnt summarize subnets. Nor does it understand multiple routes to the same destination. This will be fixed in the next version.
- Traceroute seems to count extra hops. Its counting each remote interface on a router as a hop. So, when you traceroute from router1 to router3, it counts router2 twice (once for 192.168.1.2 and 10.1.1.1)
<<lessConnecting to the Virtual Routers
Use your favorite telnet program to connect to each of the virtual routers. For example:
For router 1 type:
C:>telnet localhost 10000
For router 2 type:
C:>telnet localhost 10001
For router 3 type:
C:>telnet localhost 10002
Network Layout
Currently the network is configured like this:
access-list [1-99] [permit/deny] [ ip wildcard-mask | host a.b.c.d | any ]
ip acccess-list [standard] [name]
ip access-group
show access-list
show ip interface
show ip interface brief
debug interface
encapsulation [hdlc,ppp] (serial interfaces only)
bandwidth
clock rate (serial interfaces)
interface loopback0
User commands:
?
enable
exit
ping ip
show cdp
show cdp neigh
show cdp neigh detail
show interface
show interface e0,eth0,etc
show ip route
show version
Enable commands:
clear counters
clear counters interface
config terminal
copy running startup
copy startup running
debug all
debug ip routing
debug ip eigrp
debug cdp
disable
exit
reload
show run
show startup
show ip eigrp neighbors
show ip eigrp topology
traceroute ip
undebug all
undebug ip routing
undebug ip eigrp
undebug cdp
Config commands:
cdp run
enable password password
end
hostname
banner motd delimiter
banner exec delimiter
banner login delimiter
ip route network netmask dest
interface e0,eth0,etc
bandwidth value
ip address addr netmask
description
cdp enable
shutdown
line con0, console0, console 0
login
login local
password passwd
router eigrp number
network a.b.c.d
service password-encryption
user username password password
Version restrictions:
- The EIGRP support is very basic. Just the network command for now. (Neighbors dont expire.) You can disable EIGRP with "no router eigrp process_id"
- The routing table isnt 100% correct. It doesnt summarize subnets. Nor does it understand multiple routes to the same destination. This will be fixed in the next version.
- Traceroute seems to count extra hops. Its counting each remote interface on a router as a hop. So, when you traceroute from router1 to router3, it counts router2 twice (once for 192.168.1.2 and 10.1.1.1)
Download (0.65MB)
Added: 2006-03-08 License: Free for non-commercial use Price:
1325 downloads
Socks Server 5 3.6.4-3
SS5 is a socks server that implements the SOCKS v4 and v5 protocol. more>>
SS5 is a socks server that implements the SOCKS v4 and v5 protocol. As a proxy server, SS5 authenticates, profiles and processes network requests for clients.
Socks Server 5 establishes connections to application hosts for client applications. When the client attempts to access the network, the client connects to the SS5 daemon instead of the application host.
Following authentication, clients request that SS5 perform network activities for the client.
The activities might include:
CONNECT
BIND
UDP ASSOCIATE
The SS5 protocol is independent of application protocols, and can assist with different networking services, including telnet, ftp, finger, whois, gopher, and WWW access.
Enhancements:
- Fix code
<<lessSocks Server 5 establishes connections to application hosts for client applications. When the client attempts to access the network, the client connects to the SS5 daemon instead of the application host.
Following authentication, clients request that SS5 perform network activities for the client.
The activities might include:
CONNECT
BIND
UDP ASSOCIATE
The SS5 protocol is independent of application protocols, and can assist with different networking services, including telnet, ftp, finger, whois, gopher, and WWW access.
Enhancements:
- Fix code
Download (0.16MB)
Added: 2007-06-16 License: GPL (GNU General Public License) Price:
866 downloads
Infon Battle Arena 204
Infon Battle Arena is a networked multiplayer real-time programming game featuring little creatures fighting for food. more>>
Infon Battle Arena is a networked multiplayer real-time programming game featuring little creatures fighting for food. You upload your Creature Code (written in Lua) to a game server using a telnet Interface.
The game server then runs your code. The graphical client can be used to watch running games or replay recorded games.
<<lessThe game server then runs your code. The graphical client can be used to watch running games or replay recorded games.
Download (0.16MB)
Added: 2007-06-19 License: GPL (GNU General Public License) Price:
860 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above jscape telnet search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed