Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
yay
  • Loading branch information
Yogehi authored Oct 18, 2023
1 parent 14aeb8c commit d89813a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
Custom Magisk Module that does various tasks on the device for pentest purposes

* Move CA certificates from the User store to the System store
* This means you need to install your root CA via the Settings menu in Android before this module will move your root CA
* Add a `frida-server` binary to the device and run it

Latest build is in the Releases section

If you want to modify the logic of this module:

* `post-fs-data.sh` contains most of the logic for the module itself
* `service.sh` ensures `frida-server` continues to run
* `post-fs-data.sh` contains most of the logic, including moving root CAs for Android API 33 and below
* `service.sh` ensures `frida-server` continues to run, as well as moving root CAs for Android API 34 and above

If you want to build your own module, or if you want to build a version with newer `frida-server` binaries, then:

Expand Down

0 comments on commit d89813a

Please sign in to comment.