温馨提示:本平台仅供研究软件风险、安全评估,禁止用于非法用途。由于展示的数据过于全面,请耐心等待加载完成。如有疑问或建议, 可加入我们的微信群讨论

APP评分

病毒检测 无法判定

安全评分

文件信息

文件名称 499F9FA1216AF4F5B2B0AAEDD22B946D.apk
文件大小 10.14MB
MD5 499f9fa1216af4f5b2b0aaedd22b946d
SHA1 ee199491282b616376cd8f337910c7868824a86a
SHA256 678e48f3bab4b2a450dbc4a3349dff81505bc5941f149a04bb2079fce8c56a9c

应用信息

应用名称 NSZ⁡⁡C⁡⁡
包名 doz.fzbl.szhjfun
主活动 com.cacode.androidShell.HomeActivity
目标SDK      最小SDK
版本号 1.0     子版本号 1
加固信息 未加壳

组件导出信息

扫描选项

重新扫描 管理规则 动态分析

反编译代码

Manifest文件 查看
APK文件 下载
Java源代码 查看 -- 下载

证书信息

二进制文件已签名
v1 签名: False
v2 签名: True
v3 签名: False
v4 签名: False
主题: C=TG@apksigner, ST=TG@apksigner, L=TG@apksigner, O=ln1721624318824, OU=vn1721624318824, CN=yadc
签名算法: rsassa_pkcs1v15
有效期自: 2024-07-22 04:58:38+00:00
有效期至: 2074-07-10 04:58:38+00:00
发行人: C=TG@apksigner, ST=TG@apksigner, L=TG@apksigner, O=ln1721624318824, OU=vn1721624318824, CN=yadc
序列号: 0x130fa7ad
哈希算法: sha1
证书MD5: c58252ead5fe184e23cb4821a3b715fb
证书SHA1: dc40979fc87eaf5b7490e58a73f8f1fb3b56d4a5
证书SHA256: dd5ac1def18894dd70ea79390f51fc0cb08add8709dc5d2da970ba30cf2620d8
证书SHA512: 70b39997dcca505727271adbe8deeb877b476cf363b01ded3ecbc375f0a11154b29f7307f696b446068b97dbd1573f418d388b16f16b58a2bbb1b9549b631529
公钥算法: rsa
密钥长度: 1024
指纹: 820964ccfa4d94664d8f2ad4dbdf54b99a2a54edaf45c6584dcbac07877ccd1c
找到 1 个唯一证书

应用程序权限

权限名称 安全等级 权限内容 权限描述 关联代码
android.permission.INTERNET 危险 完全互联网访问 允许应用程序创建网络套接字。

证书分析

高危
0
警告
0
信息
1
标题 严重程度 描述信息
已签名应用 信息 应用程序已使用代码签名证书进行签名

MANIFEST分析

高危
0
警告
3
信息
0
屏蔽
0
序号 问题 严重程度 描述信息 操作
1 应用程序已启用明文网络流量
[android:usesCleartextTraffic=true]
警告 应用程序打算使用明文网络流量,例如明文HTTP,FTP协议,DownloadManager和MediaPlayer。针对API级别27或更低的应用程序,默认值为“true”。针对API级别28或更高的应用程序,默认值为“false”。避免使用明文流量的主要原因是缺乏机密性,真实性和防篡改保护;网络攻击者可以窃听传输的数据,并且可以在不被检测到的情况下修改它。
2 应用程序数据存在被泄露的风险
未设置[android:allowBackup]标志
警告 这个标志 [android:allowBackup]应该设置为false。默认情况下它被设置为true,允许任何人通过adb备份你的应用程序数据。它允许已经启用了USB调试的用户从设备上复制应用程序数据。
3 Activity () 未被保护。
存在一个intent-filter。
警告 发现 Activity与设备上的其他应用程序共享,因此让它可以被设备上的任何其他应用程序访问。intent-filter的存在表明这个Activity是显式导出的。

可浏览的ACTIVITIES

ACTIVITY INTENT

网络安全配置

序号 范围 严重级别 描述

源代码分析

高危
2
警告
3
信息
1
安全
0
屏蔽
0
序号 问题 等级 参考标准 文件位置 操作
1 SSL的不安全实现。信任所有证书或接受自签名证书是一个关键的安全漏洞。此应用程序易受MITM攻击 高危 CWE: CWE-295: 证书验证不恰当
OWASP Top 10: M3: Insecure Communication
OWASP MASVS: MSTG-NETWORK-3
com/cacode/androidShell/SslUtils.java
2 应用程序使用不安全的随机数生成器 警告 CWE: CWE-330: 使用不充分的随机数
OWASP Top 10: M5: Insufficient Cryptography
OWASP MASVS: MSTG-CRYPTO-6
com/cacode/androidShell/MainActivity.java
3 应用程序记录日志信息,不得记录敏感信息 信息 CWE: CWE-532: 通过日志文件的信息暴露
OWASP MASVS: MSTG-STORAGE-3
com/cacode/androidShell/MainActivity.java
4 不安全的Web视图实现。可能存在WebView任意代码执行漏洞 警告 CWE: CWE-749: 暴露危险方法或函数
OWASP Top 10: M1: Improper Platform Usage
OWASP MASVS: MSTG-PLATFORM-7
com/cacode/androidShell/MainActivity.java
5 可能存在跨域漏洞。在 WebView 中启用从 URL 访问文件可能会泄漏文件系统中的敏感信息 警告 CWE: CWE-200: 信息泄露
OWASP Top 10: M1: Improper Platform Usage
OWASP MASVS: MSTG-PLATFORM-7
com/cacode/androidShell/MainActivity.java
6 不安全的Web视图实现。Web视图忽略SSL证书错误并接受任何SSL证书。此应用程序易受MITM攻击 高危 CWE: CWE-295: 证书验证不恰当
OWASP Top 10: M3: Insecure Communication
OWASP MASVS: MSTG-NETWORK-3
com/cacode/androidShell/MainActivity.java

动态库分析

No Shared Objects found.
序号 动态库 NX(堆栈禁止执行) STACK CANARY(栈保护) RELRO RPATH(指定SO搜索路径) RUNPATH(指定SO搜索路径) FORTIFY(常用函数加强检查) SYMBOLS STRIPPED(裁剪符号表)

文件分析

序号 问题 文件

VIRUSTOTAL扫描

  VirusTotal: 未执行扫描

滥用权限

恶意软件常用权限 0/30
其它常用权限 1/46
android.permission.INTERNET

恶意软件常用权限 是被已知恶意软件广泛滥用的权限。
其它常用权限 是已知恶意软件经常滥用的权限。

IP地图

域名检测

手机号码

网址

FIREBASE实例

邮箱

追踪器

名称 类别 网址

密钥凭证

已显示 1 个secrets
1、 aHR0cHM6Ly9zbnhqZG0yOGR0eHcuczMtYWNjZWxlcmF0ZS5hbWF6b25hd3MuY29tL3NqeG5kaG4udHh0

字符串列表

建议导出为TXT,方便查看。

活动列表

已显示 2 个activities
1、
2、

服务列表

广播接收者列表

内容提供者列表

第三方SDK

SDK名称 开发者 描述信息
File Provider Android FileProvider 是 ContentProvider 的特殊子类,它通过创建 content://Uri 代替 file:///Uri 以促进安全分享与应用程序关联的文件。

文件列表

AndroidManifest.xml
resources.arsc
assets/nszc/static/images/market/sz.png
res/XS.xml
res/d1.9.png
assets/nszc/static/fonts/dcloud_iconfont.ttf
res/I3.png
assets/nszc/static/images/market/refresh.png
res/ld.9.png
res/Pi.9.png
assets/nszc/static/js/pages-market-index.1309e089.js
res/uB.png
res/q4.png
META-INF/androidx.localbroadcastmanager_localbroadcastmanager.version
res/Ny.png
res/o-.xml
res/fQ.png
assets/nszc/static/user/card-bg.png
res/-u.xml
assets/nszc/static/images/home/icon/tab-9.png
assets/nszc/static/mark/trade-icon05.png
res/M6.xml
assets/nszc/static/svg/home/icon-kfzx.svg
res/Of.9.png
res/color-v23/abc_btn_colored_text_material.xml
res/KE.png
res/hu.xml
assets/nszc/static/mark/sell-icon.png
res/ca.9.png
res/x1.xml
res/wT.png
assets/nszc/static/mark/fail-icon.svg
res/33.9.png
assets/nszc/static/mark/pass.png
assets/nszc/static/svg/home/icon-lhb.svg
res/color/abc_primary_text_disable_only_material_dark.xml
res/vd.png
assets/nszc/static/js/pages-user-order-detali.a917c842.js
assets/nszc/static/mark/w_icon02.png
assets/nszc/static/images/market/hot.png
assets/nszc/static/mark/bj.png
res/O3.9.png
res/lW.xml
res/zN.png
assets/nszc/static/js/pages-user-order-history-detali.ac659211.js
assets/nszc/static/user/question.png
META-INF/androidx.customview_customview.version
res/Of1.9.png
res/sc.png
res/m9.9.png
res/Qw.xml
res/u3.png
res/3f.png
res/jX.png
assets/nszc/components/uni-zy-upgrade/static/images/yellow.png
assets/nszc/static/js/8613.a45de5ed.js
res/color/abc_tint_spinner.xml
res/hy.png
assets/nszc/static/mark/s.png
res/color/abc_primary_text_material_light.xml
res/vD.xml
res/FG.png
res/N-.xml
res/SU.xml
assets/nszc/static/tab/user.png
res/color/abc_primary_text_disable_only_material_light.xml
assets/nszc/static/images/home/icon/tab-1.png
assets/nszc/static/user/card.png
res/dM.png
res/36.xml
res/3_.png
assets/nszc/static/svg/home/icon-xgsg.svg
res/color/abc_search_url_text.xml
res/e4.9.png
res/f1.xml
META-INF/androidx.legacy_legacy-support-core-ui.version
res/wK.9.png
res/HS.9.png
assets/nszc/static/user/password.png
res/9o.png
res/BO.png
assets/nszc/static/svg/home/bg-header.svg
res/kK.9.png
res/cB.png
res/SH.xml
assets/nszc/static/images/market/buy-success.png
res/j-.9.png
assets/nszc/static/js/pages-agreement-login-user-agreement.fc163bed.js
res/ll.xml
res/Et.png
res/vp.xml
res/fv.9.png
res/oj.png
res/S-.png
assets/nszc/static/mark/icon-pass.svg
res/2a.png
res/WT.xml
res/b9.xml
res/bK.png
res/st.9.png
assets/nszc/static/mark/sz.png
res/-Y.xml
res/DP.xml
res/5j.9.png
res/e1.xml
res/LD.png
res/1S.png
assets/nszc/static/images/market/search-white.png
assets/nszc/static/user/transfer_bg2.png
res/color-v23/abc_btn_colored_borderless_text_material.xml
assets/nszc/static/mark/w_icon01.png
assets/nszc/static/fonts/unincomponents.ttf
res/3c.xml
res/bB.png
assets/nszc/static/tab/hangqing.png
res/6I.png
res/L_.png
assets/nszc/static/mark/set-icon.png
res/VK.9.png
META-INF/androidx.legacy_legacy-support-core-utils.version
res/8T.png
res/LZ.png
assets/nszc/static/svg/home/icon-schq.svg
res/z3.xml
res/color/abc_tint_switch_track.xml
assets/nszc/static/user/authentication.png
res/r-.xml
res/SD.png
assets/nszc/static/mark/h-chat.png
res/color/abc_hint_foreground_material_light.xml
res/uF.xml
res/Ey.xml
res/FZ.xml
assets/nszc/components/uni-zy-upgrade/static/images/red.png
res/color-v23/abc_tint_spinner.xml
assets/nszc/static/svg/home/icon-xxzx.svg
res/color/abc_background_cache_hint_selector_material_dark.xml
res/q6.xml
assets/nszc/static/js/9380.2189ebc5.js
assets/nszc/static/js/717.8cc6a41b.js
res/fI.png
META-INF/androidx.slidingpanelayout_slidingpanelayout.version
assets/nszc/static/mark/fail-icon.png
res/NI.xml
assets/nszc/static/images/home/group-up.png
res/NR.xml
res/63.png
res/Ml.9.png
res/NM.9.png
res/wc.png
assets/nszc/static/images/home/icon/tab-2.png
res/CA.9.png
res/FM.9.png
assets/nszc/static/alert/btn-bj.png
res/Px.xml
res/j9.9.png
assets/nszc/static/mark/show-icon.png
res/Y-.xml
res/l2.xml
res/bW.png
res/5J.png
res/Ac.9.png
assets/nszc/static/images/order/current-stock-bg.png
assets/nszc/static/js/pages-list-detail.4b9136c2.js
res/6e.xml
res/Id.png
res/Tl.9.png
assets/nszc/static/svg/header-bar/icon-customer-blank.svg
res/bE.png
res/R5.xml
assets/nszc/static/tab/home-active.png
res/lN.xml
assets/nszc/static/images/market/optional-add.png
assets/nszc/static/mark/lrjy-icon.png
META-INF/androidx.print_print.version
res/8s.xml
assets/nszc/static/images/home/active-bg.png
res/0b.xml
res/LE.png
assets/nszc/static/js/pages-list-trade.43288d3a.js
res/_6.9.png
res/7F.9.png
META-INF/androidx.documentfile_documentfile.version
assets/nszc/static/js/pages-user-transferbank.d58e18e7.js
assets/nszc/static/img/icon-customer-white.c2084847.svg
assets/nszc/static/images/user/right-gray.png
res/jK.9.png
res/kB.xml
assets/nszc/static/images/home/icon/tab-3.png
assets/nszc/static/mark/w_icon04.png
assets/nszc/static/images/market/progress.png
res/color-v23/abc_color_highlight_material.xml
assets/nszc/static/user/transfer_bg3.png
res/B8.xml
res/-o.xml
res/T8.png
res/C9.png
res/fD.9.png
assets/nszc/static/js/3979.e8154a3b.js
res/AB.9.png
res/color/abc_tint_default.xml
res/ii.9.png
res/kb.png
res/wN.png
assets/nszc/assets/iconfont.88caabb2.woff2
assets/nszc/static/images/user/sell-icon.png
assets/nszc/static/js/pages-user-addCard.6c19a5a7.js
res/In.9.png
res/ei.9.png
res/_Y.png
assets/nszc/static/js/pages-home-home.cb3defce.js
assets/nszc/static/js/index.a7bb1a1b.js
res/ow.png
assets/nszc/static/images/home/bg-up.png
res/XM.png
res/au.9.png
res/Eb.9.png
res/oR.9.png
assets/nszc/static/js/pages-webview-index.fa831656.js
assets/nszc/static/tab/chicang.png
res/fL.xml
res/bb.xml
assets/nszc/static/mark/chat-icon.png
assets/nszc/static/js/pages-user-transferIllustrate.617eecb6.js
res/color/abc_tint_edittext.xml
res/6w.9.png
res/Ts.xml
assets/nszc/static/svg/home/icon-featured-left.svg
res/Dn.png
res/NP.9.png
assets/nszc/static/mark/hot-icon.png
res/MN.xml
res/2C.9.png
res/pF.9.png
assets/nszc/static/images/user/buy-icon.png
res/Cv.xml
res/Xs.9.png
res/jJ.png
res/8V.9.png
res/LT.xml
assets/nszc/static/logo.png
res/Z5.png
res/Gn.xml
res/Xp.9.png
assets/nszc/static/mark/arrow-right.png
res/MP.xml
assets/nszc/static/tab/home.png
assets/nszc/static/svg/header-bar/icon-message-white.svg
res/0y.png
res/Fx.9.png
res/yO.9.png
res/1y.xml
res/n_.png
assets/nszc/static/js/pages-user-msg.a385e73b.js
res/Bx.xml
res/J7.xml
res/eK.png
res/vy.9.png
assets/nszc/static/js/pages-agreement-login-user-privacy.637a92df.js
META-INF/androidx.versionedparcelable_versionedparcelable.version
assets/nszc/static/mark/trade-c-icon.png
res/E2.9.png
res/Vl.xml
res/qT.png
res/v2.xml
res/75.xml
res/wi1.9.png
assets/nszc/static/svg/header-bar/icon-message-blank.svg
assets/nszc/static/alert/nwebj.png
assets/nszc/static/user/fail.png
res/SS.xml
res/jh.9.png
assets/nszc/static/svg/home/pic01.png
assets/nszc/static/svg/home/banner.png
assets/nszc/static/img/icon-message-white.4d5c628e.svg
res/0H.9.png
res/Y0.png
res/oz.xml
assets/nszc/static/js/pages-Viplist-Viplist.ac7a11ff.js
assets/nszc/static/svg/home/icon-jskh.svg
res/K3.xml
res/n9.9.png
res/Ig.xml
res/Mr.9.png
res/Vq.png
res/Kn.png
res/7M.png
assets/nszc/static/mark/w_icon03.png
META-INF/androidx.asynclayoutinflater_asynclayoutinflater.version
assets/nszc/static/user/contract.png
assets/protected_by_np/ApkControlFlowConfusion_8.0_afb4d90164534a328b93a3ad4945b054.txt
assets/nszc/static/images/home/icon/tab-4.png
assets/nszc/static/alert/tit-bg.png
res/I6.png
res/V-.9.png
res/N9.xml
res/color/abc_secondary_text_material_light.xml
res/color/switch_thumb_material_light.xml
res/zH.xml
META-INF/android.arch.core_runtime.version
assets/nszc/static/fonts/uniicons.ttf
assets/nszc/static/mark/trade_eye.png
res/p7.xml
assets/nszc/static/user/pass.png
res/C1.png
res/color-v23/abc_tint_seek_thumb.xml
res/h-.png
assets/nszc/static/js/pages-user-contract.1b80e008.js
res/nl.xml
res/QD.9.png
res/color/abc_hint_foreground_material_dark.xml
assets/nszc/static/ico/peishou.png
assets/nszc/static/images/home/group-down.png
res/BG.png
res/color-v23/abc_tint_edittext.xml
res/ZP.png
res/tj.9.png
assets/nszc/static/svg/home/icon-ccjl.svg
res/E7.xml
META-INF/android.arch.lifecycle_viewmodel.version
assets/nszc/static/images/common/service-white.png
assets/nszc/static/service.png
assets/nszc/static/js/pages-user-order-list.1daa5499.js
res/eK.9.png
assets/nszc/static/images/order/order-bg.png
assets/nszc/static/user/list-01.png
res/J6.9.png
res/qQ.xml
res/VW.png
res/ih.xml
res/jI.xml
res/Rq.xml
assets/nszc/static/mark/y_check.png
assets/nszc/static/js/9987.df2b4b32.js
assets/nszc/static/user/loading.png
res/_7.png
res/Bw.png
res/CX.png
assets/nszc/static/js/pages-user-my.d20e3c88.js
res/VW1.png
res/bu.9.png
assets/nszc/static/images/home/icon/tab-5.png
assets/nszc/static/svg/header-bar/icon-customer-white.svg
assets/nszc/static/mark/h-msg-icon.png
res/dH.9.png
res/gV.9.png
res/oy.xml
res/3m.xml
res/sB.png
assets/nszc/static/mark/icon-under-review.svg
res/93.9.png
assets/nszc/static/js/pages-list-blocktrading.8774cabf.js
res/ee.png
res/Cg.png
assets/nszc/static/images/market/stock-plus.png
assets/nszc/components/uni-zy-upgrade/static/images/blue.png
assets/nszc/static/svg/home/icon-yzjy.svg
res/NU.xml
assets/nszc/static/user/money-left.png
res/72.9.png
assets/nszc/static/mark/trade-icon01.png
assets/nszc/static/js/pages-user-detail.e625b4b8.js
assets/nszc/static/svg/home/bg-featured-long.svg
assets/nszc/static/svg/home/bg-swiper.svg
assets/nszc/static/user/list.png
res/rL.png
res/tM.9.png
res/_0.png
assets/nszc/static/images/home/icon/tab-10.png
res/FY.png
assets/nszc/static/svg/home/icon-featured-right.svg
assets/nszc/static/img/3.jpg
assets/nszc/static/js/chunk-vendors.507cf3da.js
res/DS.xml
res/YY.png
assets/nszc/static/mark/o-right-icon.png
assets/nszc/static/user/search.png
res/va.png
res/v8.xml
res/C7.xml
assets/nszc/static/js/pages-login-login.0ed40470.js
res/Ot.png
assets/nszc/static/mark/w_icon06.png
res/SU.png
assets/nszc/static/js/1525.16556419.js
assets/nszc/static/mark/hide-icon.png
res/v6.9.png
res/vo.png
assets/nszc/static/js/pages-user-switch-progress.c8b75924.js
res/Ib.png
res/color/abc_background_cache_hint_selector_material_light.xml
res/9V.png
res/AU.png
res/CY.png
res/OK.xml
res/TF.9.png
assets/nszc/static/js/pages-market-newshares-buy-finish.e885b2e7.js
assets/nszc/static/mark/yinlian.png
res/Dt.9.png
assets/nszc/static/mark/w_check.png
res/Ov.xml
res/by.png
res/cZ.png
res/YI.png
res/aD.xml
assets/nszc/static/js/pages-user-info.8d5601ac.js
res/R6.xml
res/Pb.png
res/vH.xml
res/T2.9.png
res/oK.png
res/fZ.9.png
res/UO.xml
assets/nszc/static/mark/zx-icon.png
res/NI.png
assets/nszc/static/index.2da1efab.css
assets/nszc/static/mark/msg-icon.png
res/sL.9.png
res/dB.png
res/Sr.png
res/jy.png
assets/nszc/static/mark/zr-icon.png
META-INF/androidx.drawerlayout_drawerlayout.version
res/n0.png
assets/nszc/static/svg/home/icon-jrss.svg
res/kg.png
res/cf.xml
res/vc.xml
res/Fx1.9.png
assets/nszc/assets/iconfont.9a69454f.woff
res/fW.xml
META-INF/androidx.interpolator_interpolator.version
assets/nszc/static/images/home/icon/tab-6.png
res/PA.xml
assets/nszc/static/js/pages-user-order-new-detali.b3b6e33a.js
assets/nszc/static/user/login-out.png
res/DP.png
META-INF/android.arch.lifecycle_livedata-core.version
res/Cg.9.png
res/V9.png
assets/nszc/static/mark/sh.png
res/9t.png
assets/nszc/static/alert/close.png
META-INF/com/android/build/gradle/app-metadata.properties
res/gJ.png
res/gG.9.png
res/x5.9.png
res/5z.9.png
assets/nszc/static/js/pages-market-newshares-begin-buy.da57a859.js
assets/nszc/static/mark/news-img.png
assets/nszc/static/tab/zixuan-active.png
assets/nszc/static/images/common/seach-white.png
res/w_.png
res/J8.9.png
res/V-1.9.png
res/nx.png
res/color/abc_tint_seek_thumb.xml
res/k_.png
assets/nszc/static/images/home/close.png
res/7T.9.png
assets/nszc/static/user/card-icon.png
res/color/abc_secondary_text_material_dark.xml
res/uo.xml
res/ik.png
res/Lq.9.png
res/8w.9.png
res/9X.9.png
assets/nszc/static/mark/trade_eye2.png
assets/nszc/static/js/pages-list-viptrading.82d6393b.js
assets/nszc/static/mark/w_icon05.png
assets/nszc/static/mark/trade-icon02.png
assets/nszc/static/mark/subscribe-icon.png
res/Yh.png
res/Q1.9.png
res/MD.png
res/V4.png
res/hj.9.png
res/qr.9.png
res/0I.png
res/74.png
assets/nszc/static/js/pages-user-authentication.5f1fbb5a.js
res/rn.png
res/color/abc_tint_btn_checkable.xml
res/ER.9.png
assets/nszc/static/js/pages-user-roll-out.789c91c1.js
assets/nszc/static/user/auther_1.png
META-INF/androidx.appcompat_appcompat.version
META-INF/androidx.swiperefreshlayout_swiperefreshlayout.version
res/7c.png
assets/nszc/static/mark/w-right.png
res/DF.png
res/color/abc_btn_colored_text_material.xml
res/color/abc_primary_text_material_dark.xml
res/-l.png
res/_Y1.png
res/eB.9.png
res/km.png
res/QT.png
res/uB.9.png
classes2.dex
assets/nszc/static/mark/sign-icon.png
res/4W.xml
res/Yt.9.png
assets/nszc/components/uni-zy-upgrade/static/images/pink.png
res/11.png
assets/nszc/static/js/pages-search-search.1cf537d2.js
res/Mz.9.png
res/cM.9.png
assets/nszc/static/images/search/search-history-del.png
assets/nszc/static/images/home/icon/tab-7.png
assets/nszc/static/tab/user-active.png
res/Z4.xml
res/eU.xml
assets/nszc/static/js/2940.681ff88d.js
res/tr.9.png
res/4e.png
res/sZ.png
res/fr.9.png
res/tf.png
assets/nszc/static/js/pages-user-card.11f5450b.js
res/jR.xml
res/bK.9.png
assets/nszc/static/ico/order-finish.png
res/rb.9.png
META-INF/androidx.loader_loader.version
res/St.xml
res/YH.9.png
assets/nszc/components/uni-zy-upgrade/static/images/green.png
res/fL.png
assets/nszc/static/alert/bj.png
res/09.9.png
res/YW.png
res/U_.png
res/4_.9.png
res/0t.png
res/Of.xml
META-INF/android.arch.lifecycle_runtime.version
res/s2.9.png
res/m6.xml
META-INF/androidx.viewpager_viewpager.version
res/X3.9.png
assets/nszc/static/tab/chicang-active.png
assets/nszc/static/user/bg.png
assets/nszc/static/js/pages-market-newshares-ps-buy.ed4024ad.js
res/HA.xml
res/color-v23/abc_tint_default.xml
assets/nszc/static/js/pages-user-trans-records.f215570c.js
assets/nszc/static/user/money-bg.png
res/5Q.png
assets/nszc/static/user/kefu.png
res/gT.xml
assets/nszc/static/user/money-02.png
assets/nszc/static/tab/zixuan.png
assets/nszc/static/user/money-bg-01.png
assets/nszc/static/img/1.jpg
res/color-v21/abc_btn_colored_borderless_text_material.xml
res/iL.xml
assets/nszc/static/user/transfer_icon.png
assets/nszc/static/images/common/back-white.png
META-INF/androidx.coordinatorlayout_coordinatorlayout.version
res/XM.xml
assets/nszc/static/mark/refresh-icon.png
assets/nszc/static/mark/trade-icon03.png
res/Q11.9.png
assets/nszc/static/images/market/service-white.png
assets/nszc/static/mark/zc-icon.png
assets/nszc/static/svg/home/icon-dzjy.svg
assets/nszc/static/js/pages-user-msgDetail.4761ac9c.js
assets/nszc/static/images/home/icon/tab-8.png
assets/nszc/static/js/pages-user-order-ps-detali.a72d5409.js
assets/nszc/static/user/auther_2.png
res/TQ.png
res/3D.png
res/06.png
assets/nszc/static/js/5802.fd49fa71.js
res/-v.png
res/kS.png
assets/nszc/static/svg/home/bg-featured-newest.svg
assets/nszc/static/mark/user_default.png
res/_e.png
META-INF/androidx.cursoradapter_cursoradapter.version
res/Kp.9.png
res/gL.9.png
res/dv.9.png
res/49.png
assets/nszc/static/user/transfer_bg.png
res/CG.png
assets/nszc/static/mark/jy-icon.png
META-INF/android.arch.lifecycle_livedata.version
assets/nszc/static/mark/user_default2.png
res/Us.9.png
res/h0.9.png
res/Ms.png
res/Qv.png
assets/nszc/static/mark/bank-icon.png
res/color/switch_thumb_material_dark.xml
res/EJ.png
res/gG.png
res/wL.9.png
META-INF/androidx.fragment_fragment.version
res/-A.png
res/B1.png
res/zq.xml
assets/nszc/static/mark/search-icon.png
res/43.xml
res/color-v23/abc_tint_switch_track.xml
res/55.png
res/gY.png
assets/nszc/static/js/6724.ca5b9974.js
res/7P.9.png
res/F4.png
res/Mb.png
META-INF/androidx.vectordrawable_vectordrawable.version
res/Ht.png
res/TK.xml
assets/nszc/static/js/7029.71b292d7.js
res/9I.png
res/LN.xml
assets/nszc/static/mark/show-m-icon.png
res/F8.9.png
res/im.png
assets/nszc/static/user/money-01.png
res/wi.9.png
assets/nszc/static/images/home/total-bg.png
res/Ug.png
res/Xs1.9.png
assets/nszc/static/js/pages-register-register.058dc10c.js
assets/nszc/static/images/switch/check.png
META-INF/androidx.core_core.version
assets/nszc/static/js/pages-user-mypay.d22fce78.js
res/IC.png
assets/nszc/static/images/switch/checked.png
res/jw.xml
assets/nszc/static/images/home/eye.png
assets/nszc/static/js/pages-news-details-news-details.2f539d3d.js
assets/nszc/static/js/pages-user-user.e349a009.js
META-INF/androidx.vectordrawable_vectordrawable-animated.version
assets/nszc/index.html
assets/nszc/static/mark/w_icon07.png
res/v3.png
res/nz.xml
assets/nszc/static/mark/buy-icon.png
assets/nszc/static/mark/login-bg.png
assets/nszc/static/mark/trade-icon04.png
res/color-v23/abc_tint_btn_checkable.xml
res/Pq.9.png
res/L_1.png
res/65.xml
res/r9.png
res/DD.png
res/f9.png
res/mU.png
res/yP.xml
res/z1.xml
res/D2.png
assets/nszc/assets/iconfont.adb41e18.ttf
res/zQ.png
assets/nszc/static/tab/hangqing-active.png
res/qT1.png
classes.dex
assets/nszc/static/js/4519.b8461264.js
assets/nszc/static/user/banner.png
res/eO.png
assets/nszc/static/img/2.jpg
assets/nszc/static/svg/header-bar/icon-search.svg

污点分析

当apk较大时,代码量会很大,造成数据流图(ICFG)呈现爆炸式增长,所以该功能比较耗时,请先喝杯咖啡,耐心等待……
规则名称 描述信息 操作
病毒分析 使用安卓恶意软件常用的API进行污点分析 开始分析  
漏洞挖掘 漏洞挖掘场景下的污点分析 开始分析  
隐私合规 隐私合规场景下的污点分析:组件内污点传播、组件间污点传播、组件与库函数之间的污点传播 开始分析  
密码分析 分析加密算法是否使用常量密钥、静态初始化的向量(IV)、加密模式是否使用ECB等 开始分析  
Callback 因为Android中系统级的Callback并不会出现显式地进行回调方法的调用,所以如果需要分析Callback方法需要在声明文件中将其声明,这里提供一份AndroidCallbacks.txt文件,里面是一些常见的原生回调接口或类,如果有特殊接口需求,可以联系管理员 开始分析