Skip to content

Instantly share code, notes, and snippets.

@Glyxbaer
Glyxbaer / clipboard_win_poc.py
Last active February 17, 2020 06:35
Windows POC: Get content from password managers (e.g. keepass or qtpass) from clipboard
import win32clipboard
import win32process
import win32api
import psutil
import time
secs = 120
sleep = 0.2
content=''
@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.