Red Squad
Ctrlk
BuyMeACoffee
  • 🏠/home/red-squad
  • 🌐Web Hacking
    • 🚩CTFs shortcuts
    • 🗺️Audits plan
    • 🕵️OSINT
    • Enumeration
    • 🔗HTTP Stuff
    • 🔐Sessions / Tokens
    • 💉Injections
    • 🪱Web Vulnerabilities
    • ⛔WAF Bypass
    • ✍️Servers / CMS
    • 🖇️API
  • 🐧Linux Hacking
    • 🧗Privilege Escalation
    • 👣Cover tracks
    • 🚪Backdoors
    • ⭕Reverse Shells
    • 🔢Compiled Binaries
    • 🌊Buffer Overflow
    • 🐳Docker Escape
    • 🤝File sharing
  • 🪟Windows Hacking
    • 👥Active Directory
    • 💡Useful AD Commands
    • 🧗Privilege Escalation
    • 🐚Shells
    • 🔓Bypasses
    • 📃Office
    • 👩‍💻SCCM | MECM
    • 💎Microsoft 365
  • 💽Systems
    • 🐕‍🦺Services Enumeration
    • 🖨️Printers
    • 🛡️Fortinet
    • 📹CCTV / IP Cameras
  • 🎆Networks
    • 🌪️Pivoting
    • 🔥Firewalls
    • 🔗Proxies
  • 📱Mobile Hacking
    • 🤖Android
    • 🍏iOS
    • 📺IOT
  • Configuration
    • ChromeOS
    • Mobile
      • Android
    • IBM
  • 📡Wireless Hacking
    • 🎆Wi-Fi Attacks
    • 🫐Bluetooth
  • 👨‍💻Code Audit
    • ✔️Best Practices
    • ❌Bad Practices
    • ⚒️Tools
  • 🍑Thick Client Hacking
    • 📝Thick Client Pentesting Methodology
    • 🗄️Resources
  • 🗄️MISC
    • 🔑Default Credentials
    • 🔻CVEs
    • 🦊Browser Extensions
    • 🤖AI
    • 🔭Hacking Labs
    • 🔫Exploitation Frameworks
  • 🕵️OPSEC
    • 🗝️Privacy
  • 🔑CRACKING | ENCODING
    • 🥊Bruteforce tools
    • 📝Wordlists
    • 🧨Cracking Tools
    • 🔬Encoding | Decoding Tools
    • 🔍Steganography | Cipher
  • 🔴RED TEAM
    • 📥Password Extract
    • 🕵️Spy cam
    • 🔒Lock Picking
    • 🎣Phishing
  • 🌀Whistle Blowing
    • 📹CCTV
  • 🔵BLUE TEAM
    • 🧩Forensics
    • 🦹Malware Analysis
    • 🛠️Tools
    • 🍯HoneyPots
    • 🎆Networks Security
    • 🪙Online IoC Scanners
  • 🐞Bug Bounty Related
    • Searching for CVEs
    • [FR] Legal
    • Dorks
  • 🖥️DEVELOPERS
    • 👨‍💻IDE
  • 📚LEARNING
    • Windows
    • SQL
    • SSL/TLS
Powered by GitBook
On this page
  • Tool
  • Resources

Was this helpful?

Edit
  1. Configuration
  2. Mobile

Android

Tool

LogoGitHub - saladandonionrings/CIS-Android-Audit: Android Configuration Checker is a tool designed to ensure the compliance of Android device configuration settings with the CIS (Center for Internet Security) benchmarks. Leveraging ADB (Android Debug Bridge), the tool queries device settings and compares them against predefined CIS benchmarks, reporting any non-compliance.GitHub
git clone https://github.com/saladandonionrings/CIS-Android-Audit.git
cd CIS-Android-Audit
pip install -r requirements.txt

# usage
python3 cis-audit-android.py --device $device_id

Resources

https://downloads.cisecurity.org/downloads.cisecurity.org
PreviousMobileNextIBM

Last updated 1 year ago

Was this helpful?