.pass
上传用户:duobangkj
上传日期:2007-01-07
资源大小:70k
文件大小:1k
源码类别:

Telnet客户端

开发平台:

Unix_Linux

  1. #.pass   This script should be protected, it has all your passwords!
  2. debug "off" # prevent screen echoing of the password!
  3. pause 2
  4. if SERVICE eq "scoforum"
  5. then
  6. set cfile "sco"
  7. set auto "on"
  8. set cis "on"
  9. transmit "72160.1341/go:scoforum\harsh#words^M"
  10. exit
  11. fi
  12. if SERVICE eq "unixforum"
  13. then
  14. set cfile "uni"
  15. set auto "on"
  16. set cis "on"
  17. transmit "72160.1341/go:unixforum\harsh#words^M"
  18. exit
  19. fi
  20. if SERVICE eq "mail"
  21. then
  22. set cfile "email"
  23. set auto "on"
  24. set cis "off"
  25. transmit "72160.1341/go:mail\harsh#words^M"
  26. exit
  27. fi
  28. if SERVICE eq "cis"
  29. then
  30. set cfile "cis"
  31. #set auto "on"
  32. set cis "off"
  33. transmit "72160.1341\harsh#words^M"
  34. exit
  35. fi
  36. if SERVICE eq "jpr"
  37. then
  38. transmit "jpr^M"
  39. waitfor "word:"
  40. transmit "enTHuse^M"
  41. fi
  42. if SERVICE eq "root"
  43. then
  44. transmit "root^M"
  45. waitfor "word:"
  46. transmit "up&down"
  47. fi