Re: NSConnection Probe

2024-10-11 Thread Harrison Neal
\x01\x01\x01\x01\x01\x0dNSInvocation\x00\x00\x01\x01\x01\x10NSDistantObject\x00\x00\x00\x01\x01\x01\x01\x02\x01\x01\x10keyedRootObject\x00\x01\x01\x04\x40\x40\x3a\x00\x01\x40\x01\x00\x00| -HN PGP CC7C 7F5A On Fri, Oct 11, 2024 at 9:58 PM Harrison Neal wrote: > Good day, > > It appears

NSConnection Probe

2024-10-11 Thread Harrison Neal
Good day, It appears that nmap doesn't currently recognize TCP-bound NSConnection ( https://developer.apple.com/documentation/foundation/nsconnection ). Example server code: NSConnection *a = [NSConnection connectionWithReceivePort:[[NSSocketPort alloc] init] sendPort:nil]; [a setRootObject:[[NS