Skip to content

tpcybersec/TP-Frida

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TP-Frida

Installation

From PyPI:

pip install TP-Frida

From Source:

git clone https://github.com/truocphan/TP-Frida.git --branch <Branch/Tag>
cd TP-Frida
python setup.py build
python setup.py install

Basic Usage

> TP-Frida --help

 ___________      ______    _     _
|_   _| ___ \     |  ___|  (_)   | |
  | | | |_/ /_____| |_ _ __ _  __| | __ _
  | | |  __/______|  _| '__| |/ _` |/ _` |
  | | | |         | | | |  | | (_| | (_| |
  \_/ \_|         \_| |_|  |_|\__,_|\__,_|

usage: TP-Frida [-h] [--remote-ip FRIDA-IP] [--remote-port FRIDA-PORT] [--run-app-cmd [CMD-Argument ...]]
                [--script-files [SCRIPT-FILE ...]] [--proxy-ip PROXY-IP] [--proxy-port PROXY-PORT]
                [--capture-targets [CAPTURE-TARGET ...]]
                {start,hook}

positional arguments:
  {start,hook}

options:
  -h, --help            show this help message and exit
  --remote-ip FRIDA-IP, -ri FRIDA-IP
                        Remote Frida-Server IP
  --remote-port FRIDA-PORT, -rp FRIDA-PORT
                        Remote Frida-Server PORT
  --run-app-cmd [CMD-Argument ...], -rac [CMD-Argument ...]
  --script-files [SCRIPT-FILE ...], -sf [SCRIPT-FILE ...]
  --proxy-ip PROXY-IP, -pi PROXY-IP
                        Proxy-Server IP
  --proxy-port PROXY-PORT, -pp PROXY-PORT
                        Proxy-Server PORT
  --capture-targets [CAPTURE-TARGET ...], -ct [CAPTURE-TARGET ...]

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages