Skip to content

Latest commit

 

History

History
67 lines (46 loc) · 2 KB

README.md

File metadata and controls

67 lines (46 loc) · 2 KB

Malicious_scripts

License

Description

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.

Table of Contents

Introduction

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.

System Requirements

  • Operating System: Windows/Linux/macOS
  • Python Version: >= 3.8
  • Dependencies: Listed in the requirements.txt

Installation

To install this project, follow these steps:

  1. Clone repository:

    git clone https://github.com/thredeisacoder/Malicious_scripts.git
    cd Malicious_scripts
  2. Create and activate a virtual environment:

    python -m venv venv
    source venv/bin/activate  # On Windows use `venv\Scripts\activate`
  3. Install the dependencies:

    pip install -r requirements.txt

Usage

Details on how to use each tool and script are provided in the corresponding directory.

Contributing

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!

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

If you have any questions or suggestions, please contact via email: [email protected].