Git Product home page Git Product logo

yun-brute's Introduction

Yun-Brute

rcard

A working brute-force machine for BaiduYun private share links.

Example

Example-GIF

Try running this link on your own computer/server!

Compilation

Firstly you have to go get -u two packages I used in this projext:

  • gopkg.in/alecthomas/kingpin.v2
  • gopkg.in/cheggaaa/pb.v1

Then clone this project to run.

git clone https://github.com/hanbang-wang/Yun-Brute
go run brute.go

Or simply uses pre-compiled binaries downloaded here.

Usage

brute [<flags>] <link>

Flags:
  -h, --help            Show context-sensitive help.
  -p, --preset="0000"   The preset start of key to brute.
  -t, --thread=1000     Number of threads.

Args:
  <link> URL of BaiduYun file you want to get.

Feature

  • Resolver
    You can use 2 types of BaiduYun links in the out-of-the-box version. If there's more types of private share links, you can add the resolver yourself, or let me know by sending a PR or taking an issue.

  • Interrupt-friendly:
    When you press Ctrl-C to interrupt the program, it will output the current progress, which allow you to use -p flag to continue working later.

  • Logging:
    Unfortunately the logging would mess up with the progress bar, use 2> /dev/null to disable logging, or you can try 1>&2.

  • Proxying:
    This program contains 4 methods of acquiring proxies, with repetition and failure proxies correction. When there're no proxies left, threads will auto hang up to wait for more proxies to come in. And you can add your own source of proxies easily.

License

This little project uses MIT License, for more info please visit LICENSE.

yun-brute's People

Contributors

superfashi avatar wjm avatar

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.