As part of my Dark Arts Saga - EDR Evasion, I have the need to host multiple images of Windows 10, Windows 11 and other Systems. For the purpose of writing, automating and maintaining Evasive Malware I need to host multiple versions of Windows VMs. Here a short list of the different VMs that I... Continue Reading →
PIP Install OpenAI. How to Install it in Python 3.12 + HelloWorld.
So you want to jump into the AI Bandwagon and start using ChatGPT via the OpenAI API, this is the howto to get started for you. We will cover how to setup the environment, provide a few working examples how to call your OpenAI APIs from Python. Create a .venv for your dependencies. For this... Continue Reading →
How to Install Multiple WSL Instances (Ubuntu) for Developers.
In recent times, the use of WSL (Windows Subsystem for Linux) has been raising in popularity. I see more developers replacing other virtualization solutions in favor of WSL. In such case you might need a way to create and maintain multiple WSL Instances with different Software Stack, Installations and versions. This Guide will show you... Continue Reading →