Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: EvotecIT/VirusTotalAnalyzer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.4
Choose a base ref
...
head repository: EvotecIT/VirusTotalAnalyzer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.5
Choose a head ref
  • 11 commits
  • 10 files changed
  • 1 contributor

Commits on Mar 15, 2023

  1. Update examples

    PrzemyslawKlys committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    4ccaf53 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2025

  1. Enhance New-VirusScan.ps1 functionality

    - Added Password parameter for handling password-protected files.
    - Updated documentation for Url and added Password parameter description.
    - Implemented support for large file uploads (> 32MB) by requesting an upload URL.
    PrzemyslawKlys committed Jan 7, 2025
    Configuration menu
    Copy the full SHA
    53876fd View commit details
    Browse the repository at this point in the history
  2. Improve error handling in New-VirusScan.ps1

    - Added try-catch blocks for better error management during large file uploads.
    - Enhanced warning messages to include detailed error information and recommended actions.
    PrzemyslawKlys committed Jan 7, 2025
    Configuration menu
    Copy the full SHA
    31f2e66 View commit details
    Browse the repository at this point in the history
  3. Enhance ConvertTo-VTBody.ps1

    - Added quotes around the filename in Content-Disposition header
    - Added space in Content-Type header for consistency
    - Improved comments for better code clarity
    PrzemyslawKlys committed Jan 7, 2025
    Configuration menu
    Copy the full SHA
    f0db689 View commit details
    Browse the repository at this point in the history
  4. Add example script for scanning large files with VirusTotal

    - Introduced Example-SendToVirusTotalLarge.ps1
    - Demonstrates file submission and report retrieval using VirusTotal API
    PrzemyslawKlys committed Jan 7, 2025
    Configuration menu
    Copy the full SHA
    57b4353 View commit details
    Browse the repository at this point in the history
  5. Update VirusTotalAnalyzer.psd1

    - Change AliasesToExport to an array format
    - Update copyright year to 2025
    - Bump module version from 0.0.4 to 0.0.5
    - Add RequiredModules section with dependencies
    - Rearrange PrivateData section for clarity
    PrzemyslawKlys committed Jan 7, 2025
    Configuration menu
    Copy the full SHA
    89dc023 View commit details
    Browse the repository at this point in the history
  6. Fix comment formatting in VirusTotalAnalyzer.psm1

    - Updated comment to remove unnecessary whitespace
    PrzemyslawKlys committed Jan 7, 2025
    Configuration menu
    Copy the full SHA
    9903a8d View commit details
    Browse the repository at this point in the history
  7. - Implemented new feature for scanning files with VirusTotal

    - Refactored existing functions for improved readability
    - Added unit tests for new functionality
    PrzemyslawKlys committed Jan 7, 2025
    Configuration menu
    Copy the full SHA
    0703400 View commit details
    Browse the repository at this point in the history
  8. Add .gitignore file

    - Ignore IDE and build artifacts
    - Exclude temporary files and directories
    PrzemyslawKlys committed Jan 7, 2025
    Configuration menu
    Copy the full SHA
    76e3b93 View commit details
    Browse the repository at this point in the history
  9. Update CHANGELOG for version 0.0.5

    - Improve `New-VirusScan` to allow upload of files larger than 32MB
    PrzemyslawKlys committed Jan 7, 2025
    Configuration menu
    Copy the full SHA
    728cd6c View commit details
    Browse the repository at this point in the history
  10. Merge pull request #3 from EvotecIT/AddSupport32MB

    Add support for files larger than 32MB
    PrzemyslawKlys authored Jan 7, 2025
    Configuration menu
    Copy the full SHA
    70c8542 View commit details
    Browse the repository at this point in the history
Loading