Skip to content

doredry/TokenFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

TokenFinder

_______      _                    _______  _             _               
(_______)    | |                  (_______)(_)           | |              
   _   ___  | |  _  _____  ____   _____    _  ____    __| | _____   ____ 
  | | / _ \ | |_/ )| ___ ||  _ \ |  ___)  | ||  _ \  / _  || ___ | / ___)
  | || |_| ||  _ ( | ____|| | | || |      | || | | |( (_| || ____|| |    
  |_| \___/ |_| \_)|_____)|_| |_||_|      |_||_| |_| \____||_____)|_|  

Tool to extract powerful tokens from Office desktop apps memory. The tool will iterate over all the running processes, find the relevant Office desktop apps processes and will extract only the useable tokens into a .txt file.

Install

pip install pywin32
pip install psutil

Usage

default mode, iterate over all running processes and search for relevant ones

python3 TokenFinder.py 

provide specific PID's to extract tokens from

python3 TokenFinder -p 1543 5454 1050 

credit to minidump implementation: link

About

Tool to extract powerful tokens from Office desktop apps memory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages