This repository contains a collection of webshells written in various programming languages, collected from various sources.
Webshells are scripts that can be uploaded to a web server to enable remote administration of the machine. They can be used for legitimate administrative purposes, but are more commonly used by hackers to gain unauthorized access to web servers. This repository aims to serve as a collection of webshell scripts for educational and research purposes.
The repository includes webshells in the following languages:
- PHP
- Perl
- Java
- Classic ASP
- ASP.NET
- ColdFusion
- JSP
- C
We welcome contributions! If you have a webshell script in a language not listed above or improvements to existing scripts, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature-new-script
). - Commit your changes (
git commit -m 'Add new webshell script'
). - Push to the branch (
git push origin feature-new-script
). - Open a Pull Request.
This repository is intended for educational and research purposes only. The use of these scripts on any system or network without permission from the owner is illegal and unethical. The repository maintainers are not responsible for any misuse of the scripts contained within.
This project is licensed under the MIT License. See the LICENSE file for details.