distroverify

Utility to verify any linux distro file (*.iso) for its integrity


Keywords
security, scanner, fedora, linux, opensuse, ubuntu, ubuntu1604, ubuntu1804
License
MIT
Install
pip install distroverify==1.0.8

Documentation

pypi python license docs patreon paypal follow

distroverify

project logo

Utility to verify any linux distro file (*.iso) for its integrity.

Installation

pip install distroverify

Usage

Simply run distroverify with path to iso file as argument:

distroverify usage

Documentation

Detailed docs are available at https://distroverify.readthedocs.io/en/latest/.

Notes

  • Supported distros:

    • Ubuntu - All family
    • Debian (Live & DVD)
    • Linux Mint
    • OpenSUSE LEAP
    • Fedora (Live & netinst)
  • You shouldn't change the name of the iso file (for example, ubuntu-mate-19.04-desktop-amd64.iso) because this tool uses regular expressions to match them and then look up its hash on the corresponding distro's URL.