File: [Platon] / scripts / ep / ep.secure-atl.cfg (download)
Revision 1.3, Wed Jun 26 13:35:59 2002 UTC (22 years, 4 months ago) by jombik9
Changes since 1.2: +49 -26
lines
pwdhide.pl reimplmentation; string (regexp) to hide is passed as first
argument on command line
configuration files changed according to previous changes
|
[Process]
name = telnet
command = telnet atlantis.sk 7000
input = STDIN
output = tbuffer.input
output = STDOUT
errput = STDERR
[Process]
name = tbuffer
command = tbuffer/tbuffer
input = telnet.output
output = pwdhide.input
;output = STDOUT
errput = STDERR
[Process]
name = pwdhide
command = pwdhide/pwdhide.pl '^(Tvoje heslo|Potvrd prosim heslo):'
input = tbuffer.output
output = STDOUT
errput = STDERR
#[process]
#name = encoder
#input = STDIN
#output = telnet.input
#errput = STDERR
#command = secure_atl/encoder.pl
#
#[process]
#name = telnet
#command = telnet atlantis.sk 7000
#;input = STDIN
#output = inputunbuffer.input
#errput = STDERR
#
#[process]
#name = inputunbuffer
#output = decoder.input
#;output = STDOUT
#command = tbuffer/tbuffer
#
#[process]
#name = decoder
#input = inputunbuffer.output
#output = STDOUT
#command = secure_atl/decoder.pl
#
#;[process]
#;name = pwdhide
#;input = STDIN
#;output = STDOUT
#;command = ../shell/pwdhide/pwdhide.pl
Platon Group <platon@platon.org> http://platon.org/
|