All Projects → TheKingOfDuck → Apkanalyser

TheKingOfDuck / Apkanalyser

一键提取安卓应用中可能存在的敏感信息。

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Apkanalyser

Bundler Audit
Patch-level verification for Bundler
Stars: ✭ 2,393 (+533.07%)
Mutual labels:  security-tools, security-audit
Salt Scanner
Linux vulnerability scanner based on Salt Open and Vulners audit API, with Slack notifications and JIRA integration
Stars: ✭ 261 (-30.95%)
Mutual labels:  security-tools, security-audit
Kubestriker
A Blazing fast Security Auditing tool for Kubernetes
Stars: ✭ 213 (-43.65%)
Mutual labels:  security-tools, security-audit
Recsech
Recsech is a tool for doing Footprinting and Reconnaissance on the target web. Recsech collects information such as DNS Information, Sub Domains, HoneySpot Detected, Subdomain takeovers, Reconnaissance On Github and much more you can see in Features in tools .
Stars: ✭ 173 (-54.23%)
Mutual labels:  security-tools, security-audit
W5
Security Orchestration, Automation and Response (SOAR) Platform. 安全编排与自动化响应平台,无需编写代码的安全自动化,使用 SOAR 可以让团队工作更加高效
Stars: ✭ 367 (-2.91%)
Mutual labels:  security-tools, security-audit
Crithit
Takes a single wordlist item and tests it one by one over a large collection of websites before moving onto the next. Create signatures to cross-check vulnerabilities over multiple hosts.
Stars: ✭ 182 (-51.85%)
Mutual labels:  security-tools, security-audit
Electriceye
Continuously monitor your AWS services for configurations that can lead to degradation of confidentiality, integrity or availability. All results will be sent to Security Hub for further aggregation and analysis.
Stars: ✭ 255 (-32.54%)
Mutual labels:  security-tools, security-audit
Libdiffuzz
Custom memory allocator that helps discover reads from uninitialized memory
Stars: ✭ 147 (-61.11%)
Mutual labels:  security-tools, security-audit
Taipan
Web application vulnerability scanner
Stars: ✭ 359 (-5.03%)
Mutual labels:  security-tools, security-audit
Prowler
Prowler is a security tool to perform AWS security best practices assessments, audits, incident response, continuous monitoring, hardening and forensics readiness. It contains more than 200 controls covering CIS, ISO27001, GDPR, HIPAA, SOC2, ENS and other security frameworks.
Stars: ✭ 4,561 (+1106.61%)
Mutual labels:  security-tools, security-audit
Dirsearch
A Go implementation of dirsearch.
Stars: ✭ 164 (-56.61%)
Mutual labels:  security-tools, security-audit
Ssh Mitm
ssh mitm server for security audits supporting public key authentication, session hijacking and file manipulation
Stars: ✭ 335 (-11.38%)
Mutual labels:  security-tools, security-audit
Minesweeper
A Burpsuite plugin (BApp) to aid in the detection of scripts being loaded from over 23000 malicious cryptocurrency mining domains (cryptojacking).
Stars: ✭ 162 (-57.14%)
Mutual labels:  security-tools, security-audit
Replica
Ghidra Analysis Enhancer 🐉
Stars: ✭ 194 (-48.68%)
Mutual labels:  security-tools, security-audit
Nebulousad
NebulousAD automated credential auditing tool.
Stars: ✭ 158 (-58.2%)
Mutual labels:  security-tools, security-audit
Cobra
Source Code Security Audit (源代码安全审计)
Stars: ✭ 2,802 (+641.27%)
Mutual labels:  security-tools, security-audit
Nosqlmap
Automated NoSQL database enumeration and web application exploitation tool.
Stars: ✭ 1,928 (+410.05%)
Mutual labels:  security-tools, security-audit
Reconnoitre
A security tool for multithreaded information gathering and service enumeration whilst building directory structures to store results, along with writing out recommendations for further testing.
Stars: ✭ 1,824 (+382.54%)
Mutual labels:  security-tools, security-audit
Wsltools
Web Scan Lazy Tools - Python Package
Stars: ✭ 288 (-23.81%)
Mutual labels:  security-tools, security-audit
Raptor
Web-based Source Code Vulnerability Scanner
Stars: ✭ 314 (-16.93%)
Mutual labels:  security-tools, security-audit

ApkAnalyser

一键提取安卓应用中可能存在的敏感信息。

  • 20200304

    修复“apkPath is not defined”,参数带进来的路径忘记赋值直接写了...

Windows:releases

✔️即兴开发,Enjoy it~~

用法

  • 懒人做法,将所有app放到程序自动创建的apps目录,再运行主程序就好了,不用加参数。

功能

目前提取了APK内:

  • 所有字符串
  • 所有URLs
  • 所有ip
  • 可能是hash值的字符串
  • 存在的敏感词(如oss.aliyun)
  • 可能是accessKey的值

使用Python开发,依赖于apkutils模块,可执行文件使用pyinstaller打包。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].