Skip to content

Commit b32063d

Browse files
committed
Updated README for 1.1
1 parent ea38b4e commit b32063d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A PHP web shell and its Python based client
1010
* Hostname and username (whoami) detection
1111
* (Mostly) Clean exiting
1212
* Ability to still interact with via a browser
13-
* Obfuscated server (this is possible with most/all web shells, I just provide one with it)
13+
* Support for GET and POST methods
1414

1515
![Browser](https://www.doyler.net/wp-content/uploads/rwsh/rwsh-2-browser.png)
1616

@@ -22,6 +22,7 @@ A PHP web shell and its Python based client
2222
* Handle all exit cases better
2323
* Perform OS detection and better prompt displays
2424
* Look into the ability to change directories (change the prompt, prepend the current directory to any requests?)
25-
* Switch from GET to POST or cookies (GET is logged, HTTP 414 errors, etc.)
2625
* Pseudo random key for forward-secrecy
2726
* Better encoded version to avoid detection (grep, AI-Bolit)
27+
* Clean up and add more methods
28+
* Add support for more HTTP verbs as well as headers (cookies, arbitrary, etc.)

0 commit comments

Comments
 (0)