diff --git a/CHANGELOG.md b/CHANGELOG.md index f947611..0541997 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 01a563d..d927a01 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/requirement.txt b/requirement.txt deleted file mode 100644 index 259808f..0000000 --- a/requirement.txt +++ /dev/null @@ -1,15 +0,0 @@ -frida-tools -time -os -sys -optparse -threading -codecs -shutil -tempfile -subprocess -re -paramiko -scp -tqdm -traceback \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..7dad3f9 --- /dev/null +++ b/requirements.txt @@ -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