https://github.com/aboutcode-org/vulntotal-extension
https://github.com/aboutcode-org/vulntotal-extension
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aboutcode-org/vulntotal-extension
- Owner: aboutcode-org
- Created: 2024-06-03T19:22:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-09T08:31:18.000Z (over 1 year ago)
- Last Synced: 2025-01-14T14:29:25.479Z (12 months ago)
- Language: CSS
- Homepage:
- Size: 9.98 MB
- Stars: 0
- Watchers: 5
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.rst
- Code of conduct: CODE_OF_CONDUCT.rst
- Authors: AUTHORS.rst
Awesome Lists containing this project
README
# VulnTotal Browser Extension
## Overview
The VulnTotal Browser Extension integrates the VulnTotal vulnerability analysis tool directly into your browser. By leveraging Pyodide, the extension allows you to perform vulnerability checks on software packages without relying on server-side components. The extension provides a user-friendly interface that displays analysis results.
## Features
- Runs VulnTotal directly in the browser using Pyodide.
- Displays vulnerability analysis results in a clear, table format.
## Installation
1. Clone the repository:
``` sh
git clone https://github.com/aboutcode-org/vulntotal-extension.git
cd vulntotal-extension
```
2. Build the Extension:
- On Linux, run:
```sh
./release.sh
```
- On Windows, run:
```sh
release.bat
```
This will generate the extension file (.crx) in the dist folder.
## Load the Extension:
- For Chrome: Go to chrome://extensions/, enable "Developer mode," and click "Load unpacked." Select the src folder.
- For Arc and other chrome-based extensions: Just drag and drop the .crx file into the browser window and accept the installation.
## Usage
Once installed, click on the extension icon in your browser toolbar.
Enter the Package URL (PURL) of the software you wish to analyze.
View the results displayed in the extension's interface.
## Screenshots


## Sneak peak
