reconftw is an attack surface management framework and reconnaissance workflow orchestrator designed to automate the discovery, mapping, and monitoring of external digital assets. It operates as a modular tool-chain pipeline that coordinates a sequence of security tools to perform intelligence gathering and vulnerability scanning. The project distinguishes itself through a cloud-native deployment model that parallelizes scanning workloads across a fleet of remote VPS instances to bypass local resource constraints. It utilizes container-based environment isolation to ensure consistent executio
Gitleaks is a static analysis security tool and secret detection engine designed to find hardcoded passwords, API keys, and authentication tokens. It functions as a Git secret scanner that analyzes both local file systems and Git commit history to prevent credential leaks. The tool distinguishes itself through a decoding pipeline that transforms base64 and hex strings into plaintext to find obfuscated secrets. It further reduces false positives using proximity-based validation and fingerprint-based suppression to filter out known or baseline findings. The system covers a broad range of detec
Android Classyshark is a binary analysis toolset designed to extract structural data from Android executable files. It functions as a bytecode viewer and binary XML parser to analyze compiled Java and Android binaries. The project converts binary XML files into readable formats for the inspection of application manifests, layouts, and resource files. It also provides the ability to analyze class interfaces, members, and dependency counts without requiring access to the original source code. The toolset supports static analysis and the export of binary information into plain text formats for
Tool to look for several security related Android application vulnerabilities
Apkleaks es una herramienta de análisis estático y auditoría de seguridad diseñada para extraer secretos hardcodeados, endpoints de API y datos sensibles de paquetes de aplicaciones Android. Opera como un escáner de secretos que analiza binarios compilados sin ejecutarlos para identificar posibles fugas de información y endpoints inseguros.
Las características principales de dwisiswant0/apkleaks son: Mobile App Security Auditing, Regex Pattern Matching, Regex-Based Data Extractors, Android APK Analysis, Static Binary Analysis, Android Security Auditors, APK Secret Scanners, Credential Leak Detection.
Las alternativas de código abierto para dwisiswant0/apkleaks incluyen: six2dez/reconftw — reconftw is an attack surface management framework and reconnaissance workflow orchestrator designed to automate the… zricethezav/gitleaks — Gitleaks is a static analysis security tool and secret detection engine designed to find hardcoded passwords, API… google/android-classyshark — Android Classyshark is a binary analysis toolset designed to extract structural data from Android executable files. It… linkedin/qark — Tool to look for several security related Android application vulnerabilities. quark-engine/quark-engine. projectdiscovery/subfinder — Subfinder is a security reconnaissance framework designed for subdomain enumeration and attack surface management. It…