Skip to content

Commit cdf5e1b

Browse files
committed
updates
1 parent d8bf07c commit cdf5e1b

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

README.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ Adhrit is an open source Android APK ripping tool that does a basic recon on the
99
4. Extracts source code in Java.
1010
5. Extracts source code in Smali.
1111
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.
1617

1718

1819
## Pre-requisites:
@@ -57,13 +58,13 @@ Example: ```python adhrit.py -a my_app.apk```
5758

5859
## Mentions:
5960

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)
6768

6869

6970

0 commit comments

Comments
 (0)