Giter Site home page Giter Site logo

easytoyou_script's Introduction

easytoyou_script 【ONLY FOR WINDOWS】

easytoyou批量解密脚本 【需要一个easy2you的会员帐号】

配置 (options)

ez2u.py
    class options:
        sourceFolder = "" # need decode path
        dstFolder = '' # save path
        ez2uURL = 'https://easytoyou.eu/decoder/ic10php56/'
        reqHeader = {}
        reqHeader['Cookie'] = '' #登录状态的会员账号的cookie
        reqHeader['User-Agent'] = 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36'
        errorLogPath = dstFolder + 'error.log' # errorlog path
        timeZone=-7 #CN to EU 
        reqTimeout=20 #request timeout
  • sourceFolder:输入目录
  • dstFolder:输出目录
  • ez2uURL:解密站点路径
  • reqHeader:header头
  • timeZone:你所在的时区与欧洲相差的时间(例如:北京时间8点,那么欧洲时间为1点,相差7小时,故-7)
  • reqTimeout:请求超时时间 配置好后执行python3 ez2u.py即可

需求

  • python3
  • bs4、requests、lxml

Use

  1. sign up a ez2u account
  2. login ez2u and copy Response Cookie
  3. paste cookie into ez2u.py reqHeader['Cookie']
  4. set timeZone dstFolder sourceFolderto right value
  5. run python3 ez2u.py

easytoyou_script's People

Contributors

ns-sp4ce avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

easytoyou_script's Issues

keyParam 已更新

file = {
    str(keyParam) + '[]':
    (file_name, file_content, 'application/octet-stream')
}

keyParam在easytoyou.eu解码页面更新为,获取后可重复使用:

<input id="uploadfileblue" accept=".php" type="file" name="2ee6e123[]" multiple="multiple">

如果获取为:

<input id="uploadfileblue" accept=".php" type="file" name="file[]" multiple="multiple">

需完善请求头。

error

getting error: [!] maybe already decrypt ?

how to use

hi, I tried this script but not working.Im getting error: [!] Maybe Network Error? File

can you give more detail?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.