GithubHelp home page GithubHelp logo

multi-threaded-tool-set's Introduction

Multi-Threaded-Tool-Set

Multi-Threaded python-based utilities for Blazing Fast cracking and bruteforcing

Tools:

  • Multi-Threaded Smb Bruteforcer (mtsb.py):
# mtsb.py --help
usage: mtsb.py [-h] --target TARGET [--usersfile USERSFILE] [--user USER] [--passwords PASSWORDS] [--password PASSWORD] [--port PORT] [--threads THREADS] [--verbose]
               [--stop_on_find]

options:
  -h, --help            show this help message and exit
  --target TARGET, -t TARGET
                        target ip address
  --usersfile USERSFILE, -uf USERSFILE
                        users wordlist
  --user USER, -u USER  single username to use
  --passwords PASSWORDS, -pf PASSWORDS
                        passwords wordlist
  --password PASSWORD, -p PASSWORD
                        single password to use
  --port PORT           smb port (default: 445)
  --threads THREADS     threads to use (default: 100)
  --verbose, -v         verbose the bruteforcing attempts
  --stop_on_find        stops once find a single valid user:password

(M)ulti (T)hreaded (S)MB (B)ruteforcer
  • Multi-Threaded WinRM Bruteforcer (mtwb.py):
# mtwb.py --help
usage: mtwb.py [-h] --target TARGET [--port PORT] [--username USERNAME] [--usernames USERNAMES] [--passwords PASSWORDS] [--password PASSWORD] [--threads THREADS]
               [--verbose] [--stop_on_find]

options:
  -h, --help            show this help message and exit
  --target TARGET, -t TARGET
                        the WinRM server IP address
  --port PORT           port to connect to (default=5985)
  --username USERNAME, -u USERNAME
                        username to use
  --usernames USERNAMES, -uf USERNAMES
                        username file to use
  --passwords PASSWORDS, -pf PASSWORDS
                        password file to use
  --password PASSWORD, -p PASSWORD
                        password to use
  --threads THREADS     threads to use (default=20), the more threads the more unreliable results the tool gives.
  --verbose, -v         verbose output
  --stop_on_find        stops once find a single valid user:password

Multi-Threaded WinRM BruteForcer
  • Multi-Threaded JWT Cracker (mtjc.py):
# mtjc.py --help
usage: mtjc.py [-h] --cookie COOKIE --wordlist WORDLIST [--threads THREADS] [--verbose] [--force]

options:
  -h, --help            show this help message and exit
  --cookie COOKIE, -c COOKIE
                        JWT token to crack (HS256)
  --wordlist WORDLIST, -w WORDLIST
                        wordlist to use
  --threads THREADS, -t THREADS
                        threads to work with (default: 100)
  --verbose, -v         verbose the bruteforce attempts (affects the script's performance)
  --force               forces the bruteforcer to continue despite the (invalid base64 error)

(M)ulti (T)hreaded (J)WT (C)racker
  • Multi-Threaded Zipfile Cracker (mtzc.py):
mtzc.py --help
usage: mtzc.py [-h] [--file FILE] [--passwords PASSWORDS] [--threads THREADS] [--verbose]

options:
  -h, --help            show this help message and exit
  --file FILE, -f FILE  zip file to crack
  --passwords PASSWORDS, -p PASSWORDS
                        passwords wordlist to use
  --threads THREADS, -t THREADS
                        threads to work with (default: 2000)
  --verbose, -v         verbosing the bruteforcing attempts (affects the program's performance)

(M)ulti (T)hreaded (Z)ipfile (C)racker
  • Multi-Threaded FTP Cracker (mtfc.py):
# mtfc.py --help
usage: mtfc.py [-h] --target TARGET [--port PORT] [--user USER] [--password PASSWORD] [--usernames USERNAMES] [--passwords PASSWORDS] [--threads THREADS]

options:
  -h, --help            show this help message and exit
  --target TARGET, -t TARGET
                        target ip address
  --port PORT           ftp port
  --user USER, -U USER  username to use
  --password PASSWORD, -P PASSWORD
                        password to use
  --usernames USERNAMES, -u USERNAMES
                        usernames list to use
  --passwords PASSWORDS, -p PASSWORDS
                        passwords list to use
  --threads THREADS     threads to use, default=100

(M)ulti-(T)hreaded (F)TP (C)racker

multi-threaded-tool-set's People

Contributors

cpu0x00 avatar

Stargazers

Cyberkid avatar

Watchers

 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.