<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[For anyone else capturing #USB on #macOS on Apple Silicon:It does work, you just have to disable SIP entirely first (individual flags don&#x27;t work, need csrutil disable)You need to manually set the correct interface up, e.g. sudo ifconfig XHC2 up]]></title><description><![CDATA[<p>For anyone else capturing <a href="https://infosec.exchange/tags/USB" rel="tag">#<span>USB</span></a> on <a href="https://infosec.exchange/tags/macOS" rel="tag">#<span>macOS</span></a> on Apple Silicon:<br />It does work, you just have to disable SIP entirely first (individual flags don't work, need <code>csrutil disable</code>)<br />You need to manually set the correct interface up, e.g. <code>sudo ifconfig XHC2 up</code></p><p>For identifying a specific device, the easiest way is to correlate with IORegistryExplorer.<br />For example:</p><pre><code>iPhone@02100000<br />        ^<br />    XHC interface<br /></code></pre><p>Once you start the capture in Wireshark, you can filter to just that device using</p><pre><code>usb.darwin.location_id == 0x02100000<br /></code></pre>]]></description><link>https://board.circlewithadot.net/topic/4030c52c-20bd-4acb-a8a6-1f43d609f802/for-anyone-else-capturing-usb-on-macos-on-apple-silicon-it-does-work-you-just-have-to-disable-sip-entirely-first-individual-flags-don-t-work-need-csrutil-disable-you-need-to-manually-set-the-correct-interface-up-e.g.-sudo-ifconfig-xhc2-up</link><generator>RSS for Node</generator><lastBuildDate>Thu, 14 May 2026 20:52:04 GMT</lastBuildDate><atom:link href="https://board.circlewithadot.net/topic/4030c52c-20bd-4acb-a8a6-1f43d609f802.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 07 May 2026 15:33:07 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to For anyone else capturing #USB on #macOS on Apple Silicon:It does work, you just have to disable SIP entirely first (individual flags don&#x27;t work, need csrutil disable)You need to manually set the correct interface up, e.g. sudo ifconfig XHC2 up on Sat, 09 May 2026 06:28:34 GMT]]></title><description><![CDATA[<p>I wanted to use this to decrypt connections made using <code>MobileDevice.framework</code> over lockdownd, so I created the following:</p><p>Custom <a href="https://infosec.exchange/tags/Wireshark" rel="tag">#<span>Wireshark</span></a> dissector for the <code>usbmuxd</code> TCP encapsulation:<br /><a href="https://gist.github.com/JJTech0130/da77af43269076f6ea78f69471d1df6e" rel="nofollow noopener"><span>https://</span><span>gist.github.com/JJTech0130/da7</span><span>7af43269076f6ea78f69471d1df6e</span></a><br />SSL keylog for the version of LibreSSL it links (using <a href="https://infosec.exchange/tags/Frida" rel="tag">#<span>Frida</span></a>)<br /><a href="https://gist.github.com/JJTech0130/e238798e66fe70abc16f1c6dc6c28ab3" rel="nofollow noopener"><span>https://</span><span>gist.github.com/JJTech0130/e23</span><span>8798e66fe70abc16f1c6dc6c28ab3</span></a></p><p>Thanks <span><a href="/user/nicolas17%40social.treehouse.systems" rel="nofollow noopener">@<span>nicolas17</span></a></span> for the help!</p>

<div class="row mt-3"><div class="col-12 mt-3"><img class="img-thumbnail" src="https://media.infosec.exchange/infosec.exchange/media_attachments/files/116/543/197/930/401/058/original/d734274e1f95b186.png" alt="Link Preview Image" /></div></div>]]></description><link>https://board.circlewithadot.net/post/https://infosec.exchange/users/jjtech/statuses/116543200598036875</link><guid isPermaLink="true">https://board.circlewithadot.net/post/https://infosec.exchange/users/jjtech/statuses/116543200598036875</guid><dc:creator><![CDATA[jjtech@infosec.exchange]]></dc:creator><pubDate>Sat, 09 May 2026 06:28:34 GMT</pubDate></item></channel></rss>