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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user