Orc
Orc copied to clipboard
Another Virtualbox detection.
This works, but its not reliable/stable enough to commit yet. I was thinking instead of just flagging one service in there, actually using grep -E with a list of VM services launched inside of guests for more comprehensive detection.
if ps aux | grep -v grep | grep -qi "VBoxService"; then
echo "Virtual machine! (Virtualbox)"
TTT=1
fi