Git Product home page Git Product logo

get_team_pass's Introduction

get_Team_Pass

Get teamviewer's ID and password from a remote computer in the LAN

This program gets teamviewer's ID and password from a remote computer in the LAN.

Most useful for postexploitation or sysadmins

Tested on windows 7 and windows 10 x86 and x64

Download binaries from releases folder https://github.com/kr1shn4murt1/get_Team_Pass/releases/latest

Prerequisites

You must have valid credentials on the remote computer Port 445 must be accesible on target machine Teamviewer must be installed on target machine, you can get id and password from a temporary teamviewer execution also but you need to modify the code

Execution examples:

hook.exe must be in same folder as get_Team_Pass.exe If execution fails execute again until you get the ID and password

get_Team_Pass.exe -h for printing the help get_Team_Pass.exe -t [targetIp] -u [Username] -p [UsernamePassword] -d [usernameDomain] # -d parameter is optional get_Team_Pass.exe -t 192.168.175.136 -u administrator -p Password2018 get_Team_Pass.exe -t 192.168.175.136 -u administrator -p Password2018 -d domain

Execution video

https://goo.gl/VhWF4g

Blog

https://kr1shn4murt1.blogspot.com/2018/12/obtener-el-id-y-password-de-teamviewer.html

Compilation

This commands will generate files get_Team_Pass and hook.exe

pip install -r extras/requirements.txt

pyinstaller --onefile --icon=k.ico --version-file=get_Team_Pass_Version.txt get_Team_Pass.py

pyinstaller --onefile --icon=k.ico --version-file=hook_Version.txt hook.py

Sha-256 checksums of files

The checksum of the files can be found on the corresponding releases folder https://github.com/kr1shn4murt1/get_Team_Pass/releases

Authors

@kr1shn4murt1 kronux.com.co

NOTES

This program uses pywinauto lib to get the ID and password from the graphical teamviewer window

It also uses psexec, so if execution fails, test this command: psexec.exe -u user -p password \\targetip cmd -accepteula https://download.sysinternals.com/files/PSTools.zip

if the command works, this tool should work

TODO

Reduce the final size of the compiled files

Add more exception handling

Add network range capabilities to check all computers in a lan

In the future if teamviewer is not found in the remote machine, inject it

Add linux support

get_team_pass's People

Contributors

fengjixuchui avatar kr1shn4murt1 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.