GithubHelp home page GithubHelp logo

flaryx32 / repo-unsafe-scanner Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 12 KB

This repository will help you find malicious/suspicious stuff inside github repositories.

Python 100.00%
cryptography github-api gpt-3 malware-analysis repository virustotal repo-scan repository-scanner

repo-unsafe-scanner's Introduction

GitHub Repository Scanner

This repository aims to scan GitHub repositories for known encryption tools, suspicious code, and executables using VirusTotal and OpenAI APIs.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • You have Python 3.6 or later installed.
  • You have an OpenAI API key.(optional)
  • You have a VirusTotal API key.(optional)
  • You have a GitHub API key (optional).

Setup

  1. Clone this repository:

    git clone https://github.com/flaryx32/repo-unsafe-scanner.git
    cd your-repo
  2. Install the required libraries:

    pip install -r requirements.txt
  3. Modify config.json file and add your API keys:

    {
        "github_api_key": "your_github_api_key",
        "virustotal_api_key": "your_virustotal_api_key",
        "openai_api_key": "your_openai_api_key"
    }

Usage

To run the scanner:

python main.py

Follow the prompts to enter the GitHub repository URL you wish to scan.

License

The code in this repository is made available under a custom license that allows free private usage but prohibits modifications, commercial usage, and redistribution without permission. All rights to the code are owned by @flaryx32.

Contributing

Contributions are welcome! To contribute, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for each significant change.
  3. Push your changes and open a pull request.

Please ensure your pull request adheres to the following guidelines:

  • Include a clear description of your changes.
  • Ensure that your changes do not break existing functionality.

Future Plans

  • AI Scanner
  • VirusTotal Executable Scanner
  • More...

If you have any suggestions or feature requests, please open an issue or submit a pull request.

Missing Anything?

If you notice anything missing or incorrect, feel free to open an issue or submit a pull request.

Star History

Star History Chart

repo-unsafe-scanner's People

Contributors

flaryx32 avatar

Stargazers

 avatar

Watchers

 avatar

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.