removed one line because i felt like it
Signed-off-by: spv <spv0x04@proton.me>
This commit is contained in:
parent
26ed7a32e9
commit
9c4eaacaf4
@ -19,7 +19,6 @@ pub struct Args{
|
||||
fn main() -> anyhow::Result<()>{
|
||||
let args = Args::parse();
|
||||
let mut bruter = Bruter::new(args.iterations);
|
||||
let b_ref = bruter.clone();
|
||||
let mut codes = vec![];
|
||||
for w in std::fs::read_to_string(args.wordlist).unwrap().split('\n'){
|
||||
codes.push(w.to_string());
|
||||
|
Loading…
x
Reference in New Issue
Block a user