Commit b32063d 1 parent ea38b4e commit b32063d Copy full SHA for b32063d
File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ A PHP web shell and its Python based client
10
10
* Hostname and username (whoami) detection
11
11
* (Mostly) Clean exiting
12
12
* 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
14
14
15
15
![ Browser] ( https://www.doyler.net/wp-content/uploads/rwsh/rwsh-2-browser.png )
16
16
@@ -22,6 +22,7 @@ A PHP web shell and its Python based client
22
22
* Handle all exit cases better
23
23
* Perform OS detection and better prompt displays
24
24
* 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.)
26
25
* Pseudo random key for forward-secrecy
27
26
* 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.)
You can’t perform that action at this time.
0 commit comments