Skip to content

Commit

Permalink
Merge pull request #3 from noobpk/dev
Browse files Browse the repository at this point in the history
update 24-01-2022
  • Loading branch information
noobpk authored Jan 24, 2022
2 parents dec0d30 + 7415706 commit 30b19d9
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 36 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Frida Android Hook ChangeLog

## [Unrelease] - 2022-01-23
## [Unrelease] - 2022-01-24

### Added

- Update frida-scripts
- Update option listscripts

### Changed
- Update README.md
- Update repo structure
Expand Down
40 changes: 21 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,25 +87,27 @@ If you run the script but it doesn't work, you can try the following:

## Frida Scripts

|N|Spawn/Attach|Script Name| Script Description|
|:---|:---|:---|:---|
|1|S+A|android-logcat.js||
|2|S+A|call-method-of-class.js||
|3|S+A|hook-method-of-class.js||
|4|S+A|show-all-classes-methods.js||
|5|S+A|show-all-classes.js||
|6|S+A|show-specific-class-methods.js||
|7|S+A|raptor_frida_android_bypass.js||
|8|S+A|raptor_frida_android_debug.js||
|9|S+A|raptor_frida_android_findClass1.js||
|10|S+A|raptor_frida_android_findClass2.js||
|11|S+A|raptor_frida_android_lowlevel.js||
|12|S+A|raptor_frida_android_enum.js||
|13|S+A|raptor_frida_android_trace.js||
|14|S+A|show-module-exported-functions.js||
|15|S+A|show-module-exports.js||
|16|S+A|android-intercrpts-crypto.js||

|N|Spawn/Attach|Script Name| Script Description|Script Version|
|:---|:---|:---|:---|:---|
|1|S+A|android-intercepts-crypto.js|Android Intercepts Crypto Operations|1.0|
|2|S+A|android-logcat.js|Android logcat capture|1.0|
|3|S+A|call-method-of-class.js|Call method of class|1.0|
|4|S+A|dupDex.js|dupDex|1.0|
|5|S+A|fingerprint-bypass-via-exception-handling.js|Fingerprint bypass via Exception Handling.|1.0|
|6|S+A|fingerprint-bypass.js|Fingerprint bypass|1.0|
|7|S+A|hook-method-of-class.js|Hook method of class|1.0|
|8|S|raptor_frida_android_bypass.js|Raptor frida android bypass|1.0|
|9|S|raptor_frida_android_debug.js|Raptor frida android debug|1.0|
|10|S|raptor_frida_android_enum.js|Raptor frida android enum|1.0|
|11|S|raptor_frida_android_findClass1.js|Raptor frida android findclass 1|1.0|
|12|S|raptor_frida_android_findClass2.js|Raptor frida android findclass 2|1.0|
|13|S|raptor_frida_android_lowlevel.js|Raptor frida android low level |1.0|
|14|S|raptor_frida_android_trace.js|Raptor frida android trace|1.0|
|15|S+A|show-all-classes-methods.js|Show all class name and method|1.0|
|16|S+A|show-all-classes.js|Show all class name|1.0|
|17|S+A|show-module-exported-functions.js|Show module exported function|1.0|
|18|S+A|show-modules-exports.js|Show modules exports|1.0|
|19|S+A|show-specific-class-methods.js|Show specific class and method|1.0|

## Disclaimer
Because I am not a developer, so my coding skills might not be the best. Therefore, if this tool have any issue or not working for you, create an issue and i will try to fix it.
Expand Down
15 changes: 0 additions & 15 deletions requirement.txt

This file was deleted.

7 changes: 7 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
requests==2.26.0
frida==15.0.18
paramiko==2.4.2
tqdm==4.42.1
colorlog==4.0.2
scp==0.13.2
psutil==5.6.7

0 comments on commit 30b19d9

Please sign in to comment.