Files
awesome-awesomeness/readmes/osxandiossecurity.md6
2024-04-20 19:22:54 +02:00

70 lines
5.5 KiB
Plaintext

# macOS and iOS Security Related Tools [![Awesome](https://awesome.re/badge-flat.svg)](https://awesome.re) <a href="https://github.com/ashishb/osx-and-ios-security-awesome/actions">![Test](https://github.com/ashishb/osx-and-ios-security-awesome/workflows/Test/badge.svg)</a>
## Contents
- [macOS Security](#macos-security)
- [iOS Security](#ios-security)
- [iOS Jailbreaks](#ios-jailbreaks)
## macOS Security
1. [OSX collector](https://github.com/Yelp/OSXCollector) - Forensic analysis.
2. [OSX auditor](https://github.com/jipegit/OSXAuditor) - Forensic analysis.
3. [mac_apt](https://github.com/ydkhatri/mac_apt) - macOS Artifact Parsing Tool for forensic analysis.
4. [MIDAS](https://github.com/etsy/MIDAS) - macOS Intrusion Detection Analysis System.
5. [Santa](https://github.com/google/santa) - Binary whitelisting/blacklisting system.
6. [Masochist](https://github.com/squiffy/Masochist) - Framework for creating XNU based rootkits.
7. [Class-dump](http://stevenygard.com/projects/class-dump/) - Command-line utility to dump Objective-C runtime information.
8. [Mach inject](https://github.com/rentzsch/mach_inject) - Inter process code injection for macOS.
9. [Task vaccine](https://github.com/rodionovd/task_vaccine) - Similar to mach inject.
10. [Hopper](http://www.hopperapp.com/) - Hopper disassembler (not free).
11. [Mach-O diff](https://github.com/samdmarshall/machodiff) - Mach-o diffing tool.
12. [Mac4n6](https://github.com/pstirparo/mac4n6) - A collection of macOS and iOS forensic artifacts.
13. [XGuardian scanner](https://github.com/openscanner/XGuardian) - Security Scanner for macOS.
14. [Crashwalk](https://github.com/bnagy/crashwalk) - Bucket and triage on-disk crashes
15. [PassiveFuzzFrameworks](https://github.com/SilverMoonSecurity/PassiveFuzzFrameworkOSX)
16. [osquery](https://github.com/facebook/osquery) - Cross-platform tool for data collection and forensic analysis.
17. [stronghold](https://github.com/alichtman/stronghold) - Easily configure macOS security settings from the terminal.
18. [BlockBlock](https://objective-see.com/products/blockblock.html) - BlockBlock continually monitors common persistence locations and displays an alert whenever a persistent component is added to the OS.
19. [Dylib Hijack Scanner](https://objective-see.com/products/dhs.html) - Simple utility that will scan your computer for applications that are either susceptible to dylib hijacking or have been hijacked.
20. [KextViewer](https://objective-see.com/products/kextviewr.html) - View all modules on that are loaded in the OS kernel.
21. [KnockKnock](https://objective-see.com/products/knockknock.html) - See what's persistently installed on your Mac.
22. [LinkLiar](http://halo.github.io/LinkLiar) - Link-Layer MAC spoofing GUI for macOS.
23. [LockDown](https://objective-see.com/products/lockdown.html) - Open-source tool for El Capitan that audits and remediates security configuration settings.
24. [MalwareBytes](https://www.malwarebytes.com/mac-download/) - Malwarebytes crushes the growing threat of Mac malware, so you are protected and your machine keeps running silky smooth. Cybersecurity smart enough for the Mac.
25. [OverSight](https://objective-see.com/products/oversight.html) - Monitor mic and webcam, alerting you when the internal mic is activated, or whenever a process accesses the webcam.
26. [RansomWhere?](https://objective-see.com/products/ransomwhere.html) - Ransomware Detection.
27. [TaskExplorer](https://objective-see.com/products/taskexplorer.html) - Explore all processes running on your Mac with TaskExplorer.
28. [What's Your Sign?](https://objective-see.com/products/whatsyoursign.html) - Adds menu item to Finder.app to display the cryptographic signing information for any file.
29. [FSMonitor](http://fsmonitor.com/) - Monitor all changes in the file system.
30. [Pareto Security](https://github.com/paretoSecurity/pareto-mac/) - A MenuBar app to automatically audit your Mac for basic security hygiene.
31. [Mana Security](https://github.com/manasecurity/mana-security-app) - Vulnerability Management app for individuals. It helps to keep macOS and installed applications updated.
## iOS Security
A collection of ios security related resources
1. [IDB](https://github.com/dmayer/idb) - iOS App Security Assessment Tool
2. [iRET](https://github.com/S3Jensen/iRET) - iOS Reverse Engineering Toolkit
3. [DVIA](http://damnvulnerableiosapp.com/) - Damn Vulnerable iOS App for learning
4. [LibiMobileDevice](https://github.com/libimobiledevice/libimobiledevice) - A cross-platform protocol library to communicate with iOS devices
5. [Needle](https://github.com/mwrlabs/needle) - iOS App Pentesting Tool
7. [imobax](https://github.com/Siguza/imobax) - iOS Mobile Backup Extractor
8. [iMessage Fuzzing](https://github.com/googleprojectzero/iOS-messaging-tools) - iMessage fuzzing tools from Google's Project Zero
6. ~~[AppCritique](https://appcritique.boozallen.com) - iOS App Security Assessment Tool~~
## iOS Jailbreaks
1. [PhoenixPwn](https://phoenixpwn.com) - Jailbreak for 9.3.5 32-bit devices.
### Other Awesome Lists
Other amazingly awesome lists can be found in the
[awesome-awesomeness](https://github.com/bayandin/awesome-awesomeness) list.
---
## License
<a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://licensebuttons.net/l/by-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.