Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Nov 1997 12:22:50 -0800 (PST)
From:      Simon Shapiro <shimon@simon-shapiro.org>
To:        "Jordan K. Hubbard" <jkh@time.cdrom.com>
Cc:        freebsd-security@FreeBSD.ORG, warpy <warpy@suburbia.com.au>, "Daniel O'Callaghan" <danny@panda.hilink.com.au>, Craig Spannring <cts@cdsnet.net>
Subject:   Re: Possible problem with ftpd 6.00
Message-ID:  <XFMail.971127122250.shimon@simon-shapiro.org>
In-Reply-To: <3573.880574299@time.cdrom.com>

next in thread | previous in thread | raw e-mail | index | archive | help

On 26-Nov-97 Jordan K. Hubbard wrote:
>> If they really did type the email address it's not very exploitable.
>> Unfortunatly a lot of people type their real password when prompted
>> for a password. 
> 
> These people are too stupid to remain computer users. :-)
> 
>                                       Jordan

if ( strncmp(login, "ftp, MAX_LOGIN) && 
     strncmp(login "anonymous", MAX_LOGIN) ) {
  printf("Password; ")
} else {
  printf("Your E-Mail Address, please ");
}

No ?





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.971127122250.shimon>