Vulnerability Details: - Type: CVE-2018-14333 - Description: Extracts passwords from TeamViewer memory using Frida TeamViewer Automatic Authentication: - TeamViewer has the ability to automatically authenticate using stored passwords Password Location: - Passwords are stored in memory in Unicode format - The first red area represents start magic data and the second one - end magic data Script for Getting Password: - Uses Frida to attach to TeamViewer.exe process - Dumps memory regions with specific start and end magic data - Decodes raw data according to a regular expression and password policy - Python and C++ scripts are available Future Improvements: - Reduce false positive rates - Optimize C++ code from the provided GitHub repository