nsmfoo / antivmdetection

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

"relase" on line 50 and suggestions #57

Closed looi-wh closed 3 years ago

looi-wh commented 4 years ago

you miswrote "release" as "relase" on line 50. I corrected it and the script got working again.

and i suggest you to change your readme.md on one of its line: pip3 -r requirements.txt to sudo pip3 -r requirements.txt

as running it without superuser caused dmidecode not to be found in modules

nsmfoo commented 4 years ago

Hi @looi-wh ,

thank you for your contribution!

/Mikael

nsmfoo commented 3 years ago

PR approved and a comment added to the code, that will make the reason why the typo exist is in the code more clear. Thank you for your feedback!