diff --git a/pentest_tool/src/start_pentest.rs b/pentest_tool/src/start_pentest.rs index a1d086d..89ca559 100644 --- a/pentest_tool/src/start_pentest.rs +++ b/pentest_tool/src/start_pentest.rs @@ -276,7 +276,7 @@ pub fn start_pentest(config_path: &PathBuf) { Err(_e) => {println!("we need input here dummy!"); return;} } //remove new lines from input - comapny_name = company_name.trim_end().to_owned(); + company_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..."); diff --git a/pentest_tool/target/.rustc_info.json b/pentest_tool/target/.rustc_info.json index ee4d290..f22def6 100644 --- a/pentest_tool/target/.rustc_info.json +++ b/pentest_tool/target/.rustc_info.json @@ -1 +1 @@ -{"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 +{"rustc_fingerprint":1960306743998270933,"outputs":{"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":""},"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 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 d5574e1..f71177b 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 deleted file mode 100644 index cb06a0f..0000000 --- a/pentest_tool/target/debug/.fingerprint/pentest_tool2-4f4a0dad0e3c05c1/output-test-bin-pentest_tool2 +++ /dev/null @@ -1,3 +0,0 @@ -{"$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 e69de29..f4727bd 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 @@ -0,0 +1 @@ +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 e69de29..26d6f3d 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 @@ -0,0 +1 @@ +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 9795e66..385832f 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 deleted file mode 100644 index cb06a0f..0000000 --- a/pentest_tool/target/debug/.fingerprint/pentest_tool2-98dc57c5ddef905a/output-bin-pentest_tool2 +++ /dev/null @@ -1,3 +0,0 @@ -{"$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-h2uge5j4iu-1ktixnb-0aix9cvojh6ez8mys9664eumf/dep-graph.bin b/pentest_tool/target/debug/incremental/pentest_tool2-1xjuw9uo2650d/s-h2ugj1i2di-0qnr3al-working/dep-graph.bin similarity index 100% rename from pentest_tool/target/debug/incremental/pentest_tool2-1xjuw9uo2650d/s-h2uge5j4iu-1ktixnb-0aix9cvojh6ez8mys9664eumf/dep-graph.bin rename to pentest_tool/target/debug/incremental/pentest_tool2-1xjuw9uo2650d/s-h2ugj1i2di-0qnr3al-working/dep-graph.bin 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-h2ugj1i2di-0qnr3al-working/dep-graph.part.bin similarity index 97% rename from pentest_tool/target/debug/incremental/pentest_tool2-1xjuw9uo2650d/s-h2ugg32cbo-0whod8t-working/dep-graph.part.bin rename to pentest_tool/target/debug/incremental/pentest_tool2-1xjuw9uo2650d/s-h2ugj1i2di-0qnr3al-working/dep-graph.part.bin index ca19e09..93218cd 100644 Binary files a/pentest_tool/target/debug/incremental/pentest_tool2-1xjuw9uo2650d/s-h2ugg32cbo-0whod8t-working/dep-graph.part.bin and b/pentest_tool/target/debug/incremental/pentest_tool2-1xjuw9uo2650d/s-h2ugj1i2di-0qnr3al-working/dep-graph.part.bin differ diff --git a/pentest_tool/target/debug/incremental/pentest_tool2-1xjuw9uo2650d/s-h2uge5j4iu-1ktixnb-0aix9cvojh6ez8mys9664eumf/query-cache.bin b/pentest_tool/target/debug/incremental/pentest_tool2-1xjuw9uo2650d/s-h2ugj1i2di-0qnr3al-working/query-cache.bin similarity index 100% rename from pentest_tool/target/debug/incremental/pentest_tool2-1xjuw9uo2650d/s-h2uge5j4iu-1ktixnb-0aix9cvojh6ez8mys9664eumf/query-cache.bin rename to pentest_tool/target/debug/incremental/pentest_tool2-1xjuw9uo2650d/s-h2ugj1i2di-0qnr3al-working/query-cache.bin diff --git a/pentest_tool/target/debug/incremental/pentest_tool2-1xjuw9uo2650d/s-h2uge5j4iu-1ktixnb-0aix9cvojh6ez8mys9664eumf/work-products.bin b/pentest_tool/target/debug/incremental/pentest_tool2-1xjuw9uo2650d/s-h2ugj1i2di-0qnr3al-working/work-products.bin similarity index 100% rename from pentest_tool/target/debug/incremental/pentest_tool2-1xjuw9uo2650d/s-h2uge5j4iu-1ktixnb-0aix9cvojh6ez8mys9664eumf/work-products.bin rename to pentest_tool/target/debug/incremental/pentest_tool2-1xjuw9uo2650d/s-h2ugj1i2di-0qnr3al-working/work-products.bin diff --git a/pentest_tool/target/debug/incremental/pentest_tool2-1xjuw9uo2650d/s-h2uge5j4iu-1ktixnb.lock b/pentest_tool/target/debug/incremental/pentest_tool2-1xjuw9uo2650d/s-h2ugj1i2di-0qnr3al.lock similarity index 100% rename from pentest_tool/target/debug/incremental/pentest_tool2-1xjuw9uo2650d/s-h2uge5j4iu-1ktixnb.lock rename to pentest_tool/target/debug/incremental/pentest_tool2-1xjuw9uo2650d/s-h2ugj1i2di-0qnr3al.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-h2ugj44r16-07ed0jf-23zrjsnrg5t3cwj90n833h6bm/dep-graph.bin similarity index 82% rename from pentest_tool/target/debug/incremental/pentest_tool2-1xjuw9uo2650d/s-h2ugg32cbo-0whod8t-working/dep-graph.bin rename to pentest_tool/target/debug/incremental/pentest_tool2-1xjuw9uo2650d/s-h2ugj44r16-07ed0jf-23zrjsnrg5t3cwj90n833h6bm/dep-graph.bin index 3b7cc7e..33c668b 100644 Binary files a/pentest_tool/target/debug/incremental/pentest_tool2-1xjuw9uo2650d/s-h2ugg32cbo-0whod8t-working/dep-graph.bin and b/pentest_tool/target/debug/incremental/pentest_tool2-1xjuw9uo2650d/s-h2ugj44r16-07ed0jf-23zrjsnrg5t3cwj90n833h6bm/dep-graph.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-h2ugj44r16-07ed0jf-23zrjsnrg5t3cwj90n833h6bm/query-cache.bin similarity index 77% rename from pentest_tool/target/debug/incremental/pentest_tool2-1xjuw9uo2650d/s-h2ugg32cbo-0whod8t-working/query-cache.bin rename to pentest_tool/target/debug/incremental/pentest_tool2-1xjuw9uo2650d/s-h2ugj44r16-07ed0jf-23zrjsnrg5t3cwj90n833h6bm/query-cache.bin index 57a57cb..04e6a7b 100644 Binary files a/pentest_tool/target/debug/incremental/pentest_tool2-1xjuw9uo2650d/s-h2ugg32cbo-0whod8t-working/query-cache.bin and b/pentest_tool/target/debug/incremental/pentest_tool2-1xjuw9uo2650d/s-h2ugj44r16-07ed0jf-23zrjsnrg5t3cwj90n833h6bm/query-cache.bin differ diff --git a/pentest_tool/target/debug/incremental/pentest_tool2-1xjuw9uo2650d/s-h2ugg32cbo-0whod8t-working/work-products.bin b/pentest_tool/target/debug/incremental/pentest_tool2-1xjuw9uo2650d/s-h2ugj44r16-07ed0jf-23zrjsnrg5t3cwj90n833h6bm/work-products.bin similarity index 100% rename from pentest_tool/target/debug/incremental/pentest_tool2-1xjuw9uo2650d/s-h2ugg32cbo-0whod8t-working/work-products.bin rename to pentest_tool/target/debug/incremental/pentest_tool2-1xjuw9uo2650d/s-h2ugj44r16-07ed0jf-23zrjsnrg5t3cwj90n833h6bm/work-products.bin diff --git a/pentest_tool/target/debug/incremental/pentest_tool2-1xjuw9uo2650d/s-h2ugg32cbo-0whod8t.lock b/pentest_tool/target/debug/incremental/pentest_tool2-1xjuw9uo2650d/s-h2ugj44r16-07ed0jf.lock similarity index 100% rename from pentest_tool/target/debug/incremental/pentest_tool2-1xjuw9uo2650d/s-h2ugg32cbo-0whod8t.lock rename to pentest_tool/target/debug/incremental/pentest_tool2-1xjuw9uo2650d/s-h2ugj44r16-07ed0jf.lock diff --git a/pentest_tool/target/debug/incremental/pentest_tool2-3k0jy7mvis3m6/s-h2uge5j5ak-164azda-8d00tpykl6w88udmwx5kiqoh9/dep-graph.bin b/pentest_tool/target/debug/incremental/pentest_tool2-3k0jy7mvis3m6/s-h2ugj1i2be-1qlsi6u-working/dep-graph.bin similarity index 100% rename from pentest_tool/target/debug/incremental/pentest_tool2-3k0jy7mvis3m6/s-h2uge5j5ak-164azda-8d00tpykl6w88udmwx5kiqoh9/dep-graph.bin rename to pentest_tool/target/debug/incremental/pentest_tool2-3k0jy7mvis3m6/s-h2ugj1i2be-1qlsi6u-working/dep-graph.bin 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-h2ugj1i2be-1qlsi6u-working/dep-graph.part.bin similarity index 97% rename from pentest_tool/target/debug/incremental/pentest_tool2-3k0jy7mvis3m6/s-h2ugg32cbo-16c9uko-working/dep-graph.part.bin rename to pentest_tool/target/debug/incremental/pentest_tool2-3k0jy7mvis3m6/s-h2ugj1i2be-1qlsi6u-working/dep-graph.part.bin index f231477..2d539ea 100644 Binary files a/pentest_tool/target/debug/incremental/pentest_tool2-3k0jy7mvis3m6/s-h2ugg32cbo-16c9uko-working/dep-graph.part.bin and b/pentest_tool/target/debug/incremental/pentest_tool2-3k0jy7mvis3m6/s-h2ugj1i2be-1qlsi6u-working/dep-graph.part.bin differ diff --git a/pentest_tool/target/debug/incremental/pentest_tool2-3k0jy7mvis3m6/s-h2uge5j5ak-164azda-8d00tpykl6w88udmwx5kiqoh9/query-cache.bin b/pentest_tool/target/debug/incremental/pentest_tool2-3k0jy7mvis3m6/s-h2ugj1i2be-1qlsi6u-working/query-cache.bin similarity index 100% rename from pentest_tool/target/debug/incremental/pentest_tool2-3k0jy7mvis3m6/s-h2uge5j5ak-164azda-8d00tpykl6w88udmwx5kiqoh9/query-cache.bin rename to pentest_tool/target/debug/incremental/pentest_tool2-3k0jy7mvis3m6/s-h2ugj1i2be-1qlsi6u-working/query-cache.bin 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-h2ugj1i2be-1qlsi6u-working/work-products.bin similarity index 100% rename from pentest_tool/target/debug/incremental/pentest_tool2-3k0jy7mvis3m6/s-h2uge5j5ak-164azda-8d00tpykl6w88udmwx5kiqoh9/work-products.bin rename to pentest_tool/target/debug/incremental/pentest_tool2-3k0jy7mvis3m6/s-h2ugj1i2be-1qlsi6u-working/work-products.bin 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-h2ugj1i2be-1qlsi6u.lock similarity index 100% rename from pentest_tool/target/debug/incremental/pentest_tool2-3k0jy7mvis3m6/s-h2uge5j5ak-164azda.lock rename to pentest_tool/target/debug/incremental/pentest_tool2-3k0jy7mvis3m6/s-h2ugj1i2be-1qlsi6u.lock 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-h2ugj44r18-0jhb89r-a7z8tv2nk60uugr0gyjlprhor/dep-graph.bin similarity index 82% rename from pentest_tool/target/debug/incremental/pentest_tool2-3k0jy7mvis3m6/s-h2ugg32cbo-16c9uko-working/dep-graph.bin rename to pentest_tool/target/debug/incremental/pentest_tool2-3k0jy7mvis3m6/s-h2ugj44r18-0jhb89r-a7z8tv2nk60uugr0gyjlprhor/dep-graph.bin index 50cb71c..5498118 100644 Binary files a/pentest_tool/target/debug/incremental/pentest_tool2-3k0jy7mvis3m6/s-h2ugg32cbo-16c9uko-working/dep-graph.bin and b/pentest_tool/target/debug/incremental/pentest_tool2-3k0jy7mvis3m6/s-h2ugj44r18-0jhb89r-a7z8tv2nk60uugr0gyjlprhor/dep-graph.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-h2ugj44r18-0jhb89r-a7z8tv2nk60uugr0gyjlprhor/query-cache.bin similarity index 77% rename from pentest_tool/target/debug/incremental/pentest_tool2-3k0jy7mvis3m6/s-h2ugg32cbo-16c9uko-working/query-cache.bin rename to pentest_tool/target/debug/incremental/pentest_tool2-3k0jy7mvis3m6/s-h2ugj44r18-0jhb89r-a7z8tv2nk60uugr0gyjlprhor/query-cache.bin index fb8cdd2..2aa2105 100644 Binary files a/pentest_tool/target/debug/incremental/pentest_tool2-3k0jy7mvis3m6/s-h2ugg32cbo-16c9uko-working/query-cache.bin and b/pentest_tool/target/debug/incremental/pentest_tool2-3k0jy7mvis3m6/s-h2ugj44r18-0jhb89r-a7z8tv2nk60uugr0gyjlprhor/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-h2ugj44r18-0jhb89r-a7z8tv2nk60uugr0gyjlprhor/work-products.bin similarity index 100% rename from pentest_tool/target/debug/incremental/pentest_tool2-3k0jy7mvis3m6/s-h2ugg32cbo-16c9uko-working/work-products.bin rename to pentest_tool/target/debug/incremental/pentest_tool2-3k0jy7mvis3m6/s-h2ugj44r18-0jhb89r-a7z8tv2nk60uugr0gyjlprhor/work-products.bin 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-h2ugj44r18-0jhb89r.lock similarity index 100% rename from pentest_tool/target/debug/incremental/pentest_tool2-3k0jy7mvis3m6/s-h2ugg32cbo-16c9uko.lock rename to pentest_tool/target/debug/incremental/pentest_tool2-3k0jy7mvis3m6/s-h2ugj44r18-0jhb89r.lock diff --git a/pentest_tool/target/release/.fingerprint/pentest_tool2-25fcd6e248b15436/bin-pentest_tool2 b/pentest_tool/target/release/.fingerprint/pentest_tool2-25fcd6e248b15436/bin-pentest_tool2 index 668efc9..e69de29 100644 --- a/pentest_tool/target/release/.fingerprint/pentest_tool2-25fcd6e248b15436/bin-pentest_tool2 +++ b/pentest_tool/target/release/.fingerprint/pentest_tool2-25fcd6e248b15436/bin-pentest_tool2 @@ -1 +0,0 @@ -f632c945701398c2 \ No newline at end of file diff --git a/pentest_tool/target/release/.fingerprint/pentest_tool2-25fcd6e248b15436/output-bin-pentest_tool2 b/pentest_tool/target/release/.fingerprint/pentest_tool2-25fcd6e248b15436/output-bin-pentest_tool2 index 9238d54..cb06a0f 100644 --- a/pentest_tool/target/release/.fingerprint/pentest_tool2-25fcd6e248b15436/output-bin-pentest_tool2 +++ b/pentest_tool/target/release/.fingerprint/pentest_tool2-25fcd6e248b15436/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/release/deps/pentest_tool2-25fcd6e248b15436 b/pentest_tool/target/release/deps/pentest_tool2-25fcd6e248b15436 deleted file mode 100755 index 074402f..0000000 Binary files a/pentest_tool/target/release/deps/pentest_tool2-25fcd6e248b15436 and /dev/null differ