Netproof-ios-audit Alternatives
Similar projects and alternatives to netproof-ios-audit based on common topics and language
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
Scripta
Privacy-first dual-channel meeting transcription & AI summary for macOS — 100% local, powered by whisper.cpp and Ollama
-
Damn-Vulnerable-iOS-App-v2
Damn Vulnerable iOS App (DVIA) is an iOS application that is damn vulnerable. Its main goal is to provide a platform to mobile security enthusiasts/professionals or students to test their iOS penetration testing skills in a legal environment. This project is developed and maintained by @prateekg147. The vulnerabilities and solutions covered in this app are tested up to iOS 11. The current version is writen in Swift and has the following vulnerabilities.
-
-
netproof-ios-audit discussion
netproof-ios-audit reviews and mentions
-
Why standard speed tests aren't enough (and why I open-sourced my own iOS network auditor)
If you've ever dealt with real time pipelines, you know the frustration: severe jitter or micro disconnections completely ruin the experience, but standard network diagnostics often say everything is fine. Normal speed tests are too easy to forge and frequently mask the real issues that cause SLA breaches. I wanted a way to generate mathematically undeniable, tamper evident proof of network degradation. The biggest architectural constraint was privacy. Offloading the report generation to a cloud API was a non starter because it breaks the chain of custody. To solve this, I built NetProof. It is an iOS network auditing tool that handles RSA-2048 signing and PDF generation purely on-device. I originally considered keeping this as a closed, paid product, but I realized that true technical transparency requires open code. So, I’ve made it fully open-source. I'd love for you to check out the repository, review the architecture, and see how the local signing is implemented: GitHub I am looking for feedback from other engineers on the implementation. How do you handle SLA breaches, jitter, and network monitoring in your own stacks? Let's discuss it in the comments.
Stats
AllecTerrezo/netproof-ios-audit is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of netproof-ios-audit is Swift.