diff --git a/pentest_tool/src/project_controls.rs b/pentest_tool/src/project_controls.rs index 60e9657..ac46bd8 100644 --- a/pentest_tool/src/project_controls.rs +++ b/pentest_tool/src/project_controls.rs @@ -72,8 +72,6 @@ pub fn new_project(projects: &mut Vec, project_dir: &PathBuf, notes_dir let mut project_name = String::new(); println!("do you have an existing notes and folder structure to copy over?\ny/n"); std::io::stdin().read_line(&mut existing_folders).unwrap(); - let mut customer_name = customer_name.trim_end().to_owned(); - let mut project_name = project_name.trim_end().to_owned(); if existing_folders.contains("y") || existing_folders.contains("Y"){ println!("NOTE THIS WILL OVERWRITE CUSTOMER NAME AND PROJECT NAME WITH THE 2nd TO LAST AND LAST FOLDER NAMES IN THE PATH YOU'RE COPYING RESPECTIVELY"); let mut files_to_copy = String::new(); diff --git a/pentest_tool/src/start_pentest.rs b/pentest_tool/src/start_pentest.rs index e9b89a2..a1d086d 100644 --- a/pentest_tool/src/start_pentest.rs +++ b/pentest_tool/src/start_pentest.rs @@ -266,12 +266,18 @@ pub fn start_pentest(config_path: &PathBuf) { } println!("Project files path: {}\nProject Notes path: {}", project_files, pentest_notes); println!("Comapny Name?"); - std::io::stdin().read_line(&mut company_name); + match std::io::stdin().read_line(&mut company_name){ + Ok(_result) => (), + Err(_e) => {println!("we need input here dummy!"); return;} + } println!("project Name?"); - stdin().read_line(&mut project_name); + match stdin().read_line(&mut project_name){ + Ok(_result) => (), + Err(_e) => {println!("we need input here dummy!"); return;} + } //remove new lines from input - company_name.trim_end(); - project_name.trim_end(); + comapny_name = company_name.trim_end().to_owned(); + project_name = project_name.trim_end().to_owned(); let project_folder_path = format!("{}/{}/{}", pentest_notes, company_name,project_name); println!("setting folder creation paths..."); let project_files_folder_path = format!("{}/{}/{}", project_files, company_name, project_name); diff --git a/pentest_tool/target/.rustc_info.json b/pentest_tool/target/.rustc_info.json index 8827c3c..ee4d290 100644 --- a/pentest_tool/target/.rustc_info.json +++ b/pentest_tool/target/.rustc_info.json @@ -1 +1 @@ -{"rustc_fingerprint":1960306743998270933,"outputs":{"14371922958718593042":{"success":true,"status":"","code":0,"stdout":"___\nlib___.rlib\nlib___.so\nlib___.so\nlib___.a\nlib___.so\n/home/pyro/.rustup/toolchains/stable-x86_64-unknown-linux-gnu\noff\npacked\nunpacked\n___\ndebug_assertions\npanic=\"unwind\"\nproc_macro\ntarget_abi=\"\"\ntarget_arch=\"x86_64\"\ntarget_endian=\"little\"\ntarget_env=\"gnu\"\ntarget_family=\"unix\"\ntarget_feature=\"fxsr\"\ntarget_feature=\"sse\"\ntarget_feature=\"sse2\"\ntarget_has_atomic=\"16\"\ntarget_has_atomic=\"32\"\ntarget_has_atomic=\"64\"\ntarget_has_atomic=\"8\"\ntarget_has_atomic=\"ptr\"\ntarget_os=\"linux\"\ntarget_pointer_width=\"64\"\ntarget_vendor=\"unknown\"\nunix\n","stderr":""},"15729799797837862367":{"success":true,"status":"","code":0,"stdout":"___\nlib___.rlib\nlib___.so\nlib___.so\nlib___.a\nlib___.so\n/home/pyro/.rustup/toolchains/stable-x86_64-unknown-linux-gnu\noff\npacked\nunpacked\n___\ndebug_assertions\nfmt_debug=\"full\"\noverflow_checks\npanic=\"unwind\"\nproc_macro\nrelocation_model=\"pic\"\ntarget_abi=\"\"\ntarget_arch=\"x86_64\"\ntarget_endian=\"little\"\ntarget_env=\"gnu\"\ntarget_family=\"unix\"\ntarget_feature=\"fxsr\"\ntarget_feature=\"sse\"\ntarget_feature=\"sse2\"\ntarget_has_atomic\ntarget_has_atomic=\"16\"\ntarget_has_atomic=\"32\"\ntarget_has_atomic=\"64\"\ntarget_has_atomic=\"8\"\ntarget_has_atomic=\"ptr\"\ntarget_has_atomic_equal_alignment=\"16\"\ntarget_has_atomic_equal_alignment=\"32\"\ntarget_has_atomic_equal_alignment=\"64\"\ntarget_has_atomic_equal_alignment=\"8\"\ntarget_has_atomic_equal_alignment=\"ptr\"\ntarget_has_atomic_load_store\ntarget_has_atomic_load_store=\"16\"\ntarget_has_atomic_load_store=\"32\"\ntarget_has_atomic_load_store=\"64\"\ntarget_has_atomic_load_store=\"8\"\ntarget_has_atomic_load_store=\"ptr\"\ntarget_os=\"linux\"\ntarget_pointer_width=\"64\"\ntarget_thread_local\ntarget_vendor=\"unknown\"\nub_checks\nunix\n","stderr":""},"4614504638168534921":{"success":true,"status":"","code":0,"stdout":"rustc 1.83.0 (90b35a623 2024-11-26)\nbinary: rustc\ncommit-hash: 90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf\ncommit-date: 2024-11-26\nhost: x86_64-unknown-linux-gnu\nrelease: 1.83.0\nLLVM version: 19.1.1\n","stderr":""}},"successes":{}} \ No newline at end of file +{"rustc_fingerprint":1960306743998270933,"outputs":{"4614504638168534921":{"success":true,"status":"","code":0,"stdout":"rustc 1.83.0 (90b35a623 2024-11-26)\nbinary: rustc\ncommit-hash: 90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf\ncommit-date: 2024-11-26\nhost: x86_64-unknown-linux-gnu\nrelease: 1.83.0\nLLVM version: 19.1.1\n","stderr":""},"15729799797837862367":{"success":true,"status":"","code":0,"stdout":"___\nlib___.rlib\nlib___.so\nlib___.so\nlib___.a\nlib___.so\n/home/pyro/.rustup/toolchains/stable-x86_64-unknown-linux-gnu\noff\npacked\nunpacked\n___\ndebug_assertions\npanic=\"unwind\"\nproc_macro\ntarget_abi=\"\"\ntarget_arch=\"x86_64\"\ntarget_endian=\"little\"\ntarget_env=\"gnu\"\ntarget_family=\"unix\"\ntarget_feature=\"fxsr\"\ntarget_feature=\"sse\"\ntarget_feature=\"sse2\"\ntarget_has_atomic=\"16\"\ntarget_has_atomic=\"32\"\ntarget_has_atomic=\"64\"\ntarget_has_atomic=\"8\"\ntarget_has_atomic=\"ptr\"\ntarget_os=\"linux\"\ntarget_pointer_width=\"64\"\ntarget_vendor=\"unknown\"\nunix\n","stderr":""},"14371922958718593042":{"success":true,"status":"","code":0,"stdout":"___\nlib___.rlib\nlib___.so\nlib___.so\nlib___.a\nlib___.so\n/home/pyro/.rustup/toolchains/stable-x86_64-unknown-linux-gnu\noff\npacked\nunpacked\n___\ndebug_assertions\npanic=\"unwind\"\nproc_macro\ntarget_abi=\"\"\ntarget_arch=\"x86_64\"\ntarget_endian=\"little\"\ntarget_env=\"gnu\"\ntarget_family=\"unix\"\ntarget_feature=\"fxsr\"\ntarget_feature=\"sse\"\ntarget_feature=\"sse2\"\ntarget_has_atomic=\"16\"\ntarget_has_atomic=\"32\"\ntarget_has_atomic=\"64\"\ntarget_has_atomic=\"8\"\ntarget_has_atomic=\"ptr\"\ntarget_os=\"linux\"\ntarget_pointer_width=\"64\"\ntarget_vendor=\"unknown\"\nunix\n","stderr":""}},"successes":{}} \ No newline at end of file diff --git a/pentest_tool/target/debug/.fingerprint/pentest_tool2-4f4a0dad0e3c05c1/dep-test-bin-pentest_tool2 b/pentest_tool/target/debug/.fingerprint/pentest_tool2-4f4a0dad0e3c05c1/dep-test-bin-pentest_tool2 index 74bf05b..d5574e1 100644 Binary files a/pentest_tool/target/debug/.fingerprint/pentest_tool2-4f4a0dad0e3c05c1/dep-test-bin-pentest_tool2 and b/pentest_tool/target/debug/.fingerprint/pentest_tool2-4f4a0dad0e3c05c1/dep-test-bin-pentest_tool2 differ diff --git a/pentest_tool/target/debug/.fingerprint/pentest_tool2-4f4a0dad0e3c05c1/output-test-bin-pentest_tool2 b/pentest_tool/target/debug/.fingerprint/pentest_tool2-4f4a0dad0e3c05c1/output-test-bin-pentest_tool2 index 9238d54..cb06a0f 100644 --- a/pentest_tool/target/debug/.fingerprint/pentest_tool2-4f4a0dad0e3c05c1/output-test-bin-pentest_tool2 +++ b/pentest_tool/target/debug/.fingerprint/pentest_tool2-4f4a0dad0e3c05c1/output-test-bin-pentest_tool2 @@ -1,7 +1,3 @@ -{"$message_type":"diagnostic","message":"variable does not need to be mutable","code":{"code":"unused_mut","explanation":null},"level":"warning","spans":[{"file_name":"src/project_controls.rs","byte_start":2620,"byte_end":2637,"line_start":71,"line_end":71,"column_start":9,"column_end":26,"is_primary":true,"text":[{"text":" let mut customer_name = String::new();","highlight_start":9,"highlight_end":26}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(unused_mut)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"remove this `mut`","code":null,"level":"help","spans":[{"file_name":"src/project_controls.rs","byte_start":2620,"byte_end":2624,"line_start":71,"line_end":71,"column_start":9,"column_end":13,"is_primary":true,"text":[{"text":" let mut customer_name = String::new();","highlight_start":9,"highlight_end":13}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: variable does not need to be mutable\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/project_controls.rs:71:9\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m71\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m let mut customer_name = String::new();\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m----\u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12mhelp: remove this `mut`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `#[warn(unused_mut)]` on by default\u001b[0m\n\n"} -{"$message_type":"diagnostic","message":"variable does not need to be mutable","code":{"code":"unused_mut","explanation":null},"level":"warning","spans":[{"file_name":"src/project_controls.rs","byte_start":2663,"byte_end":2679,"line_start":72,"line_end":72,"column_start":9,"column_end":25,"is_primary":true,"text":[{"text":" let mut project_name = String::new();","highlight_start":9,"highlight_end":25}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"remove this `mut`","code":null,"level":"help","spans":[{"file_name":"src/project_controls.rs","byte_start":2663,"byte_end":2667,"line_start":72,"line_end":72,"column_start":9,"column_end":13,"is_primary":true,"text":[{"text":" let mut project_name = String::new();","highlight_start":9,"highlight_end":13}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: variable does not need to be mutable\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/project_controls.rs:72:9\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m72\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m let mut project_name = String::new();\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m----\u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12mhelp: remove this `mut`\u001b[0m\n\n"} -{"$message_type":"diagnostic","message":"unused `Result` that must be used","code":{"code":"unused_must_use","explanation":null},"level":"warning","spans":[{"file_name":"src/start_pentest.rs","byte_start":13498,"byte_end":13543,"line_start":269,"line_end":269,"column_start":5,"column_end":50,"is_primary":true,"text":[{"text":" std::io::stdin().read_line(&mut company_name);","highlight_start":5,"highlight_end":50}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"this `Result` may be an `Err` variant, which should be handled","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"`#[warn(unused_must_use)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"use `let _ = ...` to ignore the resulting value","code":null,"level":"help","spans":[{"file_name":"src/start_pentest.rs","byte_start":13498,"byte_end":13498,"line_start":269,"line_end":269,"column_start":5,"column_end":5,"is_primary":true,"text":[{"text":" std::io::stdin().read_line(&mut company_name);","highlight_start":5,"highlight_end":5}],"label":null,"suggested_replacement":"let _ = ","suggestion_applicability":"MaybeIncorrect","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused `Result` that must be used\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/start_pentest.rs:269:5\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m269\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m std::io::stdin().read_line(&mut company_name);\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: this `Result` may be an `Err` variant, which should be handled\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `#[warn(unused_must_use)]` on by default\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;14mhelp\u001b[0m\u001b[0m: use `let _ = ...` to ignore the resulting value\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m269\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[38;5;10mlet _ = \u001b[0m\u001b[0mstd::io::stdin().read_line(&mut company_name);\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[38;5;10m+++++++\u001b[0m\n\n"} -{"$message_type":"diagnostic","message":"unused `Result` that must be used","code":{"code":"unused_must_use","explanation":null},"level":"warning","spans":[{"file_name":"src/start_pentest.rs","byte_start":13580,"byte_end":13616,"line_start":271,"line_end":271,"column_start":5,"column_end":41,"is_primary":true,"text":[{"text":" stdin().read_line(&mut project_name);","highlight_start":5,"highlight_end":41}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"this `Result` may be an `Err` variant, which should be handled","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"use `let _ = ...` to ignore the resulting value","code":null,"level":"help","spans":[{"file_name":"src/start_pentest.rs","byte_start":13580,"byte_end":13580,"line_start":271,"line_end":271,"column_start":5,"column_end":5,"is_primary":true,"text":[{"text":" stdin().read_line(&mut project_name);","highlight_start":5,"highlight_end":5}],"label":null,"suggested_replacement":"let _ = ","suggestion_applicability":"MaybeIncorrect","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused `Result` that must be used\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/start_pentest.rs:271:5\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m271\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m stdin().read_line(&mut project_name);\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: this `Result` may be an `Err` variant, which should be handled\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;14mhelp\u001b[0m\u001b[0m: use `let _ = ...` to ignore the resulting value\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m271\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[38;5;10mlet _ = \u001b[0m\u001b[0mstdin().read_line(&mut project_name);\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[38;5;10m+++++++\u001b[0m\n\n"} -{"$message_type":"diagnostic","message":"unused return value of `core::str::::trim_end` that must be used","code":{"code":"unused_must_use","explanation":null},"level":"warning","spans":[{"file_name":"src/start_pentest.rs","byte_start":13656,"byte_end":13679,"line_start":273,"line_end":273,"column_start":5,"column_end":28,"is_primary":true,"text":[{"text":" company_name.trim_end();","highlight_start":5,"highlight_end":28}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"this returns the trimmed string as a new slice, without modifying the original","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"use `let _ = ...` to ignore the resulting value","code":null,"level":"help","spans":[{"file_name":"src/start_pentest.rs","byte_start":13656,"byte_end":13656,"line_start":273,"line_end":273,"column_start":5,"column_end":5,"is_primary":true,"text":[{"text":" company_name.trim_end();","highlight_start":5,"highlight_end":5}],"label":null,"suggested_replacement":"let _ = ","suggestion_applicability":"MaybeIncorrect","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused return value of `core::str::::trim_end` that must be used\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/start_pentest.rs:273:5\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m273\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m company_name.trim_end();\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^^^^^^^^^^^^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: this returns the trimmed string as a new slice, without modifying the original\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;14mhelp\u001b[0m\u001b[0m: use `let _ = ...` to ignore the resulting value\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m273\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[38;5;10mlet _ = \u001b[0m\u001b[0mcompany_name.trim_end();\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[38;5;10m+++++++\u001b[0m\n\n"} -{"$message_type":"diagnostic","message":"unused return value of `core::str::::trim_end` that must be used","code":{"code":"unused_must_use","explanation":null},"level":"warning","spans":[{"file_name":"src/start_pentest.rs","byte_start":13685,"byte_end":13708,"line_start":274,"line_end":274,"column_start":5,"column_end":28,"is_primary":true,"text":[{"text":" project_name.trim_end();","highlight_start":5,"highlight_end":28}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"this returns the trimmed string as a new slice, without modifying the original","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"use `let _ = ...` to ignore the resulting value","code":null,"level":"help","spans":[{"file_name":"src/start_pentest.rs","byte_start":13685,"byte_end":13685,"line_start":274,"line_end":274,"column_start":5,"column_end":5,"is_primary":true,"text":[{"text":" project_name.trim_end();","highlight_start":5,"highlight_end":5}],"label":null,"suggested_replacement":"let _ = ","suggestion_applicability":"MaybeIncorrect","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused return value of `core::str::::trim_end` that must be used\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/start_pentest.rs:274:5\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m274\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m project_name.trim_end();\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^^^^^^^^^^^^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: this returns the trimmed string as a new slice, without modifying the original\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;14mhelp\u001b[0m\u001b[0m: use `let _ = ...` to ignore the resulting value\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m274\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[38;5;10mlet _ = \u001b[0m\u001b[0mproject_name.trim_end();\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[38;5;10m+++++++\u001b[0m\n\n"} -{"$message_type":"diagnostic","message":"6 warnings emitted","code":null,"level":"warning","spans":[],"children":[],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: 6 warnings emitted\u001b[0m\n\n"} +{"$message_type":"diagnostic","message":"cannot find value `comapny_name` in this scope","code":{"code":"E0425","explanation":"An unresolved name was used.\n\nErroneous code examples:\n\n```compile_fail,E0425\nsomething_that_doesnt_exist::foo;\n// error: unresolved name `something_that_doesnt_exist::foo`\n\n// or:\n\ntrait Foo {\n fn bar() {\n Self; // error: unresolved name `Self`\n }\n}\n\n// or:\n\nlet x = unknown_variable; // error: unresolved name `unknown_variable`\n```\n\nPlease verify that the name wasn't misspelled and ensure that the\nidentifier being referred to is valid for the given situation. Example:\n\n```\nenum something_that_does_exist {\n Foo,\n}\n```\n\nOr:\n\n```\nmod something_that_does_exist {\n pub static foo : i32 = 0i32;\n}\n\nsomething_that_does_exist::foo; // ok!\n```\n\nOr:\n\n```\nlet unknown_variable = 12u32;\nlet x = unknown_variable; // ok!\n```\n\nIf the item is not defined in the current module, it must be imported using a\n`use` statement, like so:\n\n```\n# mod foo { pub fn bar() {} }\n# fn main() {\nuse foo::bar;\nbar();\n# }\n```\n\nIf the item you are importing is not defined in some super-module of the\ncurrent module, then it must also be declared as public (e.g., `pub fn`).\n"},"level":"error","spans":[{"file_name":"src/start_pentest.rs","byte_start":13870,"byte_end":13882,"line_start":279,"line_end":279,"column_start":5,"column_end":17,"is_primary":true,"text":[{"text":" comapny_name = company_name.trim_end().to_owned();","highlight_start":5,"highlight_end":17}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"a local variable with a similar name exists","code":null,"level":"help","spans":[{"file_name":"src/start_pentest.rs","byte_start":13870,"byte_end":13882,"line_start":279,"line_end":279,"column_start":5,"column_end":17,"is_primary":true,"text":[{"text":" comapny_name = company_name.trim_end().to_owned();","highlight_start":5,"highlight_end":17}],"label":null,"suggested_replacement":"company_name","suggestion_applicability":"MaybeIncorrect","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[38;5;9merror[E0425]\u001b[0m\u001b[0m\u001b[1m: cannot find value `comapny_name` in this scope\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/start_pentest.rs:279:5\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m279\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m comapny_name = company_name.trim_end().to_owned();\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;9m^^^^^^^^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;9mhelp: a local variable with a similar name exists: `company_name`\u001b[0m\n\n"} +{"$message_type":"diagnostic","message":"aborting due to 1 previous error","code":null,"level":"error","spans":[],"children":[],"rendered":"\u001b[0m\u001b[1m\u001b[38;5;9merror\u001b[0m\u001b[0m\u001b[1m: aborting due to 1 previous error\u001b[0m\n\n"} +{"$message_type":"diagnostic","message":"For more information about this error, try `rustc --explain E0425`.","code":null,"level":"failure-note","spans":[],"children":[],"rendered":"\u001b[0m\u001b[1mFor more information about this error, try `rustc --explain E0425`.\u001b[0m\n"} diff --git a/pentest_tool/target/debug/.fingerprint/pentest_tool2-4f4a0dad0e3c05c1/test-bin-pentest_tool2 b/pentest_tool/target/debug/.fingerprint/pentest_tool2-4f4a0dad0e3c05c1/test-bin-pentest_tool2 index f4727bd..e69de29 100644 --- a/pentest_tool/target/debug/.fingerprint/pentest_tool2-4f4a0dad0e3c05c1/test-bin-pentest_tool2 +++ b/pentest_tool/target/debug/.fingerprint/pentest_tool2-4f4a0dad0e3c05c1/test-bin-pentest_tool2 @@ -1 +0,0 @@ -483f60d6cf166a73 \ No newline at end of file diff --git a/pentest_tool/target/debug/.fingerprint/pentest_tool2-98dc57c5ddef905a/bin-pentest_tool2 b/pentest_tool/target/debug/.fingerprint/pentest_tool2-98dc57c5ddef905a/bin-pentest_tool2 index 26d6f3d..e69de29 100644 --- a/pentest_tool/target/debug/.fingerprint/pentest_tool2-98dc57c5ddef905a/bin-pentest_tool2 +++ b/pentest_tool/target/debug/.fingerprint/pentest_tool2-98dc57c5ddef905a/bin-pentest_tool2 @@ -1 +0,0 @@ -c62e86f8c03f82cd \ No newline at end of file diff --git a/pentest_tool/target/debug/.fingerprint/pentest_tool2-98dc57c5ddef905a/dep-bin-pentest_tool2 b/pentest_tool/target/debug/.fingerprint/pentest_tool2-98dc57c5ddef905a/dep-bin-pentest_tool2 index 6cb325d..9795e66 100644 Binary files a/pentest_tool/target/debug/.fingerprint/pentest_tool2-98dc57c5ddef905a/dep-bin-pentest_tool2 and b/pentest_tool/target/debug/.fingerprint/pentest_tool2-98dc57c5ddef905a/dep-bin-pentest_tool2 differ diff --git a/pentest_tool/target/debug/.fingerprint/pentest_tool2-98dc57c5ddef905a/output-bin-pentest_tool2 b/pentest_tool/target/debug/.fingerprint/pentest_tool2-98dc57c5ddef905a/output-bin-pentest_tool2 index 9238d54..cb06a0f 100644 --- a/pentest_tool/target/debug/.fingerprint/pentest_tool2-98dc57c5ddef905a/output-bin-pentest_tool2 +++ b/pentest_tool/target/debug/.fingerprint/pentest_tool2-98dc57c5ddef905a/output-bin-pentest_tool2 @@ -1,7 +1,3 @@ -{"$message_type":"diagnostic","message":"variable does not need to be mutable","code":{"code":"unused_mut","explanation":null},"level":"warning","spans":[{"file_name":"src/project_controls.rs","byte_start":2620,"byte_end":2637,"line_start":71,"line_end":71,"column_start":9,"column_end":26,"is_primary":true,"text":[{"text":" let mut customer_name = String::new();","highlight_start":9,"highlight_end":26}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(unused_mut)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"remove this `mut`","code":null,"level":"help","spans":[{"file_name":"src/project_controls.rs","byte_start":2620,"byte_end":2624,"line_start":71,"line_end":71,"column_start":9,"column_end":13,"is_primary":true,"text":[{"text":" let mut customer_name = String::new();","highlight_start":9,"highlight_end":13}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: variable does not need to be mutable\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/project_controls.rs:71:9\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m71\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m let mut customer_name = String::new();\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m----\u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12mhelp: remove this `mut`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `#[warn(unused_mut)]` on by default\u001b[0m\n\n"} -{"$message_type":"diagnostic","message":"variable does not need to be mutable","code":{"code":"unused_mut","explanation":null},"level":"warning","spans":[{"file_name":"src/project_controls.rs","byte_start":2663,"byte_end":2679,"line_start":72,"line_end":72,"column_start":9,"column_end":25,"is_primary":true,"text":[{"text":" let mut project_name = String::new();","highlight_start":9,"highlight_end":25}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"remove this `mut`","code":null,"level":"help","spans":[{"file_name":"src/project_controls.rs","byte_start":2663,"byte_end":2667,"line_start":72,"line_end":72,"column_start":9,"column_end":13,"is_primary":true,"text":[{"text":" let mut project_name = String::new();","highlight_start":9,"highlight_end":13}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: variable does not need to be mutable\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/project_controls.rs:72:9\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m72\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m let mut project_name = String::new();\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m----\u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12mhelp: remove this `mut`\u001b[0m\n\n"} -{"$message_type":"diagnostic","message":"unused `Result` that must be used","code":{"code":"unused_must_use","explanation":null},"level":"warning","spans":[{"file_name":"src/start_pentest.rs","byte_start":13498,"byte_end":13543,"line_start":269,"line_end":269,"column_start":5,"column_end":50,"is_primary":true,"text":[{"text":" std::io::stdin().read_line(&mut company_name);","highlight_start":5,"highlight_end":50}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"this `Result` may be an `Err` variant, which should be handled","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"`#[warn(unused_must_use)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"use `let _ = ...` to ignore the resulting value","code":null,"level":"help","spans":[{"file_name":"src/start_pentest.rs","byte_start":13498,"byte_end":13498,"line_start":269,"line_end":269,"column_start":5,"column_end":5,"is_primary":true,"text":[{"text":" std::io::stdin().read_line(&mut company_name);","highlight_start":5,"highlight_end":5}],"label":null,"suggested_replacement":"let _ = ","suggestion_applicability":"MaybeIncorrect","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused `Result` that must be used\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/start_pentest.rs:269:5\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m269\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m std::io::stdin().read_line(&mut company_name);\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: this `Result` may be an `Err` variant, which should be handled\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `#[warn(unused_must_use)]` on by default\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;14mhelp\u001b[0m\u001b[0m: use `let _ = ...` to ignore the resulting value\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m269\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[38;5;10mlet _ = \u001b[0m\u001b[0mstd::io::stdin().read_line(&mut company_name);\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[38;5;10m+++++++\u001b[0m\n\n"} -{"$message_type":"diagnostic","message":"unused `Result` that must be used","code":{"code":"unused_must_use","explanation":null},"level":"warning","spans":[{"file_name":"src/start_pentest.rs","byte_start":13580,"byte_end":13616,"line_start":271,"line_end":271,"column_start":5,"column_end":41,"is_primary":true,"text":[{"text":" stdin().read_line(&mut project_name);","highlight_start":5,"highlight_end":41}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"this `Result` may be an `Err` variant, which should be handled","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"use `let _ = ...` to ignore the resulting value","code":null,"level":"help","spans":[{"file_name":"src/start_pentest.rs","byte_start":13580,"byte_end":13580,"line_start":271,"line_end":271,"column_start":5,"column_end":5,"is_primary":true,"text":[{"text":" stdin().read_line(&mut project_name);","highlight_start":5,"highlight_end":5}],"label":null,"suggested_replacement":"let _ = ","suggestion_applicability":"MaybeIncorrect","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused `Result` that must be used\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/start_pentest.rs:271:5\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m271\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m stdin().read_line(&mut project_name);\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: this `Result` may be an `Err` variant, which should be handled\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;14mhelp\u001b[0m\u001b[0m: use `let _ = ...` to ignore the resulting value\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m271\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[38;5;10mlet _ = \u001b[0m\u001b[0mstdin().read_line(&mut project_name);\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[38;5;10m+++++++\u001b[0m\n\n"} -{"$message_type":"diagnostic","message":"unused return value of `core::str::::trim_end` that must be used","code":{"code":"unused_must_use","explanation":null},"level":"warning","spans":[{"file_name":"src/start_pentest.rs","byte_start":13656,"byte_end":13679,"line_start":273,"line_end":273,"column_start":5,"column_end":28,"is_primary":true,"text":[{"text":" company_name.trim_end();","highlight_start":5,"highlight_end":28}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"this returns the trimmed string as a new slice, without modifying the original","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"use `let _ = ...` to ignore the resulting value","code":null,"level":"help","spans":[{"file_name":"src/start_pentest.rs","byte_start":13656,"byte_end":13656,"line_start":273,"line_end":273,"column_start":5,"column_end":5,"is_primary":true,"text":[{"text":" company_name.trim_end();","highlight_start":5,"highlight_end":5}],"label":null,"suggested_replacement":"let _ = ","suggestion_applicability":"MaybeIncorrect","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused return value of `core::str::::trim_end` that must be used\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/start_pentest.rs:273:5\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m273\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m company_name.trim_end();\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^^^^^^^^^^^^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: this returns the trimmed string as a new slice, without modifying the original\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;14mhelp\u001b[0m\u001b[0m: use `let _ = ...` to ignore the resulting value\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m273\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[38;5;10mlet _ = \u001b[0m\u001b[0mcompany_name.trim_end();\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[38;5;10m+++++++\u001b[0m\n\n"} -{"$message_type":"diagnostic","message":"unused return value of `core::str::::trim_end` that must be used","code":{"code":"unused_must_use","explanation":null},"level":"warning","spans":[{"file_name":"src/start_pentest.rs","byte_start":13685,"byte_end":13708,"line_start":274,"line_end":274,"column_start":5,"column_end":28,"is_primary":true,"text":[{"text":" project_name.trim_end();","highlight_start":5,"highlight_end":28}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"this returns the trimmed string as a new slice, without modifying the original","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"use `let _ = ...` to ignore the resulting value","code":null,"level":"help","spans":[{"file_name":"src/start_pentest.rs","byte_start":13685,"byte_end":13685,"line_start":274,"line_end":274,"column_start":5,"column_end":5,"is_primary":true,"text":[{"text":" project_name.trim_end();","highlight_start":5,"highlight_end":5}],"label":null,"suggested_replacement":"let _ = ","suggestion_applicability":"MaybeIncorrect","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused return value of `core::str::::trim_end` that must be used\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/start_pentest.rs:274:5\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m274\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m project_name.trim_end();\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^^^^^^^^^^^^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: this returns the trimmed string as a new slice, without modifying the original\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;14mhelp\u001b[0m\u001b[0m: use `let _ = ...` to ignore the resulting value\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m274\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[38;5;10mlet _ = \u001b[0m\u001b[0mproject_name.trim_end();\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[38;5;10m+++++++\u001b[0m\n\n"} -{"$message_type":"diagnostic","message":"6 warnings emitted","code":null,"level":"warning","spans":[],"children":[],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: 6 warnings emitted\u001b[0m\n\n"} +{"$message_type":"diagnostic","message":"cannot find value `comapny_name` in this scope","code":{"code":"E0425","explanation":"An unresolved name was used.\n\nErroneous code examples:\n\n```compile_fail,E0425\nsomething_that_doesnt_exist::foo;\n// error: unresolved name `something_that_doesnt_exist::foo`\n\n// or:\n\ntrait Foo {\n fn bar() {\n Self; // error: unresolved name `Self`\n }\n}\n\n// or:\n\nlet x = unknown_variable; // error: unresolved name `unknown_variable`\n```\n\nPlease verify that the name wasn't misspelled and ensure that the\nidentifier being referred to is valid for the given situation. Example:\n\n```\nenum something_that_does_exist {\n Foo,\n}\n```\n\nOr:\n\n```\nmod something_that_does_exist {\n pub static foo : i32 = 0i32;\n}\n\nsomething_that_does_exist::foo; // ok!\n```\n\nOr:\n\n```\nlet unknown_variable = 12u32;\nlet x = unknown_variable; // ok!\n```\n\nIf the item is not defined in the current module, it must be imported using a\n`use` statement, like so:\n\n```\n# mod foo { pub fn bar() {} }\n# fn main() {\nuse foo::bar;\nbar();\n# }\n```\n\nIf the item you are importing is not defined in some super-module of the\ncurrent module, then it must also be declared as public (e.g., `pub fn`).\n"},"level":"error","spans":[{"file_name":"src/start_pentest.rs","byte_start":13870,"byte_end":13882,"line_start":279,"line_end":279,"column_start":5,"column_end":17,"is_primary":true,"text":[{"text":" comapny_name = company_name.trim_end().to_owned();","highlight_start":5,"highlight_end":17}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"a local variable with a similar name exists","code":null,"level":"help","spans":[{"file_name":"src/start_pentest.rs","byte_start":13870,"byte_end":13882,"line_start":279,"line_end":279,"column_start":5,"column_end":17,"is_primary":true,"text":[{"text":" comapny_name = company_name.trim_end().to_owned();","highlight_start":5,"highlight_end":17}],"label":null,"suggested_replacement":"company_name","suggestion_applicability":"MaybeIncorrect","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[38;5;9merror[E0425]\u001b[0m\u001b[0m\u001b[1m: cannot find value `comapny_name` in this scope\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/start_pentest.rs:279:5\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m279\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m comapny_name = company_name.trim_end().to_owned();\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;9m^^^^^^^^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;9mhelp: a local variable with a similar name exists: `company_name`\u001b[0m\n\n"} +{"$message_type":"diagnostic","message":"aborting due to 1 previous error","code":null,"level":"error","spans":[],"children":[],"rendered":"\u001b[0m\u001b[1m\u001b[38;5;9merror\u001b[0m\u001b[0m\u001b[1m: aborting due to 1 previous error\u001b[0m\n\n"} +{"$message_type":"diagnostic","message":"For more information about this error, try `rustc --explain E0425`.","code":null,"level":"failure-note","spans":[],"children":[],"rendered":"\u001b[0m\u001b[1mFor more information about this error, try `rustc --explain E0425`.\u001b[0m\n"} diff --git a/pentest_tool/target/debug/incremental/pentest_tool2-1xjuw9uo2650d/s-h2ueymb6ex-1u2y9kq-7rsokwn33n73da4knxaqhx1lz/dep-graph.bin b/pentest_tool/target/debug/incremental/pentest_tool2-1xjuw9uo2650d/s-h2uge5j4iu-1ktixnb-0aix9cvojh6ez8mys9664eumf/dep-graph.bin similarity index 75% rename from pentest_tool/target/debug/incremental/pentest_tool2-1xjuw9uo2650d/s-h2ueymb6ex-1u2y9kq-7rsokwn33n73da4knxaqhx1lz/dep-graph.bin rename to pentest_tool/target/debug/incremental/pentest_tool2-1xjuw9uo2650d/s-h2uge5j4iu-1ktixnb-0aix9cvojh6ez8mys9664eumf/dep-graph.bin index 43da12d..3b7cc7e 100644 Binary files a/pentest_tool/target/debug/incremental/pentest_tool2-1xjuw9uo2650d/s-h2ueymb6ex-1u2y9kq-7rsokwn33n73da4knxaqhx1lz/dep-graph.bin and b/pentest_tool/target/debug/incremental/pentest_tool2-1xjuw9uo2650d/s-h2uge5j4iu-1ktixnb-0aix9cvojh6ez8mys9664eumf/dep-graph.bin differ diff --git a/pentest_tool/target/debug/incremental/pentest_tool2-1xjuw9uo2650d/s-h2ueymb6ex-1u2y9kq-7rsokwn33n73da4knxaqhx1lz/query-cache.bin b/pentest_tool/target/debug/incremental/pentest_tool2-1xjuw9uo2650d/s-h2uge5j4iu-1ktixnb-0aix9cvojh6ez8mys9664eumf/query-cache.bin similarity index 79% rename from pentest_tool/target/debug/incremental/pentest_tool2-1xjuw9uo2650d/s-h2ueymb6ex-1u2y9kq-7rsokwn33n73da4knxaqhx1lz/query-cache.bin rename to pentest_tool/target/debug/incremental/pentest_tool2-1xjuw9uo2650d/s-h2uge5j4iu-1ktixnb-0aix9cvojh6ez8mys9664eumf/query-cache.bin index 1753810..57a57cb 100644 Binary files a/pentest_tool/target/debug/incremental/pentest_tool2-1xjuw9uo2650d/s-h2ueymb6ex-1u2y9kq-7rsokwn33n73da4knxaqhx1lz/query-cache.bin and b/pentest_tool/target/debug/incremental/pentest_tool2-1xjuw9uo2650d/s-h2uge5j4iu-1ktixnb-0aix9cvojh6ez8mys9664eumf/query-cache.bin differ diff --git a/pentest_tool/target/debug/incremental/pentest_tool2-1xjuw9uo2650d/s-h2ueymb6ex-1u2y9kq-7rsokwn33n73da4knxaqhx1lz/work-products.bin b/pentest_tool/target/debug/incremental/pentest_tool2-1xjuw9uo2650d/s-h2uge5j4iu-1ktixnb-0aix9cvojh6ez8mys9664eumf/work-products.bin similarity index 100% rename from pentest_tool/target/debug/incremental/pentest_tool2-1xjuw9uo2650d/s-h2ueymb6ex-1u2y9kq-7rsokwn33n73da4knxaqhx1lz/work-products.bin rename to pentest_tool/target/debug/incremental/pentest_tool2-1xjuw9uo2650d/s-h2uge5j4iu-1ktixnb-0aix9cvojh6ez8mys9664eumf/work-products.bin diff --git a/pentest_tool/target/debug/incremental/pentest_tool2-1xjuw9uo2650d/s-h2ueymb6ex-1u2y9kq.lock b/pentest_tool/target/debug/incremental/pentest_tool2-1xjuw9uo2650d/s-h2uge5j4iu-1ktixnb.lock similarity index 100% rename from pentest_tool/target/debug/incremental/pentest_tool2-1xjuw9uo2650d/s-h2ueymb6ex-1u2y9kq.lock rename to pentest_tool/target/debug/incremental/pentest_tool2-1xjuw9uo2650d/s-h2uge5j4iu-1ktixnb.lock diff --git a/pentest_tool/target/debug/incremental/pentest_tool2-1xjuw9uo2650d/s-h2ugg32cbo-0whod8t-working/dep-graph.bin b/pentest_tool/target/debug/incremental/pentest_tool2-1xjuw9uo2650d/s-h2ugg32cbo-0whod8t-working/dep-graph.bin new file mode 100644 index 0000000..3b7cc7e Binary files /dev/null and b/pentest_tool/target/debug/incremental/pentest_tool2-1xjuw9uo2650d/s-h2ugg32cbo-0whod8t-working/dep-graph.bin differ diff --git a/pentest_tool/target/debug/incremental/pentest_tool2-1xjuw9uo2650d/s-h2ugg32cbo-0whod8t-working/dep-graph.part.bin b/pentest_tool/target/debug/incremental/pentest_tool2-1xjuw9uo2650d/s-h2ugg32cbo-0whod8t-working/dep-graph.part.bin new file mode 100644 index 0000000..ca19e09 Binary files /dev/null and b/pentest_tool/target/debug/incremental/pentest_tool2-1xjuw9uo2650d/s-h2ugg32cbo-0whod8t-working/dep-graph.part.bin differ diff --git a/pentest_tool/target/debug/incremental/pentest_tool2-1xjuw9uo2650d/s-h2ugg32cbo-0whod8t-working/query-cache.bin b/pentest_tool/target/debug/incremental/pentest_tool2-1xjuw9uo2650d/s-h2ugg32cbo-0whod8t-working/query-cache.bin new file mode 100644 index 0000000..57a57cb Binary files /dev/null and b/pentest_tool/target/debug/incremental/pentest_tool2-1xjuw9uo2650d/s-h2ugg32cbo-0whod8t-working/query-cache.bin differ diff --git a/pentest_tool/target/debug/incremental/pentest_tool2-3k0jy7mvis3m6/s-h2ueymb6w1-0ttz0aw-ek5tj3q9zsoygw3mnq7mtvjmw/work-products.bin b/pentest_tool/target/debug/incremental/pentest_tool2-1xjuw9uo2650d/s-h2ugg32cbo-0whod8t-working/work-products.bin similarity index 100% rename from pentest_tool/target/debug/incremental/pentest_tool2-3k0jy7mvis3m6/s-h2ueymb6w1-0ttz0aw-ek5tj3q9zsoygw3mnq7mtvjmw/work-products.bin rename to pentest_tool/target/debug/incremental/pentest_tool2-1xjuw9uo2650d/s-h2ugg32cbo-0whod8t-working/work-products.bin diff --git a/pentest_tool/target/debug/incremental/pentest_tool2-3k0jy7mvis3m6/s-h2ueymb6w1-0ttz0aw.lock b/pentest_tool/target/debug/incremental/pentest_tool2-1xjuw9uo2650d/s-h2ugg32cbo-0whod8t.lock similarity index 100% rename from pentest_tool/target/debug/incremental/pentest_tool2-3k0jy7mvis3m6/s-h2ueymb6w1-0ttz0aw.lock rename to pentest_tool/target/debug/incremental/pentest_tool2-1xjuw9uo2650d/s-h2ugg32cbo-0whod8t.lock diff --git a/pentest_tool/target/debug/incremental/pentest_tool2-3k0jy7mvis3m6/s-h2ueymb6w1-0ttz0aw-ek5tj3q9zsoygw3mnq7mtvjmw/dep-graph.bin b/pentest_tool/target/debug/incremental/pentest_tool2-3k0jy7mvis3m6/s-h2uge5j5ak-164azda-8d00tpykl6w88udmwx5kiqoh9/dep-graph.bin similarity index 75% rename from pentest_tool/target/debug/incremental/pentest_tool2-3k0jy7mvis3m6/s-h2ueymb6w1-0ttz0aw-ek5tj3q9zsoygw3mnq7mtvjmw/dep-graph.bin rename to pentest_tool/target/debug/incremental/pentest_tool2-3k0jy7mvis3m6/s-h2uge5j5ak-164azda-8d00tpykl6w88udmwx5kiqoh9/dep-graph.bin index 553f8fb..50cb71c 100644 Binary files a/pentest_tool/target/debug/incremental/pentest_tool2-3k0jy7mvis3m6/s-h2ueymb6w1-0ttz0aw-ek5tj3q9zsoygw3mnq7mtvjmw/dep-graph.bin and b/pentest_tool/target/debug/incremental/pentest_tool2-3k0jy7mvis3m6/s-h2uge5j5ak-164azda-8d00tpykl6w88udmwx5kiqoh9/dep-graph.bin differ diff --git a/pentest_tool/target/debug/incremental/pentest_tool2-3k0jy7mvis3m6/s-h2ueymb6w1-0ttz0aw-ek5tj3q9zsoygw3mnq7mtvjmw/query-cache.bin b/pentest_tool/target/debug/incremental/pentest_tool2-3k0jy7mvis3m6/s-h2uge5j5ak-164azda-8d00tpykl6w88udmwx5kiqoh9/query-cache.bin similarity index 79% rename from pentest_tool/target/debug/incremental/pentest_tool2-3k0jy7mvis3m6/s-h2ueymb6w1-0ttz0aw-ek5tj3q9zsoygw3mnq7mtvjmw/query-cache.bin rename to pentest_tool/target/debug/incremental/pentest_tool2-3k0jy7mvis3m6/s-h2uge5j5ak-164azda-8d00tpykl6w88udmwx5kiqoh9/query-cache.bin index 32ec932..fb8cdd2 100644 Binary files a/pentest_tool/target/debug/incremental/pentest_tool2-3k0jy7mvis3m6/s-h2ueymb6w1-0ttz0aw-ek5tj3q9zsoygw3mnq7mtvjmw/query-cache.bin and b/pentest_tool/target/debug/incremental/pentest_tool2-3k0jy7mvis3m6/s-h2uge5j5ak-164azda-8d00tpykl6w88udmwx5kiqoh9/query-cache.bin differ diff --git a/pentest_tool/target/debug/incremental/pentest_tool2-3k0jy7mvis3m6/s-h2uge5j5ak-164azda-8d00tpykl6w88udmwx5kiqoh9/work-products.bin b/pentest_tool/target/debug/incremental/pentest_tool2-3k0jy7mvis3m6/s-h2uge5j5ak-164azda-8d00tpykl6w88udmwx5kiqoh9/work-products.bin new file mode 100644 index 0000000..6fed536 Binary files /dev/null and b/pentest_tool/target/debug/incremental/pentest_tool2-3k0jy7mvis3m6/s-h2uge5j5ak-164azda-8d00tpykl6w88udmwx5kiqoh9/work-products.bin differ diff --git a/pentest_tool/target/debug/incremental/pentest_tool2-3k0jy7mvis3m6/s-h2uge5j5ak-164azda.lock b/pentest_tool/target/debug/incremental/pentest_tool2-3k0jy7mvis3m6/s-h2uge5j5ak-164azda.lock new file mode 100644 index 0000000..e69de29 diff --git a/pentest_tool/target/debug/incremental/pentest_tool2-3k0jy7mvis3m6/s-h2ugg32cbo-16c9uko-working/dep-graph.bin b/pentest_tool/target/debug/incremental/pentest_tool2-3k0jy7mvis3m6/s-h2ugg32cbo-16c9uko-working/dep-graph.bin new file mode 100644 index 0000000..50cb71c Binary files /dev/null and b/pentest_tool/target/debug/incremental/pentest_tool2-3k0jy7mvis3m6/s-h2ugg32cbo-16c9uko-working/dep-graph.bin differ diff --git a/pentest_tool/target/debug/incremental/pentest_tool2-3k0jy7mvis3m6/s-h2ugg32cbo-16c9uko-working/dep-graph.part.bin b/pentest_tool/target/debug/incremental/pentest_tool2-3k0jy7mvis3m6/s-h2ugg32cbo-16c9uko-working/dep-graph.part.bin new file mode 100644 index 0000000..f231477 Binary files /dev/null and b/pentest_tool/target/debug/incremental/pentest_tool2-3k0jy7mvis3m6/s-h2ugg32cbo-16c9uko-working/dep-graph.part.bin differ diff --git a/pentest_tool/target/debug/incremental/pentest_tool2-3k0jy7mvis3m6/s-h2ugg32cbo-16c9uko-working/query-cache.bin b/pentest_tool/target/debug/incremental/pentest_tool2-3k0jy7mvis3m6/s-h2ugg32cbo-16c9uko-working/query-cache.bin new file mode 100644 index 0000000..fb8cdd2 Binary files /dev/null and b/pentest_tool/target/debug/incremental/pentest_tool2-3k0jy7mvis3m6/s-h2ugg32cbo-16c9uko-working/query-cache.bin differ diff --git a/pentest_tool/target/debug/incremental/pentest_tool2-3k0jy7mvis3m6/s-h2ugg32cbo-16c9uko-working/work-products.bin b/pentest_tool/target/debug/incremental/pentest_tool2-3k0jy7mvis3m6/s-h2ugg32cbo-16c9uko-working/work-products.bin new file mode 100644 index 0000000..6fed536 Binary files /dev/null and b/pentest_tool/target/debug/incremental/pentest_tool2-3k0jy7mvis3m6/s-h2ugg32cbo-16c9uko-working/work-products.bin differ diff --git a/pentest_tool/target/debug/incremental/pentest_tool2-3k0jy7mvis3m6/s-h2ugg32cbo-16c9uko.lock b/pentest_tool/target/debug/incremental/pentest_tool2-3k0jy7mvis3m6/s-h2ugg32cbo-16c9uko.lock new file mode 100644 index 0000000..e69de29 diff --git a/pentest_tool/target/release/pentest_tool2 b/pentest_tool/target/release/pentest_tool2 deleted file mode 100755 index 074402f..0000000 Binary files a/pentest_tool/target/release/pentest_tool2 and /dev/null differ diff --git a/pentest_tool/target/release/pentest_tool2.d b/pentest_tool/target/release/pentest_tool2.d deleted file mode 100644 index 56752c5..0000000 --- a/pentest_tool/target/release/pentest_tool2.d +++ /dev/null @@ -1 +0,0 @@ -/home/pyro/syncs/work_folder/FRSecure/hacking_tools/homegrown/pentest_tool/pentest_tool/target/release/pentest_tool2: /home/pyro/syncs/work_folder/FRSecure/hacking_tools/homegrown/pentest_tool/pentest_tool/src/box_controls.rs /home/pyro/syncs/work_folder/FRSecure/hacking_tools/homegrown/pentest_tool/pentest_tool/src/info_controls.rs /home/pyro/syncs/work_folder/FRSecure/hacking_tools/homegrown/pentest_tool/pentest_tool/src/install.rs /home/pyro/syncs/work_folder/FRSecure/hacking_tools/homegrown/pentest_tool/pentest_tool/src/main.rs /home/pyro/syncs/work_folder/FRSecure/hacking_tools/homegrown/pentest_tool/pentest_tool/src/menu.rs /home/pyro/syncs/work_folder/FRSecure/hacking_tools/homegrown/pentest_tool/pentest_tool/src/project_controls.rs /home/pyro/syncs/work_folder/FRSecure/hacking_tools/homegrown/pentest_tool/pentest_tool/src/start_pentest.rs