diff --git a/Cargo.toml b/Cargo.toml index 6f2b508..7800d59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "A command-line program to bruteforce zips, pdfs and some popular homepage = "https://github.com/tamton-aquib/veldora" repository = "https://github.com/tamton-aquib/veldora" documentation = "https://docs.rs/veldora" -version = "0.2.0" +version = "0.2.1" authors = ["tamton-aquib "] license = "MIT" edition = "2018" diff --git a/README.md b/README.md index c856aa8..33a0d61 100644 --- a/README.md +++ b/README.md @@ -33,5 +33,6 @@ veldora secure.pdf ~/Downloads/password_list.txt - [x] Add to crates.io - [ ] Add support for other filetypes like rar. - [ ] Add more hashtypes (bcrypt, whirpool, etc) +- [ ] Add tests for each. - [ ] hash mode breaking for zip and pdf. (would get super fast) - [ ] Solve unicode error when reading some password lists.