|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
wuftpd trojan info
Christopher Klaus (cklaus
shadow.net)Wed, 6 Apr 94 15:40:37 EDT
- Messages sorted by: [ date ][ thread ][ subject ][ author ]
- Next message: Scott Chasin: "Re: Sendmail details ?"
- Previous message: Alastair Young: "Re: CERT Advisory - wuarchive ftpd Trojan Horse"
Here is some information that may help you know if you have a trojan
version. If your version appears to have a trojan, please e-mail me.
the password checking routine in ftpd.c should probably not differ
from the following:
#ifdef ULTRIX_AUTH
if ((numfails = ultrix_check_pass(passwd, xpasswd)) < 0) {
#else
/* The strcmp does not catch null passwords! */
if (pw == NULL || *pw->pw_passwd == '\0' ||
strcmp(xpasswd, pw->pw_passwd)) {
#endif
reply(530, "Login incorrect.");
--
Christopher William Klaus Email: cklaus
shadow.net Author:Inet Sec. Scanner
2209 Summit Place Drive,Dunwoody, GA 30350-2430. (404)998-5871.
- Next message: Scott Chasin: "Re: Sendmail details ?"
- Previous message: Alastair Young: "Re: CERT Advisory - wuarchive ftpd Trojan Horse"