- Notifications
You must be signed in to change notification settings - Fork0
A method to bypass SafeExamBrowser's virtual machine detection
License
tynkering/seb-patch
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
How does this work? (Click to expand/collapse)
Coming Soon!FAQ (Click to expand/collapse)
Q1: Does my exam organizer/teacher get notified if I'm using a Virtual Machine?A: Short answer is no.Although, in theory, those that are moretech-savvy, could ask for yourSEB logs.
FromSEB Official Website:
[...] Some data which can be considered to be personal (computer host name,computer account user name, some URLs of opened web pages etc.) can becontained in the log files SEB saves on the system it is running on (when used with default settings).Log files are not transmitted to any server by SEB,you can manually collect those log files for debugging purposes.
Q2: What can my exam organizer/teacher do with my SEB logs anyways?
A: Welp, surprisingly... Not much from what we analyzed. Although they can always obtainas referred on the quote before yourcomputer hostname andaccount user name. If you're running SEB on a virtual machine, obviously, that it's not going to match your original laptop's model oreven a valid computer model in that matter. Example below.
(yyyy
-mm
-dd
_hh
hnn
mss
s_Runtime.log @ Line 8):
Running SEB on a | Output | Expected Output |
---|---|---|
Laptop | Computer 'DESKTOP-1B2D3F4' is aZenbook Pro 15 UX550 manufactured byAsus | ✅ |
Virtual Machine (VirtualBox) | Computer 'DESKTOP-1A2C3E4' is aVirtual Machine VirtualBox manufactured byinnotek GmbH | ❌ |
Q3: What if my exam organizer/teacher does ask for my SEB logs after my exam/test? Am I doomed?
A: No, don't panic. In this repository @ the folder\logs
we provide a solution to this problem.
More coming soon!
About
A method to bypass SafeExamBrowser's virtual machine detection