[srvx-commits] CVS: services sockcheck.conf.example,1.4,1.5
Brought to you by:
entrope
|
From: Entrope <en...@us...> - 2002-09-05 14:58:24
|
Update of /cvsroot/srvx/services
In directory usw-pr-cvs1:/tmp/cvs-serv1516
Modified Files:
sockcheck.conf.example
Log Message:
add the test for unconfigured cisco routers
Index: sockcheck.conf.example
===================================================================
RCS file: /cvsroot/srvx/services/sockcheck.conf.example,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** sockcheck.conf.example 12 Jun 2002 18:20:16 -0000 1.4
--- sockcheck.conf.example 5 Sep 2002 14:58:21 -0000 1.5
***************
*** 23,26 ****
--- 23,32 ----
"23:" {
+ // This first test is interesting: multi-stage, and a default action is reject
+ // this crap at the front is the router trying to negotiate telnet options
+ "fffb01fffb03fffd18fffd1f0d0a0d0a=U=s=e=r= =A=c=c=e=s=s= =V=e=r=i=f=i=c=a=t=i=o=n0d0a0d0a=P=a=s=s=w=o=r=d3a= :=c=i=s=c=o0d0a" {
+ "0d0a=P=a=s=s=w=o=r=d3a= " "accept";
+ "other" "reject:[1 hour] Cisco router with default password, visit http://www.gamesnet.net/proxyglines.php for more information.";
+ };
"=W=i=n=G=a=t=e=>" "reject:Unsecured wingate";
"=T=o=o= =m=a=n=y" "reject:Unsecured wingate";
|