Skip to content

This repository contains a collection of scripts that can be used to create a malware

Notifications You must be signed in to change notification settings

Fastiraz/malware-utility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Malware-Utility

This repository contains a collection of scripts that can be used to create a malware. Please note that the intention behind this project is purely educational and should not be used for any malicious purposes.

Folder Structure

The repository is organized into the following folders:

  • keylogger: Contains the scripts related to the keylogger functionality. The keylogger is designed to log keystrokes on the target system.
  • lang-detection: Includes scripts that enable the detection of the system language on the target machine.
  • network: Contains scripts for the network packet sniffer functionality, allowing the capture and analysis of network traffic.
  • os-detection: Includes scripts that detect the operating system running on the target machine.
.
├── keylogger
│   ├── klog.c
│   └── README.md
├── lang-detection
│   ├── lang.c
│   └── README.md
├── network
│   ├── adv-nps.c
│   ├── nps.c
│   └── README.md
├── os-detection
│   ├── cos.c
│   └── README.md
└── README.md

Usage

To use the scripts in this repository, follow these steps:

  1. Clone the repository to your local machine:
git clone https://github.com/Fastiraz/malware-utility.git
  1. Navigate to the desired folder containing the script you wish to use, for example:
cd malware-utility/keylogger
  1. Run the script using the appropriate command or execution method. Refer to the specific folder's README file for detailed instructions on how to run each script.

Disclaimer

This project is meant for educational purposes only. The scripts included in this repository are provided as-is and should not be used for any malicious activities. The author and contributors of this repository are not responsible for any misuse or illegal activities performed with these scripts.

If you choose to use or modify the scripts from this repository, it is your responsibility to comply with all applicable laws and regulations.

Contributing

Contributions to this repository are welcome. If you have any improvements or additional features to suggest, please submit a pull request.

About

This repository contains a collection of scripts that can be used to create a malware

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages