Dark Team | Dark Net Market, Carders forum, Carding forum, Hacking forum, Private carding forum

Welcome to DarkTeam Community

Sign up Today and Get Money Transfer offers.

Static Analysis Tool For Android/iOS https://darkteam.cc


#1


A static analysis tool for Android and iOS applications focusing on security issues outside the source code such as resource strings, third party libraries and configuration files.
Requirements
Python 3 is required and you can find all required modules in the requirements.txt file. Only tested on Python 3.7 but should work on other 3.x releases. No plans to 2.x support at this time.
Installation
You can install this via PIP as follows:
Code:
pip install truegaze
truegaze
To download and run manually, do the following:
Code:
git clone https://github.com/nightwatchcybersecurity/truegaze.git
cd truegaze
pip -r requirements.txt
python -m truegaze.cli
How to use
To list modules:
Code:
truegaze list
To scan an application:
Code:
truegaze scan test.apk
truegaze scan test.ipa
 

Top