https://github.com/ferib/lockdownlogger
Small tool for logging LockDownBrowser activity on the client
https://github.com/ferib/lockdownlogger
Last synced: 6 months ago
JSON representation
Small tool for logging LockDownBrowser activity on the client
- Host: GitHub
- URL: https://github.com/ferib/lockdownlogger
- Owner: ferib
- Created: 2020-01-26T19:30:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-24T19:27:22.000Z (almost 6 years ago)
- Last Synced: 2025-04-10T02:43:57.982Z (over 1 year ago)
- Language: C++
- Size: 1.39 MB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# LockDownLogging
Small DLL hooking Respondus LockDownBrowser functions in order to obtain more information about what it is doing.
Grab a tinfoil hat and start looking at what kind of weird stuff LockDownBrowser is logging!
# Keyboard Bypass
LockDownBrowser prevents keyboard action like "alt+tab" to avoid cheating on a exam. A bypass has been added to counter this feature in order to alt+tab into our Console Window (and of course, to take screenshots as done below)
# Result

# :warning: Warning :warning:
**if you thought you could use my tool in order to cheat on your exam, then you are wrong!**
There is a "TopMost" detection that checks if the current focused window is from LockDownBrowser.
This detection will trigger from the moment you do alt+tab or any other keybind to change focus to any other window that isn't created by LockDownBrowser itself.
You will get a warning at first, after the first warning you get notified that LockDownBrowser will get shut down.
Good thing is that the detection is **only active when you are doing an exam**, so it's still possible to use my tool for logging & debugging LockDownBrowser.
*(Canvas has also a build in detection system for when focus is lost, these results gets send back to canvas to detect cheaters!)*
Of course it's still possible to bypass both "TopMost" detection and the Canvas detection.. but hey, fuck off.