Recovering TeamViewer (and other) Credentials from RAM with EditBox
I recently stumbled upon the TeamViewer-dumper-in-CPP project, which shows just how easy it is to recover TeamViewer IDs, passwords, and account information from a running TV instance by enumerating child windows (on a live machine). The method is based on sending a WM_GETTEXT message to the TV GUI controls that contain the credentials. In particular, we’re looking for the two fields under the " Continue reading Recovering TeamViewer (and other) Credentials from RAM with EditBox