Skip to content

Instantly share code, notes, and snippets.

@heipei
heipei / docker-compose.yml
Created June 18, 2016 08:00
Docker Compose for nsqd, nsqlookupd and nsqadmin, all linked
nsqlookupd:
image: nsqio/nsq
ports:
- "4160:4160"
- "4161:4161"
command: /nsqlookupd
nsqd:
image: nsqio/nsq
ports:
@Glyxbaer
Glyxbaer / gist:4564489
Last active April 9, 2017 17:24
Why Minteye was meant to be cracked

#Why Minteye was meant to be cracked ##inventing CAPTCHAs without skill

Some days ago I read a post by Samuirai about him cracking the minteye CAPTCHA (cracking minteye captcha without skill) with the google speech2text api and two days later it was covered on Hack a day. For me, it was a really straightforward approach to crack such a CAPTCHA and it was something nobody really noticed or pointed out before. It also shows how little the developers have thought about the real usefulness and security behind their idea.