Comprehensive Linux Security Audit Tool with Phase 1 & 2 Features
Project description
VigileGuard - Security Audit Engine (Phase 3)
๐ก๏ธ VigileGuard is a comprehensive, enterprise-grade security audit engine designed for modern development teams. It combines local scanning capabilities with powerful API integrations, CI/CD pipeline support, and real-time notifications to provide continuous security monitoring for your infrastructure.
Fast โข Developer-Friendly โข CI/CD Native โข Enterprise-Ready
VigileGuard evolves through three phases to become a complete security audit ecosystem:
- Phase 1: Core security scanning for Linux systems
- Phase 2: Web server security and advanced reporting
- Phase 3: API-first architecture with CI/CD integrations
๐ Features
Phase 1 (Core Security Checks) โ
- File Permission Analysis - Detect world-writable files, incorrect permissions on sensitive files
- User Account Security - Check for weak passwords, duplicate UIDs, sudo misconfigurations
- SSH Configuration Review - Analyze SSH settings for security best practices
- System Information Gathering - Collect OS version, kernel info, running services
Phase 2 (Advanced Security & Reporting) โ
- Web Server Security - Apache/Nginx configuration analysis, SSL/TLS checks
- Network Security Analysis - Port scanning, firewall configuration review
- Enhanced HTML Reporting - Beautiful, interactive security reports
- Compliance Mapping - PCI DSS, SOC 2, NIST CSF, ISO 27001 alignment
- Notification Integrations - Email, Slack, webhook notifications
- Trend Tracking - Historical analysis and security trend monitoring
Phase 3 (API & CI/CD Integration) โ NEW!
- REST API - Complete RESTful API with authentication and RBAC
- GitHub Actions Integration - Native CI/CD security scanning
- GitLab CI/CD Templates - Ready-to-use pipeline templates
- Jenkins Plugin Support - Enterprise CI/CD integration
- Webhook Notifications - Real-time alerts to Slack, Teams, Discord
- Multi-Format Reports - JSON, HTML, PDF, CSV export capabilities
- Role-Based Access Control - Admin, Developer, Viewer permissions
- API Key Management - Secure programmatic access
- Remote Scanning - Scan infrastructure via API endpoints
- Fleet Management - Monitor multiple servers from central dashboard
๐๏ธ Architecture
Phase 3 Technical Stack
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ VigileGuard v3.0.4 โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโค
โ ๐ REST API (FastAPI) โ
โ โโโ Authentication (JWT + API Keys) โ
โ โโโ Role-Based Access Control (RBAC) โ
โ โโโ Scan Management โ
โ โโโ Report Generation โ
โ โโโ Webhook Notifications โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโค
โ ๐ CI/CD Integrations โ
โ โโโ GitHub Actions โ
โ โโโ GitLab CI/CD โ
โ โโโ Jenkins Pipeline โ
โ โโโ Docker Containers โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโค
โ ๐ Web Dashboard (React) โ
โ โโโ Scan History & Trends โ
โ โโโ Fleet Management โ
โ โโโ Policy Configuration โ
โ โโโ Compliance Reporting โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโค
โ ๐ Notification Systems โ
โ โโโ Slack Integration โ
โ โโโ Microsoft Teams โ
โ โโโ Discord Webhooks โ
โ โโโ Custom HTTP Webhooks โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโค
โ ๐ก๏ธ Security Scanning Engine (Phases 1 & 2) โ
โ โโโ Core System Checks โ
โ โโโ Web Server Security โ
โ โโโ Network Analysis โ
โ โโโ Compliance Mapping โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ Project Structure
VigileGuard/
โโโ vigileguard/ # Main scanning engine
โ โโโ __init__.py
โ โโโ vigileguard.py # Core scanner with Phase 3 API integration
โ โโโ web_security_checkers.py # Phase 2 web security modules
โ โโโ enhanced_reporting.py # Phase 2 reporting system
โ โโโ phase2_integration.py # Phase 2 integration & config
โโโ api/ # Phase 3 REST API
โ โโโ main.py # FastAPI application
โ โโโ auth/ # Authentication & authorization
โ โ โโโ jwt_handler.py # JWT token management
โ โ โโโ api_key_auth.py # API key authentication
โ โ โโโ rbac.py # Role-based access control
โ โโโ models/ # Data models
โ โ โโโ user.py # User and API key models
โ โ โโโ scan.py # Scan management models
โ โ โโโ webhook.py # Webhook models
โ โ โโโ report.py # Report models
โ โโโ routes/ # API endpoints
โ โ โโโ auth_routes.py # Authentication endpoints
โ โ โโโ scan_routes.py # Scan management
โ โ โโโ report_routes.py # Report generation
โ โ โโโ webhook_routes.py # Webhook management
โ โ โโโ config_routes.py # Configuration management
โ โโโ services/ # Business logic
โ โโโ scan_service.py # Scan execution service
โ โโโ report_service.py # Report generation service
โ โโโ webhook_service.py # Webhook delivery service
โโโ integrations/ # CI/CD integrations
โ โโโ github_actions/ # GitHub Actions integration
โ โ โโโ action.yml # Action definition
โ โ โโโ Dockerfile # Container for GitHub Actions
โ โ โโโ entrypoint.py # GitHub Actions entrypoint
โ โ โโโ README.md # GitHub Actions documentation
โ โ โโโ example-workflow.yml # Example workflow
โ โโโ gitlab_ci/ # GitLab CI/CD templates
โ โโโ jenkins/ # Jenkins pipeline templates
โโโ dashboard/ # Web dashboard (React)
โ โโโ src/ # React source code
โ โโโ public/ # Static assets
โ โโโ package.json # Node.js dependencies
โโโ scripts/ # Utility scripts
โ โโโ badge_generator.py # Generate status badges
โ โโโ report_analyzer.py # Analyze scan reports
โ โโโ vigileguard-install.sh # Installation script
โโโ tests/ # Test suite
โ โโโ test_vigileguard.py # Core functionality tests
โ โโโ test_api.py # API tests
โ โโโ test_integrations.py # CI/CD integration tests
โโโ docs/ # Documentation
โโโ config.yaml # Default configuration
โโโ requirements.txt # Python dependencies
โโโ docker-compose.yml # Multi-service deployment
โโโ CLAUDE.md # Development roadmap
๐ฆ Installation
Method 1: Install from PyPI (Recommended)
# Install latest stable version
pip install vigileguard
# Verify installation
vigileguard --version
# Run your first scan
vigileguard
Method 2: Install from GitHub
# Install latest development version
pip install git+https://github.com/navinnm/VigileGuard.git
# Or clone and install locally
git clone https://github.com/navinnm/VigileGuard.git
cd VigileGuard
pip install -e .
Method 3: Docker Installation
# Run with Docker
docker run -p 8000:8000 vigileguard/api:v3.0.4
# Or use docker-compose
docker-compose up
Method 4: Development Installation
# Clone repository
git clone https://github.com/navinnm/VigileGuard.git
cd VigileGuard
# Create virtual environment
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
# Install in development mode
pip install -e .[dev]
๐ Quick Start
Option 1: Local Scanning (Phase 1 & 2)
# Install VigileGuard
pip install vigileguard
# Run basic scan
vigileguard
# Generate JSON report
vigileguard --format json --output scan_report.json
# Run with notifications
vigileguard --notifications --webhook-url $SLACK_WEBHOOK_URL
# Show all available options
vigileguard --help
Option 2: API Server (Phase 3)
# Install VigileGuard
pip install vigileguard
# Start the API server
vigileguard-api
# Or using Python module
python -m api
# API will be available at http://localhost:8000
# Interactive docs at http://localhost:8000/api/docs
Option 3: Remote Scanning via API
# Install VigileGuard
pip install vigileguard
# Scan remote target via API
vigileguard --target server.example.com --api-mode
# With custom API endpoint and authentication
vigileguard \
--target server.example.com \
--api-endpoint https://vigileguard-api.company.com/api/v1 \
--api-key your-api-key \
--format json
Option 4: CI/CD Integration (GitHub Actions)
# .github/workflows/security-audit.yml
name: Security Audit
on: [push, pull_request]
jobs:
security-scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.8'
- name: Install VigileGuard
run: pip install vigileguard
- name: Run Security Scan
run: |
vigileguard --format json --output scan-results.json
vigileguard --webhook-url ${{ secrets.SLACK_WEBHOOK_URL }}
env:
VIGILEGUARD_ENV: production
๐ง Advanced Installation
Prerequisites
- Python 3.8+
- Linux/Unix system (for local scanning)
- Docker (optional, for containerized deployment)
Development Installation (Advanced Users)
Method 1: Full Source Installation with Phase 3
# Clone repository
git clone https://github.com/navinnm/VigileGuard.git
cd VigileGuard
# Run automated Phase 3 installation
bash install_phase3.sh
# Test installation
./vigileguard-cli --help
./vigileguard-api & # Start API server
Method 2: Manual Development Setup
# Clone repository
git clone https://github.com/navinnm/VigileGuard.git
cd VigileGuard
# Create virtual environment
python3 -m venv venv
source venv/bin/activate
# Install in development mode with all extras
pip3 install -e .[dev,api,ci]
# Test Phase 1 & 2
vigileguard
# Test Phase 3 API
python3 -c "import api.main; print('โ
Phase 3 API OK')"
python3 -m api
Method 3: Add Phase 3 to Existing Installation
If you already have VigileGuard Phase 1 & 2 working:
# In your existing VigileGuard directory
cd /path/to/your/vigileguard
# Download Phase 3 components
wget https://github.com/navinnm/VigileGuard/archive/main.zip
unzip main.zip
cp -r VigileGuard-main/api .
cp -r VigileGuard-main/integrations .
# Install Phase 3 dependencies
pip3 install fastapi uvicorn pydantic python-multipart aiofiles httpx
# Test API
python3 -c "import api.main; print('โ
Phase 3 API Ready!')"
# Start API server
python3 -m api
Method 4: Docker Deployment
# Clone repository
git clone https://github.com/navinnm/VigileGuard.git
cd VigileGuard
# Start all services
docker-compose up -d
# Access API at http://localhost:8000
# Access dashboard at http://localhost:3000
Method 5: Deployment Package
For production deployments or isolated environments:
# Download deployment package
wget https://github.com/navinnm/VigileGuard/releases/download/v3.0.4/vigileguard-phase3-v3.0.4.tar.gz
# Extract and install
tar -xzf vigileguard-phase3-v3.0.4.tar.gz
cd vigileguard-phase3-deployment
bash quickstart.sh
# Start services
./vigileguard-api &
./vigileguard-cli --help
Troubleshooting Installation
Common Issues:
1. ModuleNotFoundError: No module named 'api'
# Ensure you're in the correct directory
cd /path/to/VigileGuard
# Install in development mode
pip3 install -e .
# Verify installation
python3 -c "import sys; print('Python path:', sys.path)"
python3 -c "import api.main; print('API module found')"
2. Missing Phase 3 Dependencies
# Install all Phase 3 requirements
pip3 install fastapi uvicorn pydantic python-multipart aiofiles httpx requests
3. Permission Issues
# Make scripts executable
chmod +x vigileguard-cli vigileguard-api install_phase3.sh
# Check Python permissions
ls -la $(which python3)
4. Port 8000 Already in Use
# Check what's using the port
netstat -tulpn | grep :8000
# Kill the process or use different port
# Set environment variable for different port
export VIGILEGUARD_API_PORT=8001
python3 -m api
๐ Usage Examples
CLI Usage
# Basic local scan
vigileguard
# Scan with specific checkers
vigileguard --checkers ssh,firewall,web-server
# Generate HTML report
vigileguard --format html --output security_report.html
# Remote API scanning
vigileguard --target production.example.com --api-mode
# With webhook notifications
vigileguard --webhook-url https://hooks.slack.com/your/webhook/url
API Usage
# Authenticate and get token
curl -X POST http://localhost:8000/api/v1/auth/login \
-H "Content-Type: application/json" \
-d '{"username": "admin", "password": "admin123"}'
# Create scan
curl -X POST http://localhost:8000/api/v1/scans/ \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"name": "Production Scan",
"target": "prod.example.com",
"checkers": ["ssh", "firewall", "web-server"]
}'
# Run scan
curl -X POST http://localhost:8000/api/v1/scans/{scan_id}/run \
-H "Authorization: Bearer YOUR_TOKEN"
# Get results
curl http://localhost:8000/api/v1/scans/{scan_id} \
-H "Authorization: Bearer YOUR_TOKEN"
Python API
import requests
# API client example
class VigileGuardAPI:
def __init__(self, base_url, api_key):
self.base_url = base_url
self.headers = {"Authorization": f"Bearer {api_key}"}
def create_scan(self, target, checkers=None):
data = {"name": f"Scan {target}", "target": target}
if checkers:
data["checkers"] = checkers
response = requests.post(
f"{self.base_url}/scans/",
json=data,
headers=self.headers
)
return response.json()
# Usage
api = VigileGuardAPI("http://localhost:8000/api/v1", "your-api-key")
scan = api.create_scan("server.example.com", ["ssh", "firewall"])
๐ Security & Authentication
API Authentication
VigileGuard Phase 3 supports multiple authentication methods:
- JWT Tokens - For interactive users
- API Keys - For programmatic access
- Role-Based Access Control - Admin, Developer, Viewer roles
Creating API Keys
# Via API
curl -X POST http://localhost:8000/api/v1/auth/api-keys \
-H "Authorization: Bearer YOUR_JWT_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"name": "CI/CD Pipeline Key",
"permissions": ["scan:create", "scan:run", "report:read"],
"expires_days": 365
}'
Permission System
- Admin: Full system access, user management, configuration
- Developer: Create/run scans, generate reports, manage webhooks
- Viewer: Read-only access to scans and reports
๐ Integrations
Webhook Notifications
Slack Integration
# Create Slack webhook
curl -X POST http://localhost:8000/api/v1/webhooks/slack \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"name": "Security Alerts",
"webhook_url": "https://hooks.slack.com/your/webhook/url",
"events": ["scan.completed", "finding.critical"],
"channel": "#security"
}'
Microsoft Teams
# Create Teams webhook
curl -X POST http://localhost:8000/api/v1/webhooks/teams \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"name": "Security Notifications",
"webhook_url": "https://outlook.office.com/webhook/your/teams/url",
"events": ["scan.completed", "scan.failed"]
}'
CI/CD Platforms
GitHub Actions
- name: Security Scan
uses: vigileguard/github-action@v3
with:
target: ${{ github.repository }}
fail-on-critical: true
api-endpoint: ${{ secrets.VIGILEGUARD_API_URL }}
api-key: ${{ secrets.VIGILEGUARD_API_KEY }}
GitLab CI/CD
include:
- remote: 'https://raw.githubusercontent.com/navinnm/VigileGuard/main/integrations/gitlab_ci/security-audit.yml'
variables:
VIGILEGUARD_TARGET: "production.example.com"
VIGILEGUARD_API_KEY: $VIGILEGUARD_API_KEY
Jenkins Pipeline
pipeline {
agent any
stages {
stage('Security Scan') {
steps {
vigileguardScan(
target: 'production.example.com',
apiEndpoint: env.VIGILEGUARD_API_URL,
apiKey: env.VIGILEGUARD_API_KEY,
failOnCritical: true
)
}
}
}
}
๐ Reports & Analytics
Report Formats
- Console: Real-time colored output
- JSON: Machine-readable structured data
- HTML: Interactive web reports with charts
- PDF: Printable executive summaries
- CSV: Spreadsheet-compatible data export
Compliance Frameworks
- PCI DSS: Payment card industry standards
- SOC 2: Service organization controls
- ISO 27001: Information security management
- NIST CSF: Cybersecurity framework
- CIS Controls: Critical security controls
Sample Report Generation
# Generate compliance report
curl -X POST http://localhost:8000/api/v1/reports/export \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"scan_ids": ["scan_123", "scan_124"],
"format": "pdf",
"compliance_frameworks": ["pci_dss", "soc2"]
}' \
--output compliance_report.pdf
๐ฅ๏ธ Web Dashboard
Features
- Real-time Scan Monitoring: Track scan progress and status
- Historical Trends: Security posture improvement over time
- Fleet Management: Monitor multiple servers and environments
- Policy Configuration: Visual security policy editor
- Compliance Dashboard: Framework-specific compliance tracking
- User Management: RBAC configuration interface
Accessing the Dashboard
# Start dashboard (if using Docker)
docker-compose up dashboard
# Access at http://localhost:3000
๐ณ Docker Deployment
Single Container
docker run -p 8000:8000 vigileguard/api:v3.0.4
Multi-Service Deployment
# docker-compose.yml
version: '3.8'
services:
api:
image: vigileguard/api:v3.0.4
ports:
- "8000:8000"
environment:
- DATABASE_URL=postgresql://user:pass@db:5432/vigileguard
- REDIS_URL=redis://redis:6379
depends_on:
- db
- redis
dashboard:
image: vigileguard/dashboard:v3.0.4
ports:
- "3000:3000"
environment:
- REACT_APP_API_URL=http://localhost:8000/api/v1
db:
image: postgres:13
environment:
- POSTGRES_DB=vigileguard
- POSTGRES_USER=user
- POSTGRES_PASSWORD=pass
redis:
image: redis:6-alpine
๐งช Testing
Running Tests
# Install test dependencies
pip install -r requirements-dev.txt
# Run all tests
pytest
# Run specific test categories
pytest tests/test_api.py # API tests
pytest tests/test_integrations.py # CI/CD integration tests
pytest tests/test_vigileguard.py # Core scanner tests
# Run with coverage
pytest --cov=vigileguard --cov=api
API Testing
# Test authentication
curl -X POST http://localhost:8000/api/v1/auth/login \
-H "Content-Type: application/json" \
-d '{"username": "admin", "password": "admin123"}'
# Test webhook
curl -X POST http://localhost:8000/api/v1/webhooks/test \
-H "Authorization: Bearer YOUR_TOKEN"
# Health check
curl http://localhost:8000/health
๐ Performance & Scaling
Performance Metrics
- Scan Speed: < 30 seconds for typical infrastructure
- API Throughput: 100+ concurrent requests
- Report Generation: < 10 seconds for standard reports
- Webhook Delivery: < 1 second typical latency
Scaling Considerations
- Horizontal Scaling: Multiple API instances behind load balancer
- Database: PostgreSQL with read replicas for high availability
- Caching: Redis for API response caching and session management
- Queue Processing: Celery for background scan execution
๐ ๏ธ Development
Setting up Development Environment
# Clone repository
git clone https://github.com/navinnm/VigileGuard.git
cd VigileGuard
# Create virtual environment
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
# Install development dependencies
pip install -r requirements-dev.txt
# Start development API server
python -m api.main
# Start development dashboard
cd dashboard
npm install
npm start
Contributing
- Fork the repository
- Create feature branch (
git checkout -b feature/amazing-feature) - Commit changes (
git commit -m 'Add amazing feature') - Push to branch (
git push origin feature/amazing-feature) - Open Pull Request
Development Roadmap
- Phase 3 Completion โ : API, CI/CD integrations, webhooks, dashboard
- Phase 4 Planning ๐: ML-based threat detection, advanced analytics
- Cloud Integrations ๐: AWS, GCP, Azure native scanning
- Mobile Dashboard ๐: React Native mobile application
๐ Configuration
Configuration File (config.yaml)
# VigileGuard Configuration
api:
host: "0.0.0.0"
port: 8000
debug: false
database:
url: "postgresql://user:pass@localhost:5432/vigileguard"
redis:
url: "redis://localhost:6379"
security:
jwt_secret: "your-secret-key"
jwt_expiry_hours: 24
api_key_expiry_days: 365
scanning:
max_concurrent_scans: 5
default_timeout: 300
notifications:
webhook_timeout: 30
max_retries: 3
compliance:
frameworks:
- pci_dss
- soc2
- iso_27001
Environment Variables
# API Configuration
export VIGILEGUARD_API_HOST=0.0.0.0
export VIGILEGUARD_API_PORT=8000
export VIGILEGUARD_JWT_SECRET=your-secret-key
# Database
export DATABASE_URL=postgresql://user:pass@localhost:5432/vigileguard
export REDIS_URL=redis://localhost:6379
# External Integrations
export SLACK_WEBHOOK_URL=https://hooks.slack.com/your/url
export GITHUB_TOKEN=your-github-token
๐จ Troubleshooting
Common Issues
API Server Won't Start
# Check port availability
netstat -tulpn | grep :8000
# Check logs
python -m api.main --debug
# Verify dependencies
pip install -r requirements.txt
Scan Failures
# Check permissions
ls -la /etc/ssh/sshd_config
# Test connectivity
ping target-server.com
# Debug mode
vigileguard --debug
Webhook Delivery Issues
# Test webhook endpoint
curl -X POST https://your-webhook-url \
-H "Content-Type: application/json" \
-d '{"test": "message"}'
# Check webhook logs
curl http://localhost:8000/api/v1/webhooks/{webhook_id}/stats \
-H "Authorization: Bearer YOUR_TOKEN"
Getting Help
- ๐ Documentation: docs/
- ๐ Bug Reports: GitHub Issues
- ๐ฌ Discussions: GitHub Discussions
- ๐ Security Issues: security@vigileguard.com
๐ License
This project is licensed under the MIT License - see the LICENSE file for details.
๐ Acknowledgments
- Security Community: For best practices and vulnerability research
- Open Source Libraries: FastAPI, Rich, Click, and other dependencies
- Contributors: All developers who have contributed to VigileGuard
- Beta Testers: Organizations using VigileGuard in production
๐ Links
- Homepage: https://vigileguard.com
- Documentation: https://docs.vigileguard.com
- API Docs: http://localhost:8000/api/docs (when running)
- GitHub: https://github.com/navinnm/VigileGuard
- Docker Hub: https://hub.docker.com/r/vigileguard/
- PyPI: https://pypi.org/project/vigileguard/
VigileGuard v3.0.4 - Comprehensive Security Audit Engine with API & CI/CD Integration
Made with โค๏ธ by the VigileGuard Team
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vigileguard-3.0.4.tar.gz.
File metadata
- Download URL: vigileguard-3.0.4.tar.gz
- Upload date:
- Size: 85.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2460e5cf85c75edc7ba67c7c77149fbf7977f584d1becc27de675d15a0f4a5af
|
|
| MD5 |
bf73b94006a78ff9b6ef7c23464e3ae7
|
|
| BLAKE2b-256 |
1aa0b77cf651566fc1ee0b073f506de69e49c99e84d72105abca3a8daaa08021
|
File details
Details for the file vigileguard-3.0.4-py3-none-any.whl.
File metadata
- Download URL: vigileguard-3.0.4-py3-none-any.whl
- Upload date:
- Size: 70.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5fe6c285f6bd0f66da57d5b651fdef0ecd8968aa4d9f8b4f8a8e8986f640d8ba
|
|
| MD5 |
acda265535b72f7279a7ca37a61f1e76
|
|
| BLAKE2b-256 |
185d3756cbd02f2038ff579d08ae09e9e71e64415ded0031168a08fb3f3a92f6
|