Thread: Cycorder Privacy Issues
-
12-21-2008, 10:50 PM #1
Cycorder Privacy Issues
Hello I'm here to inform users of the popular free video recording application created by saurik.
This was discovered on my iphone
Note that location services was disabled so position wasnt reported.Code:DavidB-iPhone:/private/var/mobile/Library/Cycorder/CodeFab/MMTracking root# sqlite3 ./MMTracking.sql SQLite version 3.5.9 Enter ".help" for instructions sqlite> .tables trackedEvents sqlite> .dump trackedEvents BEGIN TRANSACTION; CREATE TABLE trackedEvents ( dbID INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, wasBroadcast INTEGER NOT NULL, timestamp REAL NOT NULL, eventType CHAR(50) NOT NULL, connStatus CHAR(20) NOT NULL, latitude REAL NOT NULL, longitude REAL NOT NULL, altitude REAL NOT NULL, userDict TEXT); INSERT INTO "trackedEvents" VALUES(1,0,1229923273.68631,'AdMob:Confirm','NotConnected',0.0,0.0,0.0,'(null)'); INSERT INTO "trackedEvents" VALUES(2,0,1229923274.54035,'UIApplicationDidFinishLaunchingNotification','NotConnected',0.0,0.0,0.0,'(null)'); INSERT INTO "trackedEvents" VALUES(3,0,1229923275.32488,'AdMob:Failure','NotConnected',0.0,0.0,0.0,'(null)'); INSERT INTO "trackedEvents" VALUES(4,0,1229923343.69344,'Video:Record','WiFiConnected',0.0,0.0,0.0,'(null)'); INSERT INTO "trackedEvents" VALUES(5,0,1229923357.99332,'Video:Record','WiFiConnected',0.0,0.0,0.0,'(null)'); INSERT INTO "trackedEvents" VALUES(6,0,1229923367.20874,'UIApplicationWillTerminateNotification','WiFiConnected',0.0,0.0,0.0,'(null)'); COMMIT; sqlite>
The application monitors your actions and calls back apparently with the above information.
Delete/Stop Tracking:
# cd /private/var/mobile/Library/Cycorder/CodeFab/MMTracking
# wget sidonuke.com/killinfo.sql
# sqlite3 MMTracking.sql
> .read killinfo.sql
> .exit
# chmod MMTracking.sql 444
saurik has been contacted and pending comment.
It just got worse...
It sends data to a external source....Code:DavidB-iPhone:/private/var/mobile/Library/Preferences root# plutil com.saurik.cycorder.plist 2008-12-22 00:49:23.003 plutil[1280:10b] { MMBroadcastInterval = 1440; MMBroadcastMade = 1; MMBroadcastURL = "http://t.medialytics.com/EC/WebObjects/EC.woa/wa/ue"; }Last edited by Sidonuke; 12-21-2008 at 10:50 PM. Reason: Automerged Doublepost
-
12-21-2008, 10:55 PM #2Livin the iPhone Life
- Join Date
- Aug 2008
- Location
- Houston, TX
- Posts
- 1,241
- Thanks
- 28
- Thanked 183 Times in 159 Posts
Looks like location-based advertising. So what's new?
-
The Following User Says Thank You to 461am For This Useful Post:
boozie (12-22-2008)
-
12-22-2008, 01:02 AM #3
From saurik
So the issue has been answered and shouldn't be a big concern i guess. but still i hate talkbacks about my location >.>I actually don't have direct access to this database. It goes to Medialets,
a company that aggregates and anonymizes the information as part of their
Medialytics platform, so that I can determine things like "how popular is
this feature". In point of truth I don't even get the information: their
service was a buggy piece of **** and Cycorder was apparently way more
popular than they ever thought their service would need to scale to. For
more information you can visit their website: Medialytics | Medialets.
HAH... apparently they are currently offline, due to too much traffic...
they really do suck.
-J
Last edited by Sidonuke; 12-22-2008 at 01:05 AM.
-
12-22-2008, 01:26 AM #4iPhone? More like MyPhone
- Join Date
- Nov 2008
- Location
- Texas
- Posts
- 268
- Thanks
- 19
- Thanked 65 Times in 34 Posts
This is kind of scary. I really dont like the idea of that being sent without prior knowledge.
Last edited by kjack05; 12-22-2008 at 04:33 AM.
If I helped you dont be afraid to click thanks
-
12-22-2008, 03:23 AM #5
Bah. Who freakin' cares.



LinkBack URL
About LinkBacks
Reply With Quote