doccaz / py_vmdetect

Python virtual machine detection library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python virtual machine detection library

Documentation Status

Python virtual machine detection tool detects virtual enviroment - VMWare, XEN, FreeBSD jail eg

Features

  • This pyhton library detects system eniroment. VMware, Xen, FreeBSD jail etc

`python from py_vmdetect import VMDetect vmd = VMDetect() vmd.is_vm() `

  • Also installs py_vmdetect cli tool:

    $ py_vmdetect --test-type is_vm
    Is Virtual: no
    

Credits

About

Python virtual machine detection library

License:MIT License


Languages

Language:Python 56.4%Language:C++ 30.5%Language:Makefile 13.1%