awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to jipegit/osxauditor

Open-source alternatives to OSXAuditor

30 open-source projects similar to jipegit/osxauditor, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best OSXAuditor alternative.

  • yelp/osxcollectorYelp avatar

    Yelp/osxcollector

    1,894View on GitHub↗

    A forensic evidence collection & analysis toolkit for OS X

    Python
    View on GitHub↗1,894
  • ansjdnakjdnajkd/iosansjdnakjdnajkd avatar

    ansjdnakjdnajkd/iOS

    1,272View on GitHub↗

    Most usable tools for iOS penetration testing

    applecheatsheetfrida
    View on GitHub↗1,272
  • cypress-io/cypress-example-recipescypress-io avatar

    cypress-io/cypress-example-recipes

    3,484View on GitHub↗

    Various recipes for testing common scenarios with Cypress

    JavaScriptautomated-testscypresscypress-example
    View on GitHub↗3,484
  • ashishb/osx-and-ios-security-awesomeashishb avatar

    ashishb/osx-and-ios-security-awesome

    1,599View on GitHub↗
    Shellawesomeawesome-listios-security
    View on GitHub↗1,599
  • auth0/simplekeychainA

    auth0/simplekeychain

    0View on GitHub↗
    View on GitHub↗0
  • bacher09/pwgen-for-biosbacher09 avatar

    bacher09/pwgen-for-bios

    1,412View on GitHub↗

    Password generator for BIOS

    TypeScriptbioskeygenpassword
    View on GitHub↗1,412

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • bevry/getmacbevry avatar

    bevry/getmac

    360View on GitHub↗

    Get the mac address of the current machine you are on via Node.js

    TypeScript
    View on GitHub↗360
  • certsocietegenerale/fircertsocietegenerale avatar

    certsocietegenerale/FIR

    2,009View on GitHub↗

    Fast Incident Response

    JavaScript
    View on GitHub↗2,009
  • chaitin/passionfruitchaitin avatar

    chaitin/passionfruit

    1,669View on GitHub↗

    WIP Crappy iOS app analyzer

    Vue
    View on GitHub↗1,669
  • chenxiancai/stcobfuscatorC

    chenxiancai/stcobfuscator

    0View on GitHub↗
    View on GitHub↗0
  • circl/traceroute-circlCIRCL avatar

    CIRCL/traceroute-circl

    40View on GitHub↗

    Traceroute improved wrapper for CSIRT and CERT operators

    Perl
    View on GitHub↗40
  • cisagov/untitledgoosetoolcisagov avatar

    cisagov/untitledgoosetool

    956View on GitHub↗

    Untitled Goose Tool is a robust and flexible hunt and incident response tool that adds novel authentication and data gathering methods in order to run a full investigation against a customer’s Azure Active Directory (AzureAD), Azure, and M365 environments.

    Python
    View on GitHub↗956
  • crowdstrike/automactcC

    CrowdStrike/automactc

    0View on GitHub↗
    View on GitHub↗0
  • cyb3rward0g/helkCyb3rWard0g avatar

    Cyb3rWard0g/HELK

    3,926View on GitHub↗

    HELK is a containerized security information and event management environment and threat hunting platform. It provides a security-focused deployment of the ELK stack, combining Elasticsearch, Logstash, and Kibana into a specialized platform for investigating logs and discovering hidden patterns in network and system security data. The project functions as a security data science suite, integrating interactive computational notebooks and distributed processing tools to run machine learning and graph analytics on security logs. This allows for the identification of hidden attack patterns and an

    Jupyter Notebook
    View on GitHub↗3,926
  • aqzt/kjywaqzt avatar

    aqzt/kjyw

    1,855View on GitHub↗

    快捷运维,代号kjyw,项目基于shell、python,运维脚本工具库,收集各类运维常用工具脚本,实现快速安装nginx、mysql、php、redis、nagios、运维经常使用的脚本等等...

    Shelldevops
    View on GitHub↗1,855
  • datatheorem/trustkitdatatheorem avatar

    datatheorem/TrustKit

    2,134View on GitHub↗

    Easy SSL pinning validation and reporting for iOS, macOS, tvOS and watchOS.

    Objective-Ciosmacosobjective-c
    View on GitHub↗2,134
  • davehull/kansadavehull avatar

    davehull/Kansa

    1,655View on GitHub↗

    A Powershell incident response framework

    PowerShell
    View on GitHub↗1,655
  • deepzec/bad-pdfdeepzec avatar

    deepzec/Bad-Pdf

    1,150View on GitHub↗

    Steal Net-NTLM Hash using Bad-PDF

    Pythonbadpdfcve-2018-4993ntlm-hash-extraction
    View on GitHub↗1,150
  • diogo-fernan/ir-rescuediogo-fernan avatar

    diogo-fernan/ir-rescue

    489View on GitHub↗

    A Windows Batch script and a Unix Bash script to comprehensively collect host forensic data during incident response.

    Batchfile
    View on GitHub↗489
  • drduh/os-x-security-and-privacy-guidedrduh avatar

    drduh/OS-X-Security-and-Privacy-Guide

    22,444View on GitHub↗

    This project is a comprehensive security hardening and privacy management guide for macOS. It provides a set of instructions and checklists for reducing the system attack surface through manual configuration, policy enforcement, and a layered defense strategy. The guide emphasizes a system auditing framework, using binary analysis, system logs, and packet inspection to verify that security controls and application sandboxing are functioning as intended. It offers tool-agnostic recommendations, defining security goals while allowing users to select their own third-party software for implementa

    View on GitHub↗22,444
  • dsheirer/sdrtrunkDSheirer avatar

    DSheirer/sdrtrunk

    2,112View on GitHub↗

    A cross-platform java application for decoding, monitoring, recording and streaming trunked mobile and related radio protocols using Software Defined Radios (SDR). Website:

    Java
    View on GitHub↗2,112
  • facebook/fishhookfacebook avatar

    facebook/fishhook

    5,418View on GitHub↗

    Fishhook is a binary instrumentation library for iOS and iOS simulators. It functions as a Mach-O symbol rebinder and instrumenter, allowing for the replacement of system library implementations with custom logic at runtime. The project redirects function calls by updating lazy and non-lazy symbol pointers within Mach-O binary data segments. This approach enables the interception and modification of existing function behavior without altering the original binary on disk. The toolset covers binary instrumentation and dynamic hooking for iOS applications, facilitating the monitoring and altera

    C
    View on GitHub↗5,418
  • facebook/idbF

    facebook/idb

    5,151View on GitHub↗

    idb is a suite of tools for controlling and automating iOS simulators and physical devices. It consists of a command line interface, a simulator controller, and a bridge that provides access to internal system interfaces for automating features normally restricted to the graphical user interface. The project includes a remote target manager that enables the control of iOS devices and simulators across different machines or data centers using a companion host process. This system separates the command line interface from the process managing the actual device connection. The toolset provides

    Swift
    View on GitHub↗5,151
  • facebook/osqueryfacebook avatar

    facebook/osquery

    23,318View on GitHub↗

    Osquery is an operating system instrumentation tool that treats system state as a relational database. It maps operating system telemetry and kernel data into virtual tables, allowing users to explore processes, hardware events, and performance data using standard SQL queries. The project provides a plugin and extensions API that enables the implementation of custom telemetry tables to monitor specific system concepts. It also includes a remote communication interface to exchange telemetry data and query results with external applications. The system supports scheduled monitoring to track op

    C++
    View on GitHub↗23,318
  • feross/spooffeross avatar

    feross/spoof

    1,865View on GitHub↗

    Easily spoof your MAC address in macOS, Windows, & Linux!

    JavaScriptjavascriptlinuxmac
    View on GitHub↗1,865
  • flipboard/flexFlipboard avatar

    Flipboard/FLEX

    14,610View on GitHub↗

    FLEX is an in-app debugging tool and runtime exploration environment for iOS applications. It provides an integrated suite for inspecting and modifying the internal state of a running process without the use of an external debugger. The project includes a runtime inspector for browsing the memory heap and calling methods dynamically, alongside a view hierarchy debugger for visualizing and adjusting layout structures in real time. It features a network traffic monitor to log and analyze HTTP request history, headers, and responses, as well as a sandbox manager for viewing and editing files and

    Objective-C
    View on GitHub↗14,610
  • google/ios-webkit-debug-proxygoogle avatar

    google/ios-webkit-debug-proxy

    6,174View on GitHub↗

    ios-webkit-debug-proxy is a command-line proxy that bridges Chrome DevTools to Safari Web Inspector on iOS devices, enabling remote debugging of web content over USB. It translates WebKit remote debugging protocol messages into Chrome DevTools Protocol over persistent WebSocket connections, allowing developers to use Chrome DevTools, Safari Web Inspector, or Firefox DevTools to inspect and debug web content in MobileSafari and UIWebViews on real and simulated iOS devices. The proxy discovers and communicates with iOS devices over USB using the libimobiledevice library without requiring iTunes

    C
    View on GitHub↗6,174
  • google/science-journal-iosG

    google/science-journal-ios

    0View on GitHub↗
    View on GitHub↗0
  • google/stenographergoogle avatar

    google/stenographer

    1,796View on GitHub↗

    Stenographer is a packet capture solution which aims to quickly spool all packets to disk, then provide simple, fast access to subsets of those packets. Discussion/announcements at stenographer@googlegroups.com

    Go
    View on GitHub↗1,796
  • alichtman/strongholdalichtman avatar

    alichtman/stronghold

    1,190View on GitHub↗

    Easily configure macOS security settings from the terminal.

    Pythoncommand-linecommand-line-toolhardening
    View on GitHub↗1,190