

{"id":485,"date":"2011-04-16T23:29:54","date_gmt":"2011-04-17T04:29:54","guid":{"rendered":"http:\/\/rud.is\/b\/?p=485"},"modified":"2018-03-10T07:53:17","modified_gmt":"2018-03-10T12:53:17","slug":"dbclone-hack-for-os-x","status":"publish","type":"post","link":"https:\/\/rud.is\/b\/2011\/04\/16\/dbclone-hack-for-os-x\/","title":{"rendered":"dbClone &#8220;hack&#8221; for OS X"},"content":{"rendered":"<p><b>UPDATE:<\/b> Check out the <a href=\"https:\/\/rud.is\/b\/2011\/04\/17\/a-fully-operational-os-x-dbclone\/\">newer post<\/a> on additional features.<\/p>\n<p><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" data-attachment-id=\"487\" data-permalink=\"https:\/\/rud.is\/b\/2011\/04\/16\/dbclone-hack-for-os-x\/dbc-icon\/\" data-orig-file=\"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2011\/04\/dbc-icon.png?fit=128%2C128&amp;ssl=1\" data-orig-size=\"128,128\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}\" data-image-title=\"dbc-icon\" data-image-description=\"\" data-image-caption=\"\" data-medium-file=\"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2011\/04\/dbc-icon.png?fit=128%2C128&amp;ssl=1\" data-large-file=\"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2011\/04\/dbc-icon.png?fit=128%2C128&amp;ssl=1\" src=\"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2011\/04\/dbc-icon.png?resize=128%2C128&#038;ssl=1\" alt=\"\" title=\"dbc-icon\" width=\"128\" height=\"128\" class=\"alignright size-full wp-image-487\" \/>There has been much ado of late about <a href=\"http:\/\/dereknewton.com\/2011\/04\/dropbox-authentication-static-host-ids\/\">Dropbox security<\/a> with one of the most egregious issues being how easy it is to surreptitiously &#8220;clone&#8221; someone else&#8217;s Dropbox by obtaining just one piece of data &#8211; the host id &#8211; from the Dropbox SQLite <code>config.db<\/code>.<\/p>\n<p>Moloch <a href=\"https:\/\/marcoramilli.blogspot.com\/2011\/04\/dropbox-cloner.html\">built<\/a> a Windows &amp; Linux impersonation\/cloning utility in Python that was\/is meant to be used from a USB\/external volume. The utility can save the cloned host id to a local file and also has the capability to use a simple <code>HTTP GET<\/code> request to log data to a &#8220;mothership&#8221; web site.<\/p>\n<p>Since many Dropbox users use OS X (including me) I didn&#8217;t want them to feel left out or smugly more secure. So, I set about creating a native version of the utility.<\/p>\n<p>This release is not as feature-rich as Moloch&#8217;s Python script but it won&#8217;t take much more effort to crank out a version that duplicates all of the functionality. &#8220;Release early. Release often.&#8221; as the kids these days are wont to say.<\/p>\n<p>You can find the source at its <a href=\"https:\/\/github.com\/hrbrmstr\/dbClone\">github repository<\/a>. When building it or just downloading &amp; running the executable (see below), you should heed the repo&#8217;s README and take care to change the following items in the application&#8217;s <code>Info.plist<\/code> property list:<\/p>\n<ul>\n<li><b>MothershipURL<\/b> &#8211; this is the URL of the remote host you want to store the cloned info to. It defaults to <code>somesite.domain\/mothership.php<\/code> to avoid accidentally sending your own Dropbox data to a remote host. PLEASE NOTE that you will need to get the <code>mothership.php<\/code> script from the original Windows\/Linux code distribution as I have not asked for permission to distribute it here. You can grab the original <code>dbClone.rar<\/code> directly from here: <span class=\"removed_link\" title=\"http:\/\/dl.dropbox.com\/u\/341940\/dbClone.rar\">dl.dropbox.com\/u\/341940\/dbClone.rar<\/span> (I love the irony of it being hosted on Dropbox itself).\n<p>ALSO NOTE that there&#8217;s no need to modify the application&#8217;s property list if you don&#8217;t mind typing in a URL each run. I eventually plan on making this a separate property list file that allows for multiple URLs so you can select it from a drop-down (and still type a new one if you like).<\/li>\n<li><b>LogFilename<\/b> &#8211; <i>just include the filename<\/i> you want to use when storing the cloned info locally if you do not like the default (it&#8217;s the same as Moloch&#8217;s &#8211; <code>\"GroceryList.txt\"<\/code>). It defaults to the top-level of the mounted volume (the original Linux &#038; Windows dbClone was meant to be run from a USB\/external volume) or <code>\"~\/\"<\/code> if running it on your boot drive.<\/li>\n<\/ul>\n<p>You can use the property list editor(s) that come with Apple&#8217;s Developer Tools or use vim, TextEdit, <a href=\"http:\/\/www.barebones.com\/products\/textwrangler\/\">TextWrangler<\/a> (or your favorite text editor) and modify these lines appropriately:<\/p>\n<p>[code]<br \/>\n&lt;key&gt;LogFilename&lt;\/key&gt;<br \/>\n&lt;string&gt;GroceryList.txt&lt;\/string&gt;<br \/>\n&lt;key&gt;MothershipURL&lt;\/key&gt;<br \/>\n&lt;string&gt;http:\/\/somesite.domain\/mothership.php&lt;\/string&gt;<br \/>\n[\/code]<\/p>\n<p>If you do use the &#8220;backup&#8221; option, the current naming scheme is <code>\"backup-config.db\"<\/code> and it&#8221;s important to note that the program will <b>not<\/b> attempt to overwrite the file. I may change that behaviour in an upcoming release.<\/p>\n<p>I tested the build on OS X 10.6.7 but the Xcode project is set to build for compatibility with 10.5.x or 10.6.x. Feedback on behaviour on other systems would be most welcome.<\/p>\n<p>If you just want the executable, grab <a href=\"https:\/\/rud.is\/dl\/dbClone.app.zip\">the zip&#8217;d app<\/a> and give it a go.<\/p>\n<p>Any and all feedback is welcome (via github or in the comments).<\/p>\n","protected":false},"excerpt":{"rendered":"<p>UPDATE: Check out the newer post on additional features. There has been much ado of late about Dropbox security with one of the most egregious issues being how easy it is to surreptitiously &#8220;clone&#8221; someone else&#8217;s Dropbox by obtaining just one piece of data &#8211; the host id &#8211; from the Dropbox SQLite config.db. Moloch [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":true,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"activitypub_content_warning":"","activitypub_content_visibility":"","activitypub_max_image_attachments":3,"activitypub_interaction_policy_quote":"anyone","activitypub_status":"","footnotes":""},"categories":[63,65,3,64,12,7],"tags":[130,164,406,23,131,736,111,405],"class_list":["post-485","post","type-post","status-publish","format-standard","hentry","category-development","category-dropbox-2","category-information-security","category-objective-c","category-os-x","category-programming","tag-cloud-storage","tag-data-synchronization","tag-defaults","tag-dropbox","tag-file-hosting","tag-linux","tag-microsoft-windows","tag-php"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>dbClone &quot;hack&quot; for OS X - rud.is<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/rud.is\/b\/2011\/04\/16\/dbclone-hack-for-os-x\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"dbClone &quot;hack&quot; for OS X - rud.is\" \/>\n<meta property=\"og:description\" content=\"UPDATE: Check out the newer post on additional features. There has been much ado of late about Dropbox security with one of the most egregious issues being how easy it is to surreptitiously &#8220;clone&#8221; someone else&#8217;s Dropbox by obtaining just one piece of data &#8211; the host id &#8211; from the Dropbox SQLite config.db. Moloch [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/rud.is\/b\/2011\/04\/16\/dbclone-hack-for-os-x\/\" \/>\n<meta property=\"og:site_name\" content=\"rud.is\" \/>\n<meta property=\"article:published_time\" content=\"2011-04-17T04:29:54+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2018-03-10T12:53:17+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/rud.is\/b\/wp-content\/uploads\/2011\/04\/dbc-icon.png\" \/>\n<meta name=\"author\" content=\"hrbrmstr\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"hrbrmstr\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/rud.is\/b\/2011\/04\/16\/dbclone-hack-for-os-x\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/rud.is\/b\/2011\/04\/16\/dbclone-hack-for-os-x\/\"},\"author\":{\"name\":\"hrbrmstr\",\"@id\":\"https:\/\/rud.is\/b\/#\/schema\/person\/d7cb7487ab0527447f7fda5c423ff886\"},\"headline\":\"dbClone &#8220;hack&#8221; for OS X\",\"datePublished\":\"2011-04-17T04:29:54+00:00\",\"dateModified\":\"2018-03-10T12:53:17+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/rud.is\/b\/2011\/04\/16\/dbclone-hack-for-os-x\/\"},\"wordCount\":598,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/rud.is\/b\/#\/schema\/person\/d7cb7487ab0527447f7fda5c423ff886\"},\"image\":{\"@id\":\"https:\/\/rud.is\/b\/2011\/04\/16\/dbclone-hack-for-os-x\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/rud.is\/b\/wp-content\/uploads\/2011\/04\/dbc-icon.png\",\"keywords\":[\"Cloud storage\",\"Data synchronization\",\"Defaults\",\"dropbox\",\"File hosting\",\"Linux\",\"Microsoft Windows\",\"php\"],\"articleSection\":[\"Development\",\"Dropbox\",\"Information Security\",\"Objective-C\",\"OS X\",\"Programming\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/rud.is\/b\/2011\/04\/16\/dbclone-hack-for-os-x\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/rud.is\/b\/2011\/04\/16\/dbclone-hack-for-os-x\/\",\"url\":\"https:\/\/rud.is\/b\/2011\/04\/16\/dbclone-hack-for-os-x\/\",\"name\":\"dbClone \\\"hack\\\" for OS X - rud.is\",\"isPartOf\":{\"@id\":\"https:\/\/rud.is\/b\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/rud.is\/b\/2011\/04\/16\/dbclone-hack-for-os-x\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/rud.is\/b\/2011\/04\/16\/dbclone-hack-for-os-x\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/rud.is\/b\/wp-content\/uploads\/2011\/04\/dbc-icon.png\",\"datePublished\":\"2011-04-17T04:29:54+00:00\",\"dateModified\":\"2018-03-10T12:53:17+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/rud.is\/b\/2011\/04\/16\/dbclone-hack-for-os-x\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/rud.is\/b\/2011\/04\/16\/dbclone-hack-for-os-x\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/rud.is\/b\/2011\/04\/16\/dbclone-hack-for-os-x\/#primaryimage\",\"url\":\"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2011\/04\/dbc-icon.png?fit=128%2C128&ssl=1\",\"contentUrl\":\"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2011\/04\/dbc-icon.png?fit=128%2C128&ssl=1\",\"width\":\"128\",\"height\":\"128\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/rud.is\/b\/2011\/04\/16\/dbclone-hack-for-os-x\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/rud.is\/b\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"dbClone &#8220;hack&#8221; for OS X\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/rud.is\/b\/#website\",\"url\":\"https:\/\/rud.is\/b\/\",\"name\":\"rud.is\",\"description\":\"&quot;In God we trust. All others must bring data&quot;\",\"publisher\":{\"@id\":\"https:\/\/rud.is\/b\/#\/schema\/person\/d7cb7487ab0527447f7fda5c423ff886\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/rud.is\/b\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/rud.is\/b\/#\/schema\/person\/d7cb7487ab0527447f7fda5c423ff886\",\"name\":\"hrbrmstr\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2023\/10\/ukr-shield.png?fit=460%2C460&ssl=1\",\"url\":\"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2023\/10\/ukr-shield.png?fit=460%2C460&ssl=1\",\"contentUrl\":\"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2023\/10\/ukr-shield.png?fit=460%2C460&ssl=1\",\"width\":460,\"height\":460,\"caption\":\"hrbrmstr\"},\"logo\":{\"@id\":\"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2023\/10\/ukr-shield.png?fit=460%2C460&ssl=1\"},\"description\":\"Don't look at me\u2026I do what he does \u2014 just slower. #rstats avuncular \u2022 ?Resistance Fighter \u2022 Cook \u2022 Christian \u2022 [Master] Chef des Donn\u00e9es de S\u00e9curit\u00e9 @ @rapid7\",\"sameAs\":[\"http:\/\/rud.is\"],\"url\":\"https:\/\/rud.is\/b\/author\/hrbrmstr\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"dbClone \"hack\" for OS X - rud.is","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/rud.is\/b\/2011\/04\/16\/dbclone-hack-for-os-x\/","og_locale":"en_US","og_type":"article","og_title":"dbClone \"hack\" for OS X - rud.is","og_description":"UPDATE: Check out the newer post on additional features. There has been much ado of late about Dropbox security with one of the most egregious issues being how easy it is to surreptitiously &#8220;clone&#8221; someone else&#8217;s Dropbox by obtaining just one piece of data &#8211; the host id &#8211; from the Dropbox SQLite config.db. Moloch [&hellip;]","og_url":"https:\/\/rud.is\/b\/2011\/04\/16\/dbclone-hack-for-os-x\/","og_site_name":"rud.is","article_published_time":"2011-04-17T04:29:54+00:00","article_modified_time":"2018-03-10T12:53:17+00:00","og_image":[{"url":"https:\/\/rud.is\/b\/wp-content\/uploads\/2011\/04\/dbc-icon.png","type":"","width":"","height":""}],"author":"hrbrmstr","twitter_card":"summary_large_image","twitter_misc":{"Written by":"hrbrmstr","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/rud.is\/b\/2011\/04\/16\/dbclone-hack-for-os-x\/#article","isPartOf":{"@id":"https:\/\/rud.is\/b\/2011\/04\/16\/dbclone-hack-for-os-x\/"},"author":{"name":"hrbrmstr","@id":"https:\/\/rud.is\/b\/#\/schema\/person\/d7cb7487ab0527447f7fda5c423ff886"},"headline":"dbClone &#8220;hack&#8221; for OS X","datePublished":"2011-04-17T04:29:54+00:00","dateModified":"2018-03-10T12:53:17+00:00","mainEntityOfPage":{"@id":"https:\/\/rud.is\/b\/2011\/04\/16\/dbclone-hack-for-os-x\/"},"wordCount":598,"commentCount":0,"publisher":{"@id":"https:\/\/rud.is\/b\/#\/schema\/person\/d7cb7487ab0527447f7fda5c423ff886"},"image":{"@id":"https:\/\/rud.is\/b\/2011\/04\/16\/dbclone-hack-for-os-x\/#primaryimage"},"thumbnailUrl":"https:\/\/rud.is\/b\/wp-content\/uploads\/2011\/04\/dbc-icon.png","keywords":["Cloud storage","Data synchronization","Defaults","dropbox","File hosting","Linux","Microsoft Windows","php"],"articleSection":["Development","Dropbox","Information Security","Objective-C","OS X","Programming"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/rud.is\/b\/2011\/04\/16\/dbclone-hack-for-os-x\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/rud.is\/b\/2011\/04\/16\/dbclone-hack-for-os-x\/","url":"https:\/\/rud.is\/b\/2011\/04\/16\/dbclone-hack-for-os-x\/","name":"dbClone \"hack\" for OS X - rud.is","isPartOf":{"@id":"https:\/\/rud.is\/b\/#website"},"primaryImageOfPage":{"@id":"https:\/\/rud.is\/b\/2011\/04\/16\/dbclone-hack-for-os-x\/#primaryimage"},"image":{"@id":"https:\/\/rud.is\/b\/2011\/04\/16\/dbclone-hack-for-os-x\/#primaryimage"},"thumbnailUrl":"https:\/\/rud.is\/b\/wp-content\/uploads\/2011\/04\/dbc-icon.png","datePublished":"2011-04-17T04:29:54+00:00","dateModified":"2018-03-10T12:53:17+00:00","breadcrumb":{"@id":"https:\/\/rud.is\/b\/2011\/04\/16\/dbclone-hack-for-os-x\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/rud.is\/b\/2011\/04\/16\/dbclone-hack-for-os-x\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/rud.is\/b\/2011\/04\/16\/dbclone-hack-for-os-x\/#primaryimage","url":"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2011\/04\/dbc-icon.png?fit=128%2C128&ssl=1","contentUrl":"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2011\/04\/dbc-icon.png?fit=128%2C128&ssl=1","width":"128","height":"128"},{"@type":"BreadcrumbList","@id":"https:\/\/rud.is\/b\/2011\/04\/16\/dbclone-hack-for-os-x\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/rud.is\/b\/"},{"@type":"ListItem","position":2,"name":"dbClone &#8220;hack&#8221; for OS X"}]},{"@type":"WebSite","@id":"https:\/\/rud.is\/b\/#website","url":"https:\/\/rud.is\/b\/","name":"rud.is","description":"&quot;In God we trust. All others must bring data&quot;","publisher":{"@id":"https:\/\/rud.is\/b\/#\/schema\/person\/d7cb7487ab0527447f7fda5c423ff886"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/rud.is\/b\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/rud.is\/b\/#\/schema\/person\/d7cb7487ab0527447f7fda5c423ff886","name":"hrbrmstr","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2023\/10\/ukr-shield.png?fit=460%2C460&ssl=1","url":"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2023\/10\/ukr-shield.png?fit=460%2C460&ssl=1","contentUrl":"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2023\/10\/ukr-shield.png?fit=460%2C460&ssl=1","width":460,"height":460,"caption":"hrbrmstr"},"logo":{"@id":"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2023\/10\/ukr-shield.png?fit=460%2C460&ssl=1"},"description":"Don't look at me\u2026I do what he does \u2014 just slower. #rstats avuncular \u2022 ?Resistance Fighter \u2022 Cook \u2022 Christian \u2022 [Master] Chef des Donn\u00e9es de S\u00e9curit\u00e9 @ @rapid7","sameAs":["http:\/\/rud.is"],"url":"https:\/\/rud.is\/b\/author\/hrbrmstr\/"}]}},"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p23idr-7P","jetpack_likes_enabled":true,"jetpack-related-posts":[{"id":18,"url":"https:\/\/rud.is\/b\/2011\/02\/02\/backup-workflow\/","url_meta":{"origin":485,"position":0},"title":"Backup Workflow","author":"hrbrmstr","date":"2011-02-02","format":false,"excerpt":"I\u00a0was trying to convey my backup workflow\/setup to @joeday in 140 and it just wasn't working very well. Twitter -\u00a0as one might expect - is not exactly the place for detailed technical discussions, but it does provide fertile ground to spark ideas and dialogue. I told @geekshui that I'd blog\u2026","rel":"","context":"In &quot;Backups&quot;","block_context":{"text":"Backups","link":"https:\/\/rud.is\/b\/category\/backups\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":512,"url":"https:\/\/rud.is\/b\/2011\/04\/17\/a-fully-operational-os-x-dbclone\/","url_meta":{"origin":485,"position":1},"title":"A Fully Operational OS X dbClone","author":"hrbrmstr","date":"2011-04-17","format":false,"excerpt":"Spent some time today updating the missing bits of the OS X version of the Dropbox cloner I uploaded last night. You can just grab the executable or grab the whole project from the github repository. The app can now backup\/restore of local config, clone dropbox configs to a URL\/file\u2026","rel":"","context":"In &quot;Development&quot;","block_context":{"text":"Development","link":"https:\/\/rud.is\/b\/category\/development\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":552,"url":"https:\/\/rud.is\/b\/2011\/04\/28\/dropbox-1-2-0-experimental-build-fixes-security-issue\/","url_meta":{"origin":485,"position":2},"title":"Dropbox 1.2.0 Experimental Build &#8220;Fixes&#8221; Security Issue","author":"hrbrmstr","date":"2011-04-28","format":false,"excerpt":"If you are concerned about the Dropbox design flaw exposed by the dbClone attack, then have we got a link for you! The intrepid DB devs have tossed up a forum release which purports to fix all the thorny security issues. You can no longer just copy a config file\u2026","rel":"","context":"In &quot;Dropbox&quot;","block_context":{"text":"Dropbox","link":"https:\/\/rud.is\/b\/category\/dropbox-2\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":763,"url":"https:\/\/rud.is\/b\/2012\/01\/07\/getting-things-done-a-cobblers-tale\/","url_meta":{"origin":485,"position":3},"title":"Getting Things Done : A Cobbler&#8217;s Tale","author":"hrbrmstr","date":"2012-01-07","format":false,"excerpt":"Starting sometime mid-year in 2011, I began having more 'stuff' to do than even my eidetic memory could help with. It's not that I forgot things, per se, but the ability to mentally recall and prioritize work, family, personal and other tasks finally required some external assistance and I resolved\u2026","rel":"","context":"In &quot;GTD&quot;","block_context":{"text":"GTD","link":"https:\/\/rud.is\/b\/category\/gtd\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":81,"url":"https:\/\/rud.is\/b\/2011\/02\/08\/quick-hits-2011-02-08\/","url_meta":{"origin":485,"position":4},"title":"Quick Hits :: 2011-02-08","author":"hrbrmstr","date":"2011-02-08","format":false,"excerpt":"Security Originally meant to improve the security of jailbroken iOS devices, antid0te is now also available for OS X Snow Leopard thanks to the efforts of Stefan Esser. Since Apple engineers did not see fit to load the dynamic linker - dyld - at a random base address, they left\u2026","rel":"","context":"In &quot;Information Security&quot;","block_context":{"text":"Information Security","link":"https:\/\/rud.is\/b\/category\/information-security\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":10104,"url":"https:\/\/rud.is\/b\/2018\/04\/18\/access-your-saved-for-later-feedly-items-by-hooking-up-dropbox-to-feedly\/","url_meta":{"origin":485,"position":5},"title":"Access Your &#8220;Saved for Later&#8221; Feedly Items By Hooking Up Dropbox to Feedly","author":"hrbrmstr","date":"2018-04-18","format":false,"excerpt":"If you come here often you've noticed that I've been writing a semi-frequent series on using the Feedly API with R. A recent post was created to help someone use the API. It worked for them but \u2014 as you can see in the comment \u2014 an assertion was made\u2026","rel":"","context":"In &quot;data wrangling&quot;","block_context":{"text":"data wrangling","link":"https:\/\/rud.is\/b\/category\/data-wrangling\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/rud.is\/b\/wp-json\/wp\/v2\/posts\/485","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rud.is\/b\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/rud.is\/b\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/rud.is\/b\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/rud.is\/b\/wp-json\/wp\/v2\/comments?post=485"}],"version-history":[{"count":0,"href":"https:\/\/rud.is\/b\/wp-json\/wp\/v2\/posts\/485\/revisions"}],"wp:attachment":[{"href":"https:\/\/rud.is\/b\/wp-json\/wp\/v2\/media?parent=485"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/rud.is\/b\/wp-json\/wp\/v2\/categories?post=485"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/rud.is\/b\/wp-json\/wp\/v2\/tags?post=485"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}