-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
51 lines (36 loc) · 1.74 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
================================================================================
README
================================================================================
================================= GENERAL INFO =================================
Project: Asthook
Contributors: MadSquirrels
License: GNU General Public License v3.0
Version: v1.0
Date: 02-16-20
===================================== GOAL =====================================
Asthook allows to make a static analysis and a dynamic analysis of application
content. The great advantage of this tool is its modularity and the possibility
of teamwork. This tool brings 2 functionalities rarely highlighted is
the automated creation of APK for POC, as well as the syntax and tint analysis
of the source code.
Many plug-ins allowing to analyze the application are already present such as :
- The search for literals in the source code
- Lists the set of read and write functions on the file system.
- The search for exploitable vulnerable Intent and generation of an apk poc
- The list of all user entry points
- The function search called in the apk
- Function search in the apk
- Automatic generation of a hook on a function
- Automatic installation of the certificate
- Automated bypass of SLL pinning
- Recovery of deleted files
- Etc.
================================ READ THE DOCS =================================
To see how to install and how to use follow this link:
https://madsquirrels.gitlab.io/mobile/asthook/
If you want to know how to install it and use it in local follow this
instructions:
- cd docs
- pip3.7 install -r requirement.txt
- make render
- open your browser and go to 127.0.0.1:8000