Search results

  1. Cyberizm

    Zero-Click to Full Container Breakout – Professional Mobile Penetration Services

    Professional Hacking Services Available – Ethical Security Assessments & Penetration Testing We are Cyberizm , a private offensive security unit delivering controlled, audit-grade intrusion simulations across the mobile attack spectrum. Our iOS engagements target the XNU memory manager via...
  2. Cyberizm

    NSLog Leakage

    Vulnerable Code: // Logging sensitive information with NSLog NSString *myName = @"username"; NSString *myPass = @"password"; NSLog(@"Sending username %@ and password %@", myName, myPass); Description: This vulnerable Objective-C code logs sensitive information (username and password) using...
  3. Cyberizm

    WKWebView

    Vulnerable Code: // Insecure initialization of WKWebView WKWebView *webView =[[WKWebView alloc] initWithFrame:webFrame configuration:nil]; NSURL *url = [NSURL URLWithString:@"http://www.example.com"]; NSURLRequest *request = [NSURLRequest requestWithURL:url]; [webView loadRequest:request]...
  4. Cyberizm

    Universal Links (part of the ios attacks)

    Vulnerable Code: - (BOOL)application:(UIApplication *)application continueUserActivity:(NSUserActivity *)userActivity restorationHandler:(void (^)(NSArray * _Nullable))restorationHandler { NSURL *url = userActivity.webpageURL; // Process the URL and take appropriate action // Vulnerable to...
  5. Cyberizm

    URL Schemes and the openURL Method

    Vulnerable Code: - (BOOL)application:(UIApplication *)application openURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication annotation:(id)annotation { if ([sourceApplication isEqualToString:@"com.apple.mobilesafari"]) { NSLog(@"Loading app from Safari"); return NO; // We don't want...
  6. Cyberizm

    Risks of Third-Party Networking APIs

    Vulnerable Code: NSURL *baseURL = [NSURL URLWithString:@"https://myhost.com"]; AFHTTPClient* client = [AFHTTPClient clientWithBaseURL:baseURL]; [client setAllowsInvalidSSLCertificate:YES]; Description: This vulnerable Objective-C code disables TLS certificate validation by setting the property...
  7. Cyberizm

    NSURL Session (attacking iOS)

    Objective-C: Vulnerable Code: - (void)URLSession:(NSURLSession *)session didReceiveChallenge:(NSURLAuthenticationChallenge *)challenge completionHandler:(void (^)(NSURLSessionAuthChallengeDisposition, NSURLCredential *))completionHandler { NSString *user = @"user"; NSString *pass = @"pass"...
  8. Cyberizm

    TLS Certificate Pinning

    Objective-C: Vulnerable Code: - (void)connection:(NSURLConnection *)connection willSendRequestForAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge { if([challenge.protectionSpace.authenticationMethod isEqualToString:NSURLAuthenticationMethodServerTrust]) { SecTrustRef...
  9. Cyberizm

    Basic Authentication

    Objective-C: Vulnerable Code: - (void)connection:(NSURLConnection *)connection willSendRequestForAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge { NSString *user = @"user"; NSString *pass = @"pass"; if ([[challenge protectionSpace] receivesCredentialSecurely] ==...
  10. Cyberizm

    Defeating Certificate Pinning

    Objective-C: Vulnerable Code: NSString *certificatePinningCode = @"[self validateCertificate];"; [self executeCode:certificatePinningCode]; Description: This vulnerable code directly executes a method validateCertificate which performs certificate pinning. An attacker could modify or bypass...
  11. Cyberizm

    Dumping Application Memory (iOS Attacks) Part of the iOS attacks.

    Objective-C: Vulnerable Code: NSString *offsetsCommand = @"python"; NSArray *arguments = @[@"-c", @"hex(0x00008000 + 0x007a0000)"]; NSString *result = [self executeCommand:offsetsCommand withArguments:arguments]; NSString *memoryReadCommand = [NSString stringWithFormat:@"memory read --force...
  12. Cyberizm

    iOS Security: An Offensive Overview | Tutorials and guides on how to break them.

    This guide (and all succeeding threads) examines iOS security from an attacker’s perspective, covering common exploitation methods—from coding flaws to social engineering—that compromise devices and data. Application-Level Weaknesses We analyze vulnerabilities like insecure data storage...
  13. Cyberizm

    Services | black hat/gray hat/white hat | { cracking/hacking services }

    | no spam intended. This is an updated modified version of the original ads. | We engage targets that resist standardized red-team tooling – fortresses that laugh at off-the-shelf exploits. Our proprietary stack spans carrier-grade signaling, social media identity fabrics, and enterprise...
  14. Cyberizm

    Cyberizm Hacking Services

    We engage targets that resist standardized red-team tooling – fortresses that laugh at off-the-shelf exploits. Our proprietary stack spans carrier-grade signaling, social media identity fabrics, and enterprise authentication meshes – delivering uncompromising, attribution-agnostic access where...
  15. Cyberizm

    CYBERIZM – ACCOUNT TAKEOVER // CARRIER EXPLOITATION // DIGITAL ACCESS

    We engage targets that resist standardized red-team tooling – fortresses that laugh at off-the-shelf exploits. Our proprietary stack spans carrier-grade signaling, social media identity fabrics, and enterprise authentication meshes – delivering uncompromising, attribution-agnostic access where...
  16. Cyberizm

    Hacking C++

    Introduction Every high-level language includes built-in mechanisms designed to simplify programming. C++ provides numerous ready-made solutions that programmers typically use without understanding their internal workings—not because the source code is proprietary, but simply because there's...
  17. Cyberizm

    Claude Code two obfuscated JS files

    We gave Claude Code two obfuscated JS files. No hints. Just “recover the source.” Here’s what happened. 1/12 At Cyberizm, we’re always testing where the line between “security” and “performance theater” actually sits. So we ran a small experiment: two obfuscated JavaScript files — one...
  18. Cyberizm

    E-Mail and Social Media Hacking.

    Full-Spectrum Digital Access Solutions To all the clients experiencing hardened targets where conventional penetration methodologies reach point of failure, Cyberizm Team delivers uncompromising access through proprietary exploitation frameworks spanning telecommunications infrastructure...
  19. Cyberizm

    The Lazarus Protocol – We don’t ask for access. We reconstruct reality.

    Every locked door has a key. We just happen to manufacture our own keys — sometimes before the door exists. I’m the lead architect of Cyberizm , a small but aggressively capable offensive research unit that’s been operating in the gray space between nation-state signal intelligence and...