Skip to content

Commit

Permalink
Merge pull request cryptax#20 from apkunpacker/master
Browse files Browse the repository at this point in the history
Added SSL Pinning and AntiFrida
  • Loading branch information
cryptax authored Feb 12, 2024
2 parents 49fb30c + 379a987 commit 2048e94
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions conf/arm.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ pattern=geteuid
[adb]
pattern=sbin/adb

[anti-frida]
pattern=gum-js-loop|frida-helper|frida-server|frida-agent|re.frida.server|linjector|gdbus|frida-gadget|pool-frida|frida-main-loop|frida_agent_main|pool-spawner|DetectFrida
description=Anti runtime analysis - Detect frida framework

[pm_install]
pattern=pm install

Expand Down
4 changes: 4 additions & 0 deletions conf/smali.conf
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,10 @@ description=Creates a socket. Used to communicate...
pattern= const-string v[0-9]*, ".*ssh.*"
description=Application uses SSH

[ssl_pinning]
pattern= javax/net/ssl/X509TrustManager;->checkClientTrusted | javax/net/ssl/X509TrustManager;->checkServerTrusted | javax/net/ssl/X509TrustManager;->getAcceptedIssuers | javax/net/ssl/HostnameVerifier;->verify | okhttp/CertificatePinner;->check | okhttp3/CertificatePinner;->check | javax/net/ssl/HttpsURLConnection;->setDefaultHostnameVerifier | javax/net/ssl/HttpsURLConnection;->setSSLSocketFactory | javax/net/ssl/HttpsURLConnection;->setHostnameVerifier | android/webkit/WebViewClient;->onReceivedSslError | org/apache/cordova/CordovaWebViewClient;->onReceivedSslError
description=Application uses SSL Pinning to secure connection

[ssid]
pattern=android/net/wifi/WifiInfo;->getSSID
description=Retrieves SSID used by Wifi
Expand Down

0 comments on commit 2048e94

Please sign in to comment.