Coder Social home page Coder Social logo

zippy-cli's People

Contributors

rendevior avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

zippy-cli's Issues

Your Script Broke

Hi,

Your script is broken, it won't download, ZippyShare changed the algorithm.

I use my own personal Bash implementation of a Zippyshare downloader, recently it broke, I hate when that happens. Thanks to the debug mode's Inspector of Firefox, I figured it out. I hope the solution of mine will help to bring back your script too.

Short: "+ a() + b() + c() + d + 5/5" is "+ 11" in reality.

<span id="omg" class="2" style="display:none;"></span>
<script type="text/javascript">
    var a = function() {return 1};
    var b = function() {return a() + 1};
    var c = function() {return b() + 1};
    var d = document.getElementById('omg').getAttribute('class');
    if (true) { d = d*2;}
    document.getElementById('dlbutton').href = "/d/XXXXXXX/"+(981255%1000 + a() + b() + c() + d + 5/5)+"/example.txt";
    if (document.getElementById('fimage')) {
        document.getElementById('fimage').href = "/i/XXXXXXX/"+(981255%1000 + a() + b() + c() + d + 5/5)+"/example.txt";
    }
</script>

The math is, simply:
981255%1000+11=266

I must notice, the style of putting raw stuff into "solve" without checking if this is really math does make me worry a little from the security perspective, but if I were to interfere, it all could be rewritten and become something else. I think everyone must be able to understand own code, and redoing my script in pure SH will be convoluted to say the least, so I won't do. Good Luck to you and your project!

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.