The Wayback Machine - https://web.archive.org/web/20210506192818/https://github.com/itsKindred/php-web-shell
Skip to content
master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

php-web-shell


Description: A Simple PHP Web Shell used for Remote Code Execution.


Details: This simple web shell allows Remote Code Execution on a web server in the condition that the web server supports php, and the attacker is able to write to the web server's directories via some sort of file upload.


Screenshots:

image


- Provides Clean, multi-line output, unlike many web shells.


image


- Provides user indication of errors in commands, along with the actual error message.


image


- Notifies user when commands have been successfully executed, despite there being no output.


image


- Uses a non-descriptive parameter, and base64 encodes commands for partial obfuscation.