kyprizel / testcookie-nginx-module

simple robot mitigation module using cookie based challenge/response technique. Not supported any more.
http://kyprizel.github.com/testcookie-nginx-module/
525 stars 140 forks source link

Where to find aes.min.js? #33

Closed Octolus closed 8 years ago

Octolus commented 8 years ago

All the versions I tried does not seem to work.

Mecanik commented 8 years ago

It works, problem is with the module for nginx, you have to define it differently then on the examples here... Im gonna search where I put mine, and give it to you. Even though, its a shit module bro. I used it in commercial enviroment and I failed.

Octolus commented 8 years ago

I don't have any alternatives, wish someone could re-make it and make it more secure and more options like check if mouse moves etc.

Octolus commented 8 years ago

Def not good for hosting services, blocks API's, Google and much more.. White listing isn't really good.

Mecanik commented 8 years ago

It does not block anything if you define the IP list, the problem is the redirect issue, sometimes it just throwes the user to the callback URL for no reason...

Octolus commented 8 years ago

I've not had that issue, unless they are using invalid browser or phones that doesn't accept certain headers.

Mecanik commented 8 years ago

You will have, my users where only on chrome or mozzila, and they send me the screenshots...

On Tue, Jan 26, 2016 at 5:20 PM, techpulse notifications@github.com wrote:

I've not had that issue, unless they are using invalid browser or phones that doesn't accept certain headers.

— Reply to this email directly or view it on GitHub https://github.com/kyprizel/testcookie-nginx-module/issues/33#issuecomment-175126123 .

Octolus commented 8 years ago

Using what, javascript or cookie headers?

I've used the headers fine for over a year, but never got aes to work.

Mecanik commented 8 years ago

Anything... tried everything

On Tue, Jan 26, 2016 at 5:22 PM, techpulse notifications@github.com wrote:

Using what, javascript or cookie headers?

— Reply to this email directly or view it on GitHub https://github.com/kyprizel/testcookie-nginx-module/issues/33#issuecomment-175127186 .

Octolus commented 8 years ago

Something wrong with your installation then, never had such issue.

Mecanik commented 8 years ago

Are you sure ? double check :)

On Tue, Jan 26, 2016 at 5:23 PM, techpulse notifications@github.com wrote:

Something wrong with your installation then, never had such issue.

— Reply to this email directly or view it on GitHub https://github.com/kyprizel/testcookie-nginx-module/issues/33#issuecomment-175127759 .

glintik commented 8 years ago

Mecanik, check one more time, should work in proper install.

Octolus commented 8 years ago

I used it over a year buddy :) Only issue i have is that some browsers on phone can't accept the cookie it sets.

Mecanik commented 8 years ago

I compile my own version, with all the existing modules, I have 100% pagespeed on google, and I am telling you it`s fucked... search on google and see there where others with this issue

On Tue, Jan 26, 2016 at 5:25 PM, glintik notifications@github.com wrote:

Mecanik, check one more time, should work in proper install.

— Reply to this email directly or view it on GitHub https://github.com/kyprizel/testcookie-nginx-module/issues/33#issuecomment-175128538 .

Octolus commented 8 years ago

Not too sure why you closed it @kyprizel - still haven't solved my issue :)

Octolus commented 8 years ago

none of the aes versions i tried working, says either error with slowaes or other errors.

kyprizel commented 8 years ago

Please, try to google for AES implementation, it's out of this modules code.

Octolus commented 8 years ago

i mean i used your example, and when the example isn't working then idk

Octolus commented 8 years ago

no update @kyprizel ? i really want this working :'(

kyprizel commented 8 years ago

Sorry, as I can see - the problem is on your side.