Skip to content

AfsalAfzz-Pro/Malware-Detector-Windows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Malware Detector

A malware detector project developed using Python and Django to identify malicious .exe files. This application helps users ensure their systems remain secure by scanning executable files for malware.

Features

  • Scans .exe files for known malware signatures.
  • User-friendly interface built with Django.
  • Real-time detection and reporting of malicious files.

Installation

To install the project, follow these steps:

  1. Clone the Repository:

    git clone https://github.com/yourusername/malware-detector.git
    cd malware-detector
  2. Set Up a Virtual Environment (optional but recommended):

    python -m venv venv
    source venv/bin/activate  # For macOS/Linux
    venv\Scripts\activate     # For Windows
  3. Install Requirements: Make sure you have Django installed. If not, install it using pip:

    pip install django
    
  4. Run Migrations: After installing the required packages, run the migrations:

    python manage.py migrate
    
  5. Start the Development Server: Finally, start the server:

    python manage.py runserver
  6. Access the Application: Open your browser and go to http://127.0.0.1:8000/ to access the malware detector.

Usage

  • Upload .exe files using the provided interface.
  • The application will scan the files and notify you of any detected malware.

Contributing

We welcome contributions! If you'd like to contribute to this project, please follow these steps:

  1. Fork the Repository: Click on the "Fork" button in the top right corner of the repository page.

  2. Clone Your Fork:

    git clone https://github.com/AfsalAfzz-Pro/Malware-Detector-Windows.git
    cd malware-detector
  3. Create a New Branch:

    git checkout -b feature/YourFeatureName
    
  4. Make Your Changes: Implement your feature or fix an issue.

  5. Commit Your Changes:

    git add .
    git commit -m "Add your feature or fix"
  6. Push to Your Fork:

    git push origin feature/YourFeatureName
    
  7. Create a Pull Request: Go to the original repository and click on "Pull Requests". Click "New Pull Request", select your branch, and submit the pull request.

About

Malware Detector ๐Ÿ” A Python and Django-based malware detection tool that scans .exe files for known malware signatures to help users keep their systems secure. Featuring a user-friendly web interface, real-time detection, and comprehensive reporting, this application enables quick and efficient identification of malicious executable files.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors