Skip to content

Commit 386d4e4

Browse files
committed
convert README to markdown
1 parent 12c1f04 commit 386d4e4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README renamed to README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
1+
scala-ssh-shell
2+
===============
3+
14
Backdoor that gives you a scala shell over ssh on your jvm
25

36
NOTE: The shell is not sandboxed, anyone access the shell can touch
47
anything in the jvm and do anything the jvm can do including modifying
58
and deleting files, etc. Use at your own risk. No guarantees are made
69
regarding this being secure.
710

11+
Usage
12+
-----
13+
814
Embed this in your code by running the following:
915

1016
val sshd = new ScalaSshShell(port=4444, name="test", user="user",

0 commit comments

Comments
 (0)