GithubHelp home page GithubHelp logo

luqmanyasin / simple-bruteforce-script Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 48 KB

A Simple jQuery Powered Bruteforce Script

Home Page: http://luqmanyasin.github.io/Simple-Bruteforce-Script/

License: GNU General Public License v3.0

PHP 6.16% JavaScript 53.57% HTML 40.27%

simple-bruteforce-script's People

Contributors

luqmanyasin avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

simple-bruteforce-script's Issues

Allow User defined combination list

For a proper bruteforce attempt, the user usually uses a list of passwords and tries their luck. This script currently creates it's own combination list based on a set of characters. Using a predefined list increases the chance of cracking the password.

Need to add:

  • Upload combination list
  • Combination list

Load time bottleneck

More than six characters for a combination seem to slow down processing massively.

Maybe:

  • Use pure JavaScript for faster load times
  • Hide combination list (Just submit it)
  • Find a way to share the load
    • Generate in sets to the power of four?
    • Set a maxComb restriction

URL Encoding

URL Characters are parsed into html codes when submitting but are not changed back when brute-forcing.

Submit predefined field

Currently the script will only function with a one field form.

  • Need to add support for a username/email/name field for login forms.

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.