Malicious_scripts is a collection of scripts related to information security, including keyloggers, malware, rootkits, webshell backdoors, and more. The purpose of this project is to provide tools for security research and testing.
This project includes tools and source code for testing security vulnerabilities and developing protection methods. The main components include:
- Keylogger: Records keyboard actions.
- Malware: Malicious code for research and analysis.
- Rootkit: Tools for hiding and controlling the system.
- Webshell Backdoor: Unauthorized access to a web server.
- Operating System: Windows/Linux/macOS
- Python Version: >= 3.8
- Dependencies: Listed in the
requirements.txt
To install this project, follow these steps:
-
Clone repository:
git clone https://github.com/thredeisacoder/Malicious_scripts.git cd Malicious_scripts
-
Create and activate a virtual environment:
python -m venv venv source venv/bin/activate # On Windows use `venv\Scripts\activate`
-
Install the dependencies:
pip install -r requirements.txt
Details on how to use each tool and script are provided in the corresponding directory.
If you want to contribute to this project, please fork the repository, create a new branch, and submit a pull request. All contributions are welcome!
This project is licensed under the MIT License. See the LICENSE
file for details.
If you have any questions or suggestions, please contact via email: [email protected].