We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12c1f04 commit 386d4e4Copy full SHA for 386d4e4
README renamed to README.md
@@ -1,10 +1,16 @@
1
+scala-ssh-shell
2
+===============
3
+
4
Backdoor that gives you a scala shell over ssh on your jvm
5
6
NOTE: The shell is not sandboxed, anyone access the shell can touch
7
anything in the jvm and do anything the jvm can do including modifying
8
and deleting files, etc. Use at your own risk. No guarantees are made
9
regarding this being secure.
10
11
+Usage
12
+-----
13
14
Embed this in your code by running the following:
15
16
val sshd = new ScalaSshShell(port=4444, name="test", user="user",
0 commit comments