Re: human validation on post comments

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: human validation on post comments
Дата
Msg-id 6BCB9D8A16AC4241919521715F4D8BCEA3519D@algol.sollentuna.se
обсуждение исходный текст
Ответ на human validation on post comments  (Travis Hein <travis.hein@travnet.org>)
Список pgsql-www
> > > I have been integrating a component that will ask the
> user to enter
> > > the word in a dynamic image before their comments can be
> submitted.
> >
> > Terrific!  I'm sure the people who clear the comments will
> have nice
> > things to say.
> >
> > The image is generated dynamically?   That's good -- the spammers
> > are already working on systems that harvest static images
> from sites
> > and match them against a database.  Grrrr.
>
> Actually, they've already got one, and here's how it works:
>
> 1.  Put up a free porn site.
> 2.  Present somebody else's capcha image as an entry.
> 3.  Let the person see the porn if they've correctly cracked the
>     capcha.
> 4.  Spam site.
>
> The sad part of this one is that they don't have to crack any
> single capcha system.  Instead, they've cracked the entire
> capcha process.

I don't know how this particular system is set up, but how can they
defeat something like:

* Fill in form data. Submit
* Generate verification page containing an image. Along with the code,
store the hash of the form data.
* Validate the image against the hash of the data.

Means you need to put in all your data in the form beforehand, so you
have to tailor one page to each set of contenst. Or am I thinking
completely wrong here :-)

//Magnus

В списке pgsql-www по дате отправления:

Предыдущее
От: "Dave Page"
Дата:
Сообщение: Re: human validation on post comments
Следующее
От: "Jim Nasby"
Дата:
Сообщение: FW: Undeliverable:Re: [PERFORM] Auto performance tuning?