Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
TeamViewer-dumper-in-CPP — Dumps TeamViewer ID,Password and account settings from a running TeamViewer instance by enumerating child windows. | Kitploit
Tools/GitHubGitHub/kkar/teamviewer-dumper-in-cpp
ReconnaissancePassword AttacksInformation GatheringPost-ExploitationRed Teaming
GitHubkkar/teamviewer-dumper-in-cpp

TeamViewer-dumper-in-CPP

Dumps TeamViewer ID,Password and account settings from a running TeamViewer instance by enumerating child windows.

View Repository
4518111 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

TeamViewer-dumper-in-CPP

Dumps TeamViewer ID,Password and account settings from a running TeamViewer instance by enumerating child windows.

Compilation and requirements

  1. Compile with CL
  2. cl TeamViewerDump.cpp
  3. or with cl TeamViewerDump.cpp /EHsc
  4. Requirements
  5. TeamViewer must be running
  6. Tested only with English GUI of TeamViewer

Sample output

root@kitploit:~
C:\tools\Projects>TeamViewer_Dump.exe
TeamViewer ID: 606 151 261
TeamViewer PASS: 3239
E-mail: [email protected]
Password: FooPassword123

C:\tools\Projects>
Download Tool