fixed cargo.toml to have the right name
This commit is contained in:
2
pentest_tool/Cargo.lock
generated
2
pentest_tool/Cargo.lock
generated
@@ -185,7 +185,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
|
||||
|
||||
[[package]]
|
||||
name = "pentest_tool2"
|
||||
name = "pentest_tool"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"clearscreen",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
[package]
|
||||
name = "pentest_tool2"
|
||||
name = "pentest_tool"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
{"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":{}}
|
||||
{"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\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":""},"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":{}}
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
This file has an mtime of when this was started.
|
||||
@@ -0,0 +1 @@
|
||||
04f2b85401efe9fd
|
||||
@@ -0,0 +1 @@
|
||||
{"rustc":11594289678289209806,"features":"[]","declared_features":"[]","target":17787046329850010275,"profile":11983525691607113661,"path":10602529704205407992,"deps":[[7608783394445712223,"fs_extra",false,7681762393121676691],[8098131096778363033,"clearscreen",false,4695074112349096502],[10212947688942307828,"directories",false,12211710628703984738]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/pentest_tool-9635599bd036f6a4/dep-test-bin-pentest_tool","checksum":false}}],"rustflags":[],"metadata":7797948686568424061,"config":2202906307356721367,"compile_kind":0}
|
||||
@@ -0,0 +1 @@
|
||||
dbdd571e32c38d6d
|
||||
@@ -0,0 +1 @@
|
||||
{"rustc":11594289678289209806,"features":"[]","declared_features":"[]","target":17787046329850010275,"profile":5601947868832436996,"path":10602529704205407992,"deps":[[7608783394445712223,"fs_extra",false,7681762393121676691],[8098131096778363033,"clearscreen",false,4695074112349096502],[10212947688942307828,"directories",false,12211710628703984738]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/pentest_tool-e4ab2409ae05f294/dep-bin-pentest_tool","checksum":false}}],"rustflags":[],"metadata":7797948686568424061,"config":2202906307356721367,"compile_kind":0}
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
This file has an mtime of when this was started.
|
||||
@@ -0,0 +1,11 @@
|
||||
/home/pyro/syncs/work_folder/FRSecure/hacking_tools/homegrown/pentest_tool/pentest_tool/target/debug/deps/libpentest_tool-9635599bd036f6a4.rmeta: src/main.rs src/install.rs src/menu.rs src/project_controls.rs src/box_controls.rs src/info_controls.rs src/start_pentest.rs
|
||||
|
||||
/home/pyro/syncs/work_folder/FRSecure/hacking_tools/homegrown/pentest_tool/pentest_tool/target/debug/deps/pentest_tool-9635599bd036f6a4.d: src/main.rs src/install.rs src/menu.rs src/project_controls.rs src/box_controls.rs src/info_controls.rs src/start_pentest.rs
|
||||
|
||||
src/main.rs:
|
||||
src/install.rs:
|
||||
src/menu.rs:
|
||||
src/project_controls.rs:
|
||||
src/box_controls.rs:
|
||||
src/info_controls.rs:
|
||||
src/start_pentest.rs:
|
||||
@@ -0,0 +1,11 @@
|
||||
/home/pyro/syncs/work_folder/FRSecure/hacking_tools/homegrown/pentest_tool/pentest_tool/target/debug/deps/libpentest_tool-e4ab2409ae05f294.rmeta: src/main.rs src/install.rs src/menu.rs src/project_controls.rs src/box_controls.rs src/info_controls.rs src/start_pentest.rs
|
||||
|
||||
/home/pyro/syncs/work_folder/FRSecure/hacking_tools/homegrown/pentest_tool/pentest_tool/target/debug/deps/pentest_tool-e4ab2409ae05f294.d: src/main.rs src/install.rs src/menu.rs src/project_controls.rs src/box_controls.rs src/info_controls.rs src/start_pentest.rs
|
||||
|
||||
src/main.rs:
|
||||
src/install.rs:
|
||||
src/menu.rs:
|
||||
src/project_controls.rs:
|
||||
src/box_controls.rs:
|
||||
src/info_controls.rs:
|
||||
src/start_pentest.rs:
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
f632c945701398c2
|
||||
Binary file not shown.
@@ -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"}
|
||||
BIN
pentest_tool/target/release/deps/pentest_tool2-25fcd6e248b15436
Executable file
BIN
pentest_tool/target/release/deps/pentest_tool2-25fcd6e248b15436
Executable file
Binary file not shown.
BIN
pentest_tool/target/release/pentest_tool2
Executable file
BIN
pentest_tool/target/release/pentest_tool2
Executable file
Binary file not shown.
1
pentest_tool/target/release/pentest_tool2.d
Normal file
1
pentest_tool/target/release/pentest_tool2.d
Normal file
@@ -0,0 +1 @@
|
||||
/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
|
||||
Reference in New Issue
Block a user