You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: