added a function to info_controls that parses

GatherContacts output and prints them to the
console as well as saves them to both a text file
in the /pentest/working directory as well as your
notes in a password_enumeration.md file.
This commit is contained in:
pyro57000
2025-04-08 12:48:07 -05:00
parent 649dad5e79
commit 012ba517ab
3 changed files with 121 additions and 6 deletions

View File

@@ -9,7 +9,6 @@ use std::thread;
use std::time::Duration;
use std::str::FromStr;
use crate::get_user_input;
use fs_extra::file;
use crate::Project;
use crate::box_controls::make_box;