Skip to content

Commit

Permalink
Add folders for the servers
Browse files Browse the repository at this point in the history
  • Loading branch information
StringManolo committed Jul 20, 2024
1 parent acd50d1 commit e263e0f
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 0 deletions.
12 changes: 12 additions & 0 deletions panther_scriptable/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Panther Scriptable

A local server to control Panther remotelly using scripts.

### Summary
- Control Panther programatically (using code).
- Do automated actions with kust 1 click. For example creating a protonmail account.

### Security
- This feature is disabled by default.
- You need to enable this feature tapping the Scriptable once you started the local server

3 changes: 3 additions & 0 deletions panther_scriptable/lua_version/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Lua Server

Not yet
1 change: 1 addition & 0 deletions panther_scriptable/node_version/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
4 changes: 4 additions & 0 deletions panther_scriptable/node_version/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Node Server

### Install

11 changes: 11 additions & 0 deletions panther_scriptable/node_version/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "panther_scriptable_node",
"version": "1.0.0",
"description": "Control Panther Using Node",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}
3 changes: 3 additions & 0 deletions panther_scriptable/python_version/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Python Server

Not yet

0 comments on commit e263e0f

Please sign in to comment.