Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

README.md

vUte

VeraCrypt Bruteforcer

vUte Screenshoot

How to install

git clone https://github.com/okno/vUte.git

cd vUte

Even more beautiful with lolcat :D

apt install lolcat

Usage

./vute.dev.sh [-t timeout INT] [-r threads INT ] [-d dictionary FILE]
   [-u update] [-l license] [-h help] [-c container.veracrypt FILE]

-c container.veracrypt
    Veracrypt container to bruteforce. Default NOT SET(Mandatory)

-t timeout
    Number of seconds to wait for Veracrypt completion. Default value: 5

-r threads
    Threads to run. Default value: 0.

-d dictionary
    Wordlist file to use. Default value: dict.txt

-u update
    Update and Exit 0
    Update vUte from official GitHub (https://github.com/okno/vUte)

-l license
    Print License and Exit 0

-h help
    Print help options and Exit 0

Examples

Troubleshooting

If you copy the script from Windows to Linux you should remove CRLF :

mv vute.dev.sh vute.dev.tmp ; tr -d '\r' < vute.dev.tmp > vute.dev.sh

You can’t perform that action at this time.