Pyload: FilecryptCc.py - Incorrect password pattern

Created on 28 Jan 2019  路  4Comments  路  Source: pyload/pyload

Filecrypt password detection fails.
Code from stable branch:

...
if re.search(r'div class="input">\s*<input type="password" name="password" id="p4assw0rt"', self.data) is None:
...

This is the html from filecrypt:

<input type="text" name="password" id="p4assw0rt" autofocus="" autocomplete="off" placeholder="Enter password">

Seems like they have changed the input type

plugin bug

All 4 comments

GitMate.io thinks possibly related issues are https://github.com/pyload/pyload/issues/976 (FilecryptCc.py "no captcha found"), https://github.com/pyload/pyload/issues/1440 (MegaCoNz.py), https://github.com/pyload/pyload/issues/2016 (Scheduler Incorrect padding), https://github.com/pyload/pyload/issues/2942 (Keep2ShareCc.py incorrect queue hadling with new API ), and https://github.com/pyload/pyload/issues/767 ([ShareonlineBiz] - Forgets correct Password).

Sample URL please.

Maybei I have the same or a related issue:

Sample URL: https://filecrypt.cc/Container/E43D28AE49.html

Log:

`
231 | 28.01.2019 23:36:14 | INFO | Decrypting starts: E43D28AE49.html
-- | -- | -- | --
232 | 28.01.2019 23:36:14 | WARNING | CRYPTER FilecryptCc[1253]: Plugin may be unstable
233 | 28.01.2019 23:36:14 | INFO | CRYPTER FilecryptCc[1253]: Grabbing link info...
234 | 28.01.2019 23:36:14 | INFO | CRYPTER FilecryptCc[1253]: Link name: E43D28AE49.html
235 | 28.01.2019 23:36:14 | INFO | CRYPTER FilecryptCc[1253]: Link size: N/D
236 | 28.01.2019 23:36:14 | INFO | CRYPTER FilecryptCc[1253]: Link status: starte
237 | 28.01.2019 23:36:14 | INFO | CRYPTER FilecryptCc[1253]: Processing url: https://filecrypt.cc/Container/E43D28AE49.html
238 | 28.01.2019 23:36:15 | WARNING | CAPTCHA FilecryptCc[1253]: CoinHive | Key pattern not found
239 | 28.01.2019 23:36:15 | WARNING | CAPTCHA FilecryptCc[1253]: ReCaptcha | Key pattern not found
240 | 28.01.2019 23:36:15 | WARNING | CRYPTER FilecryptCc[1253]: Unknown captcha found, retrying
241 | 28.01.2019 23:36:15 | INFO | CRYPTER FilecryptCc[1253]: Waiting 1 seconds...

`

this one filecrypt.cc/Container/8FAEB68F6A.html is an example

Was this page helpful?
0 / 5 - 0 ratings

Related issues

samad909 picture samad909  路  4Comments

Jonn3y picture Jonn3y  路  5Comments

kveiro picture kveiro  路  4Comments

poste5 picture poste5  路  5Comments

Burnout5151 picture Burnout5151  路  3Comments