Orc icon indicating copy to clipboard operation
Orc copied to clipboard

Another Virtualbox detection.

Open 0x27 opened this issue 6 years ago • 0 comments

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

0x27 avatar Mar 12 '19 15:03 0x27