nsmfoo / antivmdetection

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

Add sudo to pip3 install #54

Closed Nibba2018 closed 3 years ago

Nibba2018 commented 4 years ago

Hi, the instructions doesn't have sudo pip3 install... thus users will face a problem like this: Traceback (most recent call last): File "antivmdetect.py", line 10, in <module> import dmidecode ModuleNotFoundError: No module named 'dmidecode'

guihatano commented 4 years ago

Thanks, this helped me

nsmfoo commented 3 years ago

Will merge, thank you for your feedback!