nsmfoo / antivmdetection

Script to create templates to use with VirtualBox to make vm detection harder
MIT License
714 stars 123 forks source link

AttributeError: 'module' object has no attribute 'bios' #70

Open jx9p3 opened 3 months ago

jx9p3 commented 3 months ago

Hello, I need help with this please:

--- Generate Virtualbox templates to help thwart vm det [*] Creating VirtualBox modifications .. Traceback (most recent call last): File "antivmdetect.py", line 29, in for v in dmidecode.bios().values(): AttributeError: 'module' object has no attribute 'bios'

I don't know what's happening, I need to fix it so I can run the code.

Milestone: 25$

jx9p3 commented 3 months ago

Another error right now:

--- Generate VirtualBox templates to help thwart VM detection and more .. - Mikael, @nsmfoo --- Traceback (most recent call last): File "antivmdetect.py", line 22, in if not os.geteuid()==0: AttributeError: 'module' object has no attribute 'geteuid'

jx9p3 commented 3 months ago

Windows 8.1

jx9p3 commented 3 months ago

Python 2.7