Giter VIP home page Giter VIP logo

killix-scanner's Introduction

KILLIX - Malicious Code Scanner

KILLIX is a Python program designed to scan Python scripts for potentially malicious code patterns and packages. It provides a simple yet effective way to identify and analyze suspicious code within your Python projects.

Features

  • Scans individual Python files or entire folders for malicious code patterns.
  • Detects potentially harmful URLs, keywords, webhooks, invites, pastebin links, suspicious one-liners, and imported packages.
  • Optional scan for potentially malicious imported packages/modules.
  • Generates informative scan reports for each scanned file.

Getting Started

  1. Clone the repository:

    git clone https://github.com/lopekinz/killix-scanner.git
  2. Install the required dependencies:

    pip install -r requirements.txt
  3. Run the KILLIX scanner:

    python killix.py

Usage

  1. Enter the file or folder you want to scan when prompted:

    File/Folder: /path/to/your/script.py

    or

    File/Folder: /path/to/your/folder
  2. Choose whether you want to scan for potentially malicious imported packages/modules:

    Scan modules? (y/n): y

    The scanner will analyze the specified file or folder for potentially malicious code patterns.

Scan Results

The KILLIX scanner will provide detailed information about the potentially malicious code patterns found within the scanned file(s).

  • URLs: Suspicious URLs detected in the code.
  • Keywords: Suspicious keywords identified in the code.
  • Webhooks: Suspicious webhooks found in the code.
  • Invites: Suspicious invitation links detected in the code.
  • Pastebin: Suspicious pastebin links identified in the code.
  • Suslines: Suspicious one-liners detected in the code.
  • Rats: Potentially harmful code patterns found within one-liners.

If the option to scan for potentially malicious imported packages/modules is enabled, the scanner will also display the imported packages and perform additional scans on them.

Contributing

Contributions are welcome! If you encounter any issues or have suggestions for improvements, please create a new issue in the GitHub repository.

License

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

Credits

KILLIX was created by Lopekinz.

killix-scanner's People

Contributors

lopekinz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

killix-scanner's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.