Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thepacketbender/webshells
webshells written with malice
https://github.com/thepacketbender/webshells
appsec pentest pentest-tool pentesting webshell webshells
Last synced: 25 days ago
JSON representation
webshells written with malice
- Host: GitHub
- URL: https://github.com/thepacketbender/webshells
- Owner: ThePacketBender
- Created: 2017-08-29T02:23:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-30T21:55:35.000Z (over 7 years ago)
- Last Synced: 2024-06-26T06:34:47.298Z (6 months ago)
- Topics: appsec, pentest, pentest-tool, pentesting, webshell, webshells
- Language: PHP
- Homepage:
- Size: 7.81 KB
- Stars: 22
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-webshell - **2**星
README
# WEBSHELLS
Webshells I have written:
-------------------------
_________________________
POWERshell.aspx
-basic powershell RFI webshell, some code taken from sources then trimmed, pruned, reconfigured and parts reconnected to alter execution flow in client browser
RCEfinder.php
-Webshell for fuzzing system command execution using builtin and custom php functions to bypass limiting php configurations with optional job control
-implemented in code, will be added to UI- for debugging code execution errors
RFI2LFI.php
-Local file inclusion vulnerable php file implenting known attack methods to fuzz for arbitrary code execution where RCE command execution methods have failed