diff --git a/src-tauri/capabilities/default.json b/src-tauri/capabilities/default.json index 03ac4f0..bf0c95b 100644 --- a/src-tauri/capabilities/default.json +++ b/src-tauri/capabilities/default.json @@ -1,7 +1,7 @@ { "identifier": "default", "description": "Default capabilities for the main Wraith window", - "windows": ["main"], + "windows": ["main", "tool-*"], "permissions": [ "core:default", "core:event:default", diff --git a/src-tauri/gen/schemas/capabilities.json b/src-tauri/gen/schemas/capabilities.json index 3956473..c8b8edd 100644 --- a/src-tauri/gen/schemas/capabilities.json +++ b/src-tauri/gen/schemas/capabilities.json @@ -1 +1 @@ -{"default":{"identifier":"default","description":"Default capabilities for the main Wraith window","local":true,"windows":["main"],"permissions":["core:default","core:event:default","core:window:default","shell:allow-open"]}} \ No newline at end of file +{"default":{"identifier":"default","description":"Default capabilities for the main Wraith window","local":true,"windows":["main","tool-*"],"permissions":["core:default","core:event:default","core:window:default","shell:allow-open"]}} \ No newline at end of file diff --git a/src/App.vue b/src/App.vue index 67d3526..c30fb14 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,27 +1,42 @@ diff --git a/src/components/tools/NetworkScanner.vue b/src/components/tools/NetworkScanner.vue new file mode 100644 index 0000000..9375df2 --- /dev/null +++ b/src/components/tools/NetworkScanner.vue @@ -0,0 +1,89 @@ + + + diff --git a/src/components/tools/PasswordGen.vue b/src/components/tools/PasswordGen.vue new file mode 100644 index 0000000..b8f5a6d --- /dev/null +++ b/src/components/tools/PasswordGen.vue @@ -0,0 +1,63 @@ + + + diff --git a/src/components/tools/PingTool.vue b/src/components/tools/PingTool.vue new file mode 100644 index 0000000..1b7388c --- /dev/null +++ b/src/components/tools/PingTool.vue @@ -0,0 +1,32 @@ + + + diff --git a/src/components/tools/PortScanner.vue b/src/components/tools/PortScanner.vue new file mode 100644 index 0000000..e22f6e3 --- /dev/null +++ b/src/components/tools/PortScanner.vue @@ -0,0 +1,81 @@ + + + diff --git a/src/components/tools/SshKeyGen.vue b/src/components/tools/SshKeyGen.vue new file mode 100644 index 0000000..fef7c41 --- /dev/null +++ b/src/components/tools/SshKeyGen.vue @@ -0,0 +1,65 @@ +