From ee5cb5761272bcee1db9c7a7cf53da402719ab97 Mon Sep 17 00:00:00 2001 From: Hadrien Theveneau Date: Thu, 8 Oct 2015 21:52:00 +0200 Subject: Addition of captcha code in debug messages in DlProtect.py --- module/plugins/crypter/DlProtectCom.py | 1 + 1 file changed, 1 insertion(+) (limited to 'module/plugins/crypter/DlProtectCom.py') diff --git a/module/plugins/crypter/DlProtectCom.py b/module/plugins/crypter/DlProtectCom.py index 3377d4a8a..7c30dbe9d 100644 --- a/module/plugins/crypter/DlProtectCom.py +++ b/module/plugins/crypter/DlProtectCom.py @@ -57,6 +57,7 @@ class DlProtectCom(SimpleCrypter): m = re.search(r'/captcha\.php\?key=(.+?)"', self.data) if m is not None: captcha_code = self.captcha.decrypt("http://www.dl-protect.com/captcha.php?key=" + m.group(1), input_type="gif") + self.log_debug("Captcha code: %s" % captcha_code) post_req['secure'] = captcha_code self.data = self.load(self.pyfile.url, post=post_req) -- cgit v1.2.3