@@ -9,10 +9,11 @@ Adhrit is an open source Android APK ripping tool that does a basic recon on the
9
9
4 . Extracts source code in Java.
10
10
5 . Extracts source code in Smali.
11
11
6 . Recompile smali into APK
12
- 7 . Analyzes permissions used by the application.
13
- 8 . Dumps the Manifest.
14
- 9 . Dumps the certificate details.
15
- 10 . Checks for malware footprints in VirusTotal database.
12
+ 7 . Check for bytecode injection points.
13
+ 8 . Analyzes permissions used by the application.
14
+ 9 . Dumps the Manifest.
15
+ 10 . Dumps the certificate details.
16
+ 11 . Checks for malware footprints in VirusTotal database.
16
17
17
18
18
19
## Pre-requisites:
@@ -57,13 +58,13 @@ Example: ```python adhrit.py -a my_app.apk```
57
58
58
59
## Mentions:
59
60
60
- [ Seclist] (http://seclist.us/adhrit-is-an-open-source-android-apk-ripping-tool.html )
61
- [ DedSec] (https://www.dedsecinside.com/security/adhrit-android-recon-tool )
62
- [ Howucan.gr] (https://howucan.gr/scripts-tools/1531-adhrit-android-apk-ripping-tool-that-does-a-basic-recon-on-the-provided-apk-file )
63
- [ HackerTor] (https://hackertor.com/2016/12/30/adhrit-is-an-open-source-android-apk-ripping-tool/ )
64
- [ tuicool] (https://www.tuicool.com/articles/r6jQzii )
65
- [ Pinterest] (https://in.pinterest.com/pin/396246467200088526/ )
66
- [ @androidtools on Twitter] (https://twitter.com/search?q=%23androidtools%20adhrit&src=typd )
61
+ * [ Seclist] ( http://seclist.us/adhrit-is-an-open-source-android-apk-ripping-tool.html )
62
+ * [ DedSec] ( https://www.dedsecinside.com/security/adhrit-android-recon-tool )
63
+ * [ Howucan.gr] ( https://howucan.gr/scripts-tools/1531-adhrit-android-apk-ripping-tool-that-does-a-basic-recon-on-the-provided-apk-file )
64
+ * [ HackerTor] ( https://hackertor.com/2016/12/30/adhrit-is-an-open-source-android-apk-ripping-tool/ )
65
+ * [ tuicool] ( https://www.tuicool.com/articles/r6jQzii )
66
+ * [ Pinterest] ( https://in.pinterest.com/pin/396246467200088526/ )
67
+ * [ @androidtools on Twitter] ( https://twitter.com/search?q=%23androidtools%20adhrit&src=typd )
67
68
68
69
69
70
0 commit comments