<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:podcast="https://podcastindex.org/namespace/1.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>(YT)Deviant Ollam</title>
        <link>https://stream.echo6.co/c/deviant-ollam/videos</link>
        <description>Imported from YouTube: https://www.youtube.com/@DeviantOllam</description>
        <lastBuildDate>Mon, 13 Apr 2026 09:42:49 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>PeerTube - https://stream.echo6.co</generator>
        <image>
            <title>(YT)Deviant Ollam</title>
            <url>https://stream.echo6.co/client/assets/images/icons/icon-512x512.png</url>
            <link>https://stream.echo6.co/c/deviant-ollam/videos</link>
        </image>
        <copyright>All rights reserved, unless otherwise specified in the terms specified at https://stream.echo6.co/about and potential licenses granted by each content's rightholder.</copyright>
        <atom:link href="https://stream.echo6.co/feeds/videos.xml?videoChannelId=9" rel="self" type="application/rss+xml"/>
        <podcast:txt purpose="p20url">https://stream.echo6.co/feeds/podcast/videos.xml?videoChannelId=9</podcast:txt>
        <item>
            <title><![CDATA[Proxmark3 Blueshark-to-Android How-To-Guide, part 1: Hardware Install]]></title>
            <link>https://stream.echo6.co/w/eq4rEfQ18MNkPGuThRK3pZ</link>
            <guid>https://stream.echo6.co/w/eq4rEfQ18MNkPGuThRK3pZ</guid>
            <pubDate>Fri, 27 Mar 2026 20:44:28 GMT</pubDate>
            <description><![CDATA[There are three videos in this series. To make the details in the doobly-doo more useful I'm simply replicating all my notes and links across all three.  Enjoy!  👍😁👍 [= Video One: Hardware Install =] Install the BlueS...]]></description>
            <content:encoded><![CDATA[<p>There are three videos in this series. To make the details in the doobly-doo more useful I'm simply replicating all my notes and links across all three.  Enjoy!  👍😁👍</p>

<p>[= Video One: Hardware Install =]</p>
<ol>
<li>Install the BlueShark Module</li>
</ol>
<p>Pop open the Proxmark case, connect the Blueshark's ribbon cable, and optionally dim your LED lights if covert pocket carry is of interest to you.</p>
<p>You can acquire a Blueshark module either from Hacker Warehouse or from my own retail site that I don't mention on my channel because it's cringe to do that shit.  😂</p>
<p>[= Video Two: Update Proxmark Firmware.  =]</p>
<ol>
<li>Flash your Proxmark to the latest firmware with the BT addon</li>
</ol>
<p>The easiest way to go about if you're on Windows is by grabbing the latest pre-compiled bluetooth-enabled build from Gator's site...</p>
<p><a href="https://proxmarkbuilds.org/fileviewer.html#rdv4_bt/" target="_blank" rel="noopener noreferrer">https://proxmarkbuilds.org/fileviewer.html#rdv4_bt/</a></p>
<p>If you want to fully compile from source, you can pull that from the RfidResearchGroup's GitHub repo...</p>
<p><a href="https://github.com/RfidResearchGroup/proxmark3" target="_blank" rel="noopener noreferrer">https://github.com/RfidResearchGroup/proxmark3</a></p>
<p>...and edit the Makefile.platform file to uncomment one line...</p>
If you want more than one PLATFORM_EXTRAS option, separate them by spaces:
<p>#PLATFORM_EXTRAS=BTADDON<br />
#PLATFORM_EXTRAS=FLASH<br />
#PLATFORM_EXTRAS=SMARTCARD<br />
PLATFORM_EXTRAS=BTADDON FLASH<br />
#STANDALONE=LF_SAMYRUN</p>
<p>... notice how that fifth line is uncommented, thus enabling the BTADDON flash line.  But for real, the precompiled binaries are a way easier choice here.</p>
<p>Connect your Proxmark to your laptop and run the pm3-flash-all.bat script to ensure that your device is fully up to date and that you're now running firmware that will play well with the Blueshark that you've installed.</p>
<p>[= Video Number Three: Connect Your Proxmark to your Android Device =]</p>
<ol>
<li>You will need two tools:</li>
</ol>
<p>Termux...<br />
<a href="https://f-droid.org/packages/com.termux/" target="_blank" rel="noopener noreferrer">https://f-droid.org/packages/com.termux/</a><br />
(yes this involves trusting an app outside of the Play Store)</p>
<p>Bluetooth TCP Bridge<br />
<a href="https://play.google.com/store/apps/details?id=masar.bb" target="_blank" rel="noopener noreferrer">https://play.google.com/store/apps/details?id=masar.bb</a><br />
(i recommend spending the $3 for the pro version)</p>
<ol>
<li>Install the Proxmark software from within Termux</li>
</ol>
<p>There is also a guide here...<br />
<a href="https://github.com/RfidResearchGroup/proxmark3/blob/master/doc/termux_notes.md#install-proxmark3-package-which-follows-tagged-releases" target="_blank" rel="noopener noreferrer">https://github.com/RfidResearchGroup/proxmark3/blob/master/doc/termux_notes.md#install-proxmark3-package-which-follows-tagged-releases</a></p>
<p>But this command should install the latest stable release...<br />
pkg install proxmark3</p>
<p>You can also run this if you've re-flashed your Proxmark device elsewhere and now you're back on your phone again and want to make sure all software versions are the latest release...<br />
pkg upgrade proxmark3</p>
<ol>
<li>Pair your proxmark with your phone</li>
</ol>
<p>Go to your Bluetooth interface in phone</p>
<p>Make sure the Proxmark and BlueShark are powered on (BT light should be flashing)</p>
<p>Add new device</p>
<p>Pairing with code 1234.  Remember, "pairing" is not the same as "connecting."  If your Proxmark is listed in "saved devices" then it is paired.</p>
<ol>
<li>Use the BT/TCP bridge to actually make the connection</li>
</ol>
<p>Start Bluetooth TCP Bridge</p>
<p>Set the Proxmark as Device A using "Connect to classic Bluetooth device"</p>
<p>Set a TCP Server as Device B on an unused port (e.g. 4321)</p>
<p>Ensure "Retransmission" is set to "both ways"</p>
<p>(It is possible to record the config as autostart script under Settings.  Hence why i like the Pro version)</p>
<ol>
<li>from Termux you should now be able to connect to your proxmark</li>
</ol>
<p>proxmark3 tcp:localhost:4321</p>
<ol>
<li>Setting home screen icons, etc</li>
</ol>
<p>If you are doing a little bit of polish and cleanup on your phone's home screen, this is the link to the Blueshark icon that I have created...</p>
<p><a href="https://deviating.net/stuff/Blue_Shark.png" target="_blank" rel="noopener noreferrer">https://deviating.net/stuff/Blue_Shark.png</a></p>
<p>... enjoy running your Proxmark3 device without the need for a laptop now, everybody!  Keep in mind, that while loads of the usual functions that you are used to performing should work just fine, there is a slight communications lag when you are bridging over bluetooth.  A few of the more advanced functions which involve very fast and timing-depending interrogation of certain credentials, readers, etc. may fail to work if you're operating in Bluetooth bridge mode like this.  I have found that this is particularly true if you're in an environment with a lot of noise in the Bluetooth radio spectrum.</p>
<p>Good luck and Happy Pride! 👍😁👍🌈🦈</p>

<p>I'm on the Fediverse.  That's a great place to find me...<br />
<a href="https://defcon.social/@deviantollam" target="_blank" rel="noopener noreferrer">https://defcon.social/@deviantollam</a></p>
<p>I'm also on Instagram.  I mostly use it for liking my friends' photos...<br />
<a href="https://instagram.com/deviantollam" target="_blank" rel="noopener noreferrer">https://instagram.com/deviantollam</a></p>
<p>Bluesky has picked up a lot of momentum, and I'm over there, too...<br />
<a href="https://bsky.app/profile/deviantollam.bsky.social" target="_blank" rel="noopener noreferrer">https://bsky.app/profile/deviantollam.bsky.social</a></p>
<p>I'm also on Discord, but mostly only because my daughter uses it...<br />
<a href="https://discord.com/users/deviantollam" target="_blank" rel="noopener noreferrer">https://discord.com/users/deviantollam</a></p>
<p>I post dumb questions to Reddit and sometimes answer folks' questions there, too...<br />
<a href="https://www.reddit.com/u/deviantollam" target="_blank" rel="noopener noreferrer">https://www.reddit.com/u/deviantollam</a></p>
<p>This is my GitHub.  I post my design files there...<br />
<a href="https://github.com/deviantollam" target="_blank" rel="noopener noreferrer">https://github.com/deviantollam</a></p>
<p>This is my personal web site.  Most things i create wind up online...<br />
<a href="https://deviating.net" target="_blank" rel="noopener noreferrer">https://deviating.net</a></p>
]]></content:encoded>
            <dc:creator>(YT)Deviant Ollam</dc:creator>
            <enclosure length="39624553" type="video/mp4" url="https://stream.echo6.co/download/videos/generate/6ca2c646-d455-473c-9d47-fc7630edfd3f?videoFileIds=16955"/>
            <media:community>
                <media:statistics views="0"/>
            </media:community>
            <media:embed url="https://stream.echo6.co/videos/embed/eq4rEfQ18MNkPGuThRK3pZ"/>
            <media:player url="https://stream.echo6.co/w/eq4rEfQ18MNkPGuThRK3pZ"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://stream.echo6.co/lazy-static/torrents/fad60faa-6a3d-410b-9cde-56ef5ef49112-1080.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="39624553" url="https://stream.echo6.co/static/web-videos/11a2b4ac-70d2-4de8-9f8a-93bf38a99ec1-1080.mp4" framerate="30" duration="266" isDefault="true"/>
            </media:group>
            <media:thumbnail url="https://stream.echo6.co/lazy-static/previews/6d515a03-217b-4411-bddc-77c1778c886b.jpg"/>
            <media:thumbnail url="https://stream.echo6.co/lazy-static/thumbnails/403dc3f8-a5b7-4da2-a229-7f6d540cb38c.jpg"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Proxmark3 Blueshark-to-Android How-To-Guide, part 1: Hardware Install</media:title>
            <media:description type="plain">There are three videos in this series. To make the details in the doobly-doo more useful I'm simply replicating all my notes and links across all three.  Enjoy!  👍😁👍 [= Video One: Hardware Install =] Install the BlueS...</media:description>
        </item>
        <item>
            <title><![CDATA[Why Does This Safe Lock Have a Lock On It?]]></title>
            <link>https://stream.echo6.co/w/645RYmjnnmUqzB2v2i1wBp</link>
            <guid>https://stream.echo6.co/w/645RYmjnnmUqzB2v2i1wBp</guid>
            <pubDate>Fri, 27 Mar 2026 20:44:18 GMT</pubDate>
            <description><![CDATA[Some of you have perhaps encountered mechanical safe dials that feature a small lock cylinder which can accept a blade-style key.  I have heard people advance a variety of theories over the years as to what this lock is for, but seldom does a user...]]></description>
            <content:encoded><![CDATA[<p>Some of you have perhaps encountered mechanical safe dials that feature a small lock cylinder which can accept a blade-style key.  I have heard people advance a variety of theories over the years as to what this lock is for, but seldom does a user of a safe know the original intent behind this feature.</p>
<p>Little locks like this, which restrict the ability to tun the dial, were used for a practice known as "Day Locking."  If a safe or vault door needs to be repeatedly opened and closed and if dialing the combination every single time is deemed to be a hassle (and if the powers that be also want to discourage back-dialing by a casual passer-by) then this little lock cylinder can be used to immobilize the safe dial right near the drop-in point such that the door is "locked" but the wheel pack inside the safe isn't scrambled randomly.</p>
<p>If a safe or vault is "day locked" then the user with the dial key can approach, quickly free the dial, and rotate it perhaps a quarter turn and immediately open the door.</p>
<p>It certainly isn't a practice to be used in high security environments, but many mechanical safe locks still support it.  So now you know.  Enjoy! 👍😁👍</p>

<p>Sign up for give-away drawings here...<br />
<a href="https://deviating.net/contests/give-aways/" target="_blank" rel="noopener noreferrer">https://deviating.net/contests/give-aways/</a></p>
<p>I'm on the Fediverse.  That's a great place to find me...<br />
<a href="https://defcon.social/@deviantollam" target="_blank" rel="noopener noreferrer">https://defcon.social/@deviantollam</a></p>
<p>I'm also on Instagram.  I mostly use it for liking my friends' photos...<br />
<a href="https://instagram.com/deviantollam" target="_blank" rel="noopener noreferrer">https://instagram.com/deviantollam</a></p>
<p>Bluesky has picked up a lot of momentum, and I'm over there, too...<br />
<a href="https://bsky.app/profile/deviantollam.bsky.social" target="_blank" rel="noopener noreferrer">https://bsky.app/profile/deviantollam.bsky.social</a></p>
<p>I'm also on Discord, but mostly only because my daughter uses it...<br />
<a href="https://discord.com/users/deviantollam" target="_blank" rel="noopener noreferrer">https://discord.com/users/deviantollam</a></p>
<p>I post dumb questions to Reddit and sometimes answer folks' questions there, too...<br />
<a href="https://www.reddit.com/u/deviantollam" target="_blank" rel="noopener noreferrer">https://www.reddit.com/u/deviantollam</a></p>
<p>This is my GitHub.  I post my design files there...<br />
<a href="https://github.com/deviantollam" target="_blank" rel="noopener noreferrer">https://github.com/deviantollam</a></p>
<p>I don't use Twitter anymore and neither should you...<br />
<a href="https://twitter.com/deviantollam" target="_blank" rel="noopener noreferrer">https://twitter.com/deviantollam</a></p>
<p>This is my personal web site.  Most things i create wind up online...<br />
<a href="https://deviating.net" target="_blank" rel="noopener noreferrer">https://deviating.net</a></p>
<p>This is my company.  We're good at stuff...<br />
<a href="https://enterthecore.net" target="_blank" rel="noopener noreferrer">https://enterthecore.net</a></p>
<p>This is where I train.  Come and learn badass skills...<br />
<a href="https://redteamalliance.com" target="_blank" rel="noopener noreferrer">https://redteamalliance.com</a></p>

]]></content:encoded>
            <dc:creator>(YT)Deviant Ollam</dc:creator>
            <enclosure length="60739041" type="video/mp4" url="https://stream.echo6.co/download/videos/generate/28ebebb0-a5ee-48b9-83c0-2ed4b6b622ad?videoFileIds=16954"/>
            <media:community>
                <media:statistics views="0"/>
            </media:community>
            <media:embed url="https://stream.echo6.co/videos/embed/645RYmjnnmUqzB2v2i1wBp"/>
            <media:player url="https://stream.echo6.co/w/645RYmjnnmUqzB2v2i1wBp"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://stream.echo6.co/lazy-static/torrents/54f6e7b3-5fb3-4be4-b17b-318f83238120-1080.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="60739041" url="https://stream.echo6.co/static/web-videos/faaeeca0-63df-4061-9d75-fd72256b027c-1080.mp4" framerate="30" duration="385" isDefault="true"/>
            </media:group>
            <media:thumbnail url="https://stream.echo6.co/lazy-static/previews/e68f0941-3bb7-43d1-a480-1fce163e34d9.jpg"/>
            <media:thumbnail url="https://stream.echo6.co/lazy-static/thumbnails/1886e01d-01ad-418f-a953-bb9da9ee9655.jpg"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Why Does This Safe Lock Have a Lock On It?</media:title>
            <media:description type="plain">Some of you have perhaps encountered mechanical safe dials that feature a small lock cylinder which can accept a blade-style key.  I have heard people advance a variety of theories over the years as to what this lock is for, but seldom does a user...</media:description>
        </item>
        <item>
            <title><![CDATA[Attacking Classified Safes and Vaults from the Cold War to Now [CackalackyCon 2025]]]></title>
            <link>https://stream.echo6.co/w/mhjpdL4SBWQhem5GTeGSQD</link>
            <guid>https://stream.echo6.co/w/mhjpdL4SBWQhem5GTeGSQD</guid>
            <pubDate>Fri, 27 Mar 2026 20:44:03 GMT</pubDate>
            <description><![CDATA[NOTE About Ads: One or two people in the comments are alleging that this video is displaying with ads either before or during playback.  I and most people I know aren't aware of this because we don't see ads on YouTube because we block them all.  ...]]></description>
            <content:encoded><![CDATA[<p>NOTE About Ads: One or two people in the comments are alleging that this video is displaying with ads either before or during playback.  I and most people I know aren't aware of this because we don't see ads on YouTube because we block them all.  If, however, you are seeing ads on this video, I offer my apologies. I don't know why you would be seeing them, because my channel is not and has never been and never will be monetized. I have heard that sometimes if a video is just particularly popular or the algorithm decides it wants to try to make money off of you the viewer it will shove ads into a channel that doesn't usually have them anyway.  All I can suggest is that you use an ad blocker or use YouTube premium.  Ads suck and I will never intentionally put them into my videos, I promise you that.</p>

<p>As a government safe and vault technician, my work routinely takes me to military bases, field offices, and secured locations across the country where it is my job to inspect, certify, repair, and occasionally "neutralize" the containers and rooms that house our nation's sensitive secrets and deadly weapons.</p>
<p>I have been doing this work for a little over a decade, but my knowledge of this sector spans much further back in time... and contains many details that the general public does not know when it comes to how enemies both foreign and domestic have attempted to gain entry into our secured spaces and containers.</p>
<p>This presentation consists of a collection of stories and examples (several of which, while not classified, have not been widely disseminated or discussed in public) about the endless ladders-and-walls games that our government and our adversaries have played against one another, from the cold war and up to today.</p>
<p>Think that the safes and vaults and SCIFs holding our nation's secrets have never been penetrated?  They have, but the stories have generally been classified or suppressed... until now.  Put on your nitrile gloves, check your dosimeters, and strap in for a series of fascinating stories!</p>

<p>Sign up for give-away drawings here...<br />
<a href="https://deviating.net/contests/give-aways/" target="_blank" rel="noopener noreferrer">https://deviating.net/contests/give-aways/</a></p>
<p>I'm on the Fediverse.  That's a great place to find me...<br />
<a href="https://defcon.social/@deviantollam" target="_blank" rel="noopener noreferrer">https://defcon.social/@deviantollam</a></p>
<p>I'm also on Instagram.  I mostly use it for liking my friends' photos...<br />
<a href="https://instagram.com/deviantollam" target="_blank" rel="noopener noreferrer">https://instagram.com/deviantollam</a></p>
<p>Bluesky has picked up a lot of momentum, and I'm over there, too...<br />
<a href="https://bsky.app/profile/deviantollam.bsky.social" target="_blank" rel="noopener noreferrer">https://bsky.app/profile/deviantollam.bsky.social</a></p>
<p>I'm also on Discord, but mostly only because my daughter uses it...<br />
<a href="https://discord.com/users/deviantollam" target="_blank" rel="noopener noreferrer">https://discord.com/users/deviantollam</a></p>
<p>I post dumb questions to Reddit and sometimes answer folks' questions there, too...<br />
<a href="https://www.reddit.com/u/deviantollam" target="_blank" rel="noopener noreferrer">https://www.reddit.com/u/deviantollam</a></p>
<p>This is my GitHub.  I post my design files there...<br />
<a href="https://github.com/deviantollam" target="_blank" rel="noopener noreferrer">https://github.com/deviantollam</a></p>
<p>I don't use Twitter anymore and neither should you...<br />
<a href="https://twitter.com/deviantollam" target="_blank" rel="noopener noreferrer">https://twitter.com/deviantollam</a></p>
<p>This is my personal web site.  Most things i create wind up online...<br />
<a href="https://deviating.net" target="_blank" rel="noopener noreferrer">https://deviating.net</a></p>
<p>This is my company.  We're good at stuff...<br />
<a href="https://enterthecore.net" target="_blank" rel="noopener noreferrer">https://enterthecore.net</a></p>
<p>This is where I train.  Come and learn badass skills...<br />
<a href="https://redteamalliance.com" target="_blank" rel="noopener noreferrer">https://redteamalliance.com</a></p>

]]></content:encoded>
            <dc:creator>(YT)Deviant Ollam</dc:creator>
            <enclosure length="394025409" type="video/mp4" url="https://stream.echo6.co/download/videos/generate/a43e035c-d324-448f-9adb-ba732f1194fd?videoFileIds=16953"/>
            <media:community>
                <media:statistics views="0"/>
            </media:community>
            <media:embed url="https://stream.echo6.co/videos/embed/mhjpdL4SBWQhem5GTeGSQD"/>
            <media:player url="https://stream.echo6.co/w/mhjpdL4SBWQhem5GTeGSQD"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://stream.echo6.co/lazy-static/torrents/81c25179-8181-46e1-b4e2-e2dbcafa93af-1080.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="394025409" url="https://stream.echo6.co/static/web-videos/2ee66b59-88fc-47e7-87d2-3ff04975daa6-1080.mp4" framerate="30" duration="6427" isDefault="true"/>
            </media:group>
            <media:thumbnail url="https://stream.echo6.co/lazy-static/previews/bf317735-2730-49ff-aa24-bdcab4a4cd47.jpg"/>
            <media:thumbnail url="https://stream.echo6.co/lazy-static/thumbnails/5f42f00c-e575-4e75-bc24-61a0aeaa963d.jpg"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Attacking Classified Safes and Vaults from the Cold War to Now [CackalackyCon 2025]</media:title>
            <media:description type="plain">NOTE About Ads: One or two people in the comments are alleging that this video is displaying with ads either before or during playback.  I and most people I know aren't aware of this because we don't see ads on YouTube because we block them all.  ...</media:description>
        </item>
        <item>
            <title><![CDATA[Snowfall Street Scene in Norway]]></title>
            <link>https://stream.echo6.co/w/uRpnfY2Tv9vetNKGTgigzb</link>
            <guid>https://stream.echo6.co/w/uRpnfY2Tv9vetNKGTgigzb</guid>
            <pubDate>Wed, 04 Mar 2026 03:25:33 GMT</pubDate>
            <description><![CDATA[i tried to capture the picturesque beauty of the constant Norwegian snowfalls by just filming out of my window at the street and adjacent building.]]></description>
            <content:encoded><![CDATA[<p>i tried to capture the picturesque beauty of the constant Norwegian snowfalls by just filming out of my window at the street and adjacent building.</p>
]]></content:encoded>
            <dc:creator>(YT)Deviant Ollam</dc:creator>
            <enclosure length="9689737" type="video/mp4" url="https://stream.echo6.co/download/videos/generate/e9a5ba32-d228-4136-b490-595f60416198?videoFileIds=13696"/>
            <media:community>
                <media:statistics views="0"/>
            </media:community>
            <media:embed url="https://stream.echo6.co/videos/embed/uRpnfY2Tv9vetNKGTgigzb"/>
            <media:player url="https://stream.echo6.co/w/uRpnfY2Tv9vetNKGTgigzb"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://stream.echo6.co/lazy-static/torrents/4c993e59-debf-40f1-b3c0-0048092de51c-480.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="480" fileSize="9689737" url="https://stream.echo6.co/static/web-videos/5036d722-4bc4-4673-bed6-925508d6f50c-480.mp4" framerate="15" duration="78" isDefault="true"/>
            </media:group>
            <media:thumbnail url="https://stream.echo6.co/lazy-static/previews/c5df1085-0172-40fe-b3b1-198e9936227d.jpg"/>
            <media:thumbnail url="https://stream.echo6.co/lazy-static/thumbnails/7536e874-a57d-42db-aafb-c32ae66fe369.jpg"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Snowfall Street Scene in Norway</media:title>
            <media:description type="plain">i tried to capture the picturesque beauty of the constant Norwegian snowfalls by just filming out of my window at the street and adjacent building.</media:description>
        </item>
        <item>
            <title><![CDATA[3D Printing at the MetaLab]]></title>
            <link>https://stream.echo6.co/w/6Jru4SFsB1F7az7a7geqkF</link>
            <guid>https://stream.echo6.co/w/6Jru4SFsB1F7az7a7geqkF</guid>
            <pubDate>Wed, 04 Mar 2026 03:25:22 GMT</pubDate>
            <description><![CDATA[The 3D printer generating a flash diffuser that i designed for my camera. The video shows the process from start to finish along with some great example shots.]]></description>
            <content:encoded><![CDATA[<p>The 3D printer generating a flash diffuser that i designed for my camera. The video shows the process from start to finish along with some great example shots.</p>
]]></content:encoded>
            <dc:creator>(YT)Deviant Ollam</dc:creator>
            <enclosure length="17549526" type="video/mp4" url="https://stream.echo6.co/download/videos/generate/2e6aa2fb-fdde-4eed-b510-4e47adad8bcd?videoFileIds=13695"/>
            <media:community>
                <media:statistics views="0"/>
            </media:community>
            <media:embed url="https://stream.echo6.co/videos/embed/6Jru4SFsB1F7az7a7geqkF"/>
            <media:player url="https://stream.echo6.co/w/6Jru4SFsB1F7az7a7geqkF"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://stream.echo6.co/lazy-static/torrents/10aa2beb-f37e-4163-a820-1fab40922030-300.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="300" fileSize="17549526" url="https://stream.echo6.co/static/web-videos/a18a8e49-ef92-44a1-a00c-ecc3f1f32e45-300.mp4" framerate="30" duration="447" isDefault="true"/>
            </media:group>
            <media:thumbnail url="https://stream.echo6.co/lazy-static/previews/baf7decf-4c21-47ad-b816-0fc608cc2f44.jpg"/>
            <media:thumbnail url="https://stream.echo6.co/lazy-static/thumbnails/a675d5d3-00e2-4bc6-9c31-96a9be86ab0b.jpg"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">3D Printing at the MetaLab</media:title>
            <media:description type="plain">The 3D printer generating a flash diffuser that i designed for my camera. The video shows the process from start to finish along with some great example shots.</media:description>
        </item>
        <item>
            <title><![CDATA[Lockpick Village Setup]]></title>
            <link>https://stream.echo6.co/w/n5VjtkwdtVrTziqshQ6T4r</link>
            <guid>https://stream.echo6.co/w/n5VjtkwdtVrTziqshQ6T4r</guid>
            <pubDate>Wed, 04 Mar 2026 03:25:15 GMT</pubDate>
            <description><![CDATA[Saturday morning at DEFCON 17, getting the Lockpick Village ready for the attendees.  See how much we love you, people?  We're awake after a long hard night of music, dancing, drinking, drugs, and debauchery ... all showered and fresh... and down ...]]></description>
            <content:encoded><![CDATA[<p>Saturday morning at DEFCON 17, getting the Lockpick Village ready for the attendees.  See how much we love you, people?  We're awake after a long hard night of music, dancing, drinking, drugs, and debauchery ... all showered and fresh... and down at the con space at 08:00 just to make sure that things are perfect for you when you stroll down at 10:00 looking to pop some locks. =D</p>
]]></content:encoded>
            <dc:creator>(YT)Deviant Ollam</dc:creator>
            <enclosure length="9244235" type="video/mp4" url="https://stream.echo6.co/download/videos/generate/aabfbee0-a093-45be-ad21-fe87c6675c3b?videoFileIds=13694"/>
            <media:community>
                <media:statistics views="0"/>
            </media:community>
            <media:embed url="https://stream.echo6.co/videos/embed/n5VjtkwdtVrTziqshQ6T4r"/>
            <media:player url="https://stream.echo6.co/w/n5VjtkwdtVrTziqshQ6T4r"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://stream.echo6.co/lazy-static/torrents/55cc307c-1a75-4a9a-ad44-9e00f11c2171-480.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="480" fileSize="9244235" url="https://stream.echo6.co/static/web-videos/96aa90fb-db93-4d17-b784-3f3a320ebd6d-480.mp4" framerate="30" duration="83" isDefault="true"/>
            </media:group>
            <media:thumbnail url="https://stream.echo6.co/lazy-static/previews/6c0e340d-0c7d-4752-bebd-09b358596248.jpg"/>
            <media:thumbnail url="https://stream.echo6.co/lazy-static/thumbnails/52415112-ae8c-46d2-8798-ec6fe182b63b.jpg"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Lockpick Village Setup</media:title>
            <media:description type="plain">Saturday morning at DEFCON 17, getting the Lockpick Village ready for the attendees.  See how much we love you, people?  We're awake after a long hard night of music, dancing, drinking, drugs, and debauchery ... all showered and fresh... and down ...</media:description>
        </item>
        <item>
            <title><![CDATA[Mohawks at DEFCON]]></title>
            <link>https://stream.echo6.co/w/cQ5pZQ8sKEMkHS9Rd9RAGJ</link>
            <guid>https://stream.echo6.co/w/cQ5pZQ8sKEMkHS9Rd9RAGJ</guid>
            <pubDate>Wed, 04 Mar 2026 03:25:08 GMT</pubDate>
            <description><![CDATA[EdW0rd was responsible for a lot of the new haircuts at DEFCON.  Here she is, giving mohawks to any takers.]]></description>
            <content:encoded><![CDATA[<p>EdW0rd was responsible for a lot of the new haircuts at DEFCON.  Here she is, giving mohawks to any takers.</p>
]]></content:encoded>
            <dc:creator>(YT)Deviant Ollam</dc:creator>
            <enclosure length="3479707" type="video/mp4" url="https://stream.echo6.co/download/videos/generate/5fcaf23f-c18c-4abb-af29-d43a3c04abea?videoFileIds=13693"/>
            <media:community>
                <media:statistics views="0"/>
            </media:community>
            <media:embed url="https://stream.echo6.co/videos/embed/cQ5pZQ8sKEMkHS9Rd9RAGJ"/>
            <media:player url="https://stream.echo6.co/w/cQ5pZQ8sKEMkHS9Rd9RAGJ"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://stream.echo6.co/lazy-static/torrents/bf3be59a-5d49-433a-8b20-cf8bf2c3eb9a-300.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="300" fileSize="3479707" url="https://stream.echo6.co/static/web-videos/c2903476-c9cc-4a59-a166-44cdd093e054-300.mp4" framerate="30" duration="92" isDefault="true"/>
            </media:group>
            <media:thumbnail url="https://stream.echo6.co/lazy-static/previews/0c2084f5-6842-4054-9637-079801f4942b.jpg"/>
            <media:thumbnail url="https://stream.echo6.co/lazy-static/thumbnails/59bd8653-66f2-47f5-a6f3-36c25bcb79b1.jpg"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Mohawks at DEFCON</media:title>
            <media:description type="plain">EdW0rd was responsible for a lot of the new haircuts at DEFCON.  Here she is, giving mohawks to any takers.</media:description>
        </item>
        <item>
            <title><![CDATA[Bump Key Attack on Schlage Primus]]></title>
            <link>https://stream.echo6.co/w/gcSyJ7dpdd2CTz1FXEpZtX</link>
            <guid>https://stream.echo6.co/w/gcSyJ7dpdd2CTz1FXEpZtX</guid>
            <pubDate>Wed, 04 Mar 2026 03:24:37 GMT</pubDate>
            <description><![CDATA[Many people, myself included, did not think this could be possible... a bump key attack against a Schlage Primus lock. Protected by a sidebar that interacts with finger pins which lift and turn... this lock seemed almost impregnable. But one of th...]]></description>
            <content:encoded><![CDATA[<p>Many people, myself included, did not think this could be possible... a bump key attack against a Schlage Primus lock. Protected by a sidebar that interacts with finger pins which lift and turn... this lock seemed almost impregnable. But one of the individuals in our local TOOOL chapter came up with a bump method.</p>
<p>After explaining it and demonstrating it to us, we all dove right in... and without fail we were able to bump the Schlage Primus open, as well!</p>
<p>See for yourself... and learn how to protect your locks from this sort of attack.</p>
<p><a href="http://toool.us" target="_blank" rel="noopener noreferrer">http://toool.us</a><br />
<a href="http://toool.nl" target="_blank" rel="noopener noreferrer">http://toool.nl</a><br />
<a href="http://deviating.net" target="_blank" rel="noopener noreferrer">http://deviating.net</a></p>
]]></content:encoded>
            <dc:creator>(YT)Deviant Ollam</dc:creator>
            <enclosure length="36045531" type="video/mp4" url="https://stream.echo6.co/download/videos/generate/7b216c35-73aa-43a4-ad7b-98277a7abd71?videoFileIds=13691"/>
            <media:community>
                <media:statistics views="0"/>
            </media:community>
            <media:embed url="https://stream.echo6.co/videos/embed/gcSyJ7dpdd2CTz1FXEpZtX"/>
            <media:player url="https://stream.echo6.co/w/gcSyJ7dpdd2CTz1FXEpZtX"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://stream.echo6.co/lazy-static/torrents/be3caca6-d73e-499b-aa85-b6325e290f0e-480.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="480" fileSize="36045531" url="https://stream.echo6.co/static/web-videos/9f26fdcb-d308-4525-9915-dd53069960fc-480.mp4" framerate="30" duration="545" isDefault="true"/>
            </media:group>
            <media:thumbnail url="https://stream.echo6.co/lazy-static/previews/ac71d0d9-c870-4e57-8e71-c1ca87780d49.jpg"/>
            <media:thumbnail url="https://stream.echo6.co/lazy-static/thumbnails/986c94b2-a6c7-49f9-b2d5-5834bae8a23d.jpg"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Bump Key Attack on Schlage Primus</media:title>
            <media:description type="plain">Many people, myself included, did not think this could be possible... a bump key attack against a Schlage Primus lock. Protected by a sidebar that interacts with finger pins which lift and turn... this lock seemed almost impregnable. But one of th...</media:description>
        </item>
        <item>
            <title><![CDATA[DEFCON Shoot - 2009]]></title>
            <link>https://stream.echo6.co/w/aYjprfmi9L21KVQxejkBH8</link>
            <guid>https://stream.echo6.co/w/aYjprfmi9L21KVQxejkBH8</guid>
            <pubDate>Wed, 04 Mar 2026 03:24:29 GMT</pubDate>
            <description><![CDATA[Here's a brief video montage i made with the clips and photos that i and others recorded on the day of this year's DEFCON Shoot.  Taking place every summer in the early morning hours of the Thursday just prior to the start of DEFCON, this event is...]]></description>
            <content:encoded><![CDATA[<p>Here's a brief video montage i made with the clips and photos that i and others recorded on the day of this year's DEFCON Shoot.  Taking place every summer in the early morning hours of the Thursday just prior to the start of DEFCON, this event is a chance for all the hackers, feds, and other gun folk in attendance to kick back and spend some time putting small holes in things at a distance.</p>
<p>It's always welcoming, always safe, and always a blast.  We spend the rest of the year occasionally seeing photos of our friends' firearms... this is our chance to actually get our hands on them and empty a few mags.  If you're interested in tagging along, just hop on the DEFCON Forums or check the event's web page...</p>
<p><a href="http://deviating.net/firearms/defcon_shoot/" target="_blank" rel="noopener noreferrer">http://deviating.net/firearms/defcon_shoot/</a></p>
<p>Molōn Labe.</p>
]]></content:encoded>
            <dc:creator>(YT)Deviant Ollam</dc:creator>
            <enclosure length="20426576" type="video/mp4" url="https://stream.echo6.co/download/videos/generate/50bf3daf-bf56-4112-8646-4e929091df35?videoFileIds=13690"/>
            <media:community>
                <media:statistics views="0"/>
            </media:community>
            <media:embed url="https://stream.echo6.co/videos/embed/aYjprfmi9L21KVQxejkBH8"/>
            <media:player url="https://stream.echo6.co/w/aYjprfmi9L21KVQxejkBH8"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://stream.echo6.co/lazy-static/torrents/c4f1f871-4328-43b3-a53b-1be9eafa8623-480.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="480" fileSize="20426576" url="https://stream.echo6.co/static/web-videos/09cbeecf-cbe4-4575-bd28-2141b39b36d6-480.mp4" framerate="30" duration="163" isDefault="true"/>
            </media:group>
            <media:thumbnail url="https://stream.echo6.co/lazy-static/previews/64cf074d-ad81-4138-8aa2-67bc04beefe8.jpg"/>
            <media:thumbnail url="https://stream.echo6.co/lazy-static/thumbnails/8876a539-fe88-4872-aaf7-44f06d8716de.jpg"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">DEFCON Shoot - 2009</media:title>
            <media:description type="plain">Here's a brief video montage i made with the clips and photos that i and others recorded on the day of this year's DEFCON Shoot.  Taking place every summer in the early morning hours of the Thursday just prior to the start of DEFCON, this event is...</media:description>
        </item>
        <item>
            <title><![CDATA[Tampering with Security Seals]]></title>
            <link>https://stream.echo6.co/w/5iJKMhw8pGz98Pxq2C7X9W</link>
            <guid>https://stream.echo6.co/w/5iJKMhw8pGz98Pxq2C7X9W</guid>
            <pubDate>Tue, 03 Mar 2026 23:55:48 GMT</pubDate>
            <description><![CDATA[Starting in 2011, The CORE Group will be offering a new training at Black Hat which will focus on tamper-resistant tags and security seals.  Those interested in evidence processing, cargo &amp; customs, or warranty coverage will find it fascinating. ...]]></description>
            <content:encoded><![CDATA[<p>Starting in 2011, The CORE Group will be offering a new training at Black Hat which will focus on tamper-resistant tags and security seals.  Those interested in evidence processing, cargo &amp; customs, or warranty coverage will find it fascinating.</p>
<p>A full analysis of all of the styles and designs of tamper-resistant tags security seals will be covered and then our expert physical forensic fellow will give a point-by-point breakdown of how they are attacked, using solvents, heat, cold, shims, or a combination of all of the above.</p>
<p>Each trainee workstation area will be equipped with solvents, hot plates, and assorted pins, needles, metal strips, and hand tools.  Learn how, in the words of my good friend Eric, to "steal nuclear warheads while not violating your xbox warranty!"</p>
]]></content:encoded>
            <dc:creator>(YT)Deviant Ollam</dc:creator>
            <enclosure length="9879907" type="video/mp4" url="https://stream.echo6.co/download/videos/generate/22de8c1e-4483-4073-babe-38a144354612?videoFileIds=13590"/>
            <media:community>
                <media:statistics views="0"/>
            </media:community>
            <media:embed url="https://stream.echo6.co/videos/embed/5iJKMhw8pGz98Pxq2C7X9W"/>
            <media:player url="https://stream.echo6.co/w/5iJKMhw8pGz98Pxq2C7X9W"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://stream.echo6.co/lazy-static/torrents/742d33d8-0149-465d-b3a1-a5729a425cd2-360.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="360" fileSize="9879907" url="https://stream.echo6.co/static/web-videos/eb89a903-3e47-4d59-a51f-3ae6441082f1-360.mp4" framerate="24" duration="236" isDefault="true"/>
            </media:group>
            <media:thumbnail url="https://stream.echo6.co/lazy-static/previews/a842025b-709f-4b3e-ad16-e4e6b4d3dc66.jpg"/>
            <media:thumbnail url="https://stream.echo6.co/lazy-static/thumbnails/31d22ead-a6b0-45d1-b66c-78545760f934.jpg"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Tampering with Security Seals</media:title>
            <media:description type="plain">Starting in 2011, The CORE Group will be offering a new training at Black Hat which will focus on tamper-resistant tags and security seals.  Those interested in evidence processing, cargo &amp; customs, or warranty coverage will find it fascinating. ...</media:description>
        </item>
        <item>
            <title><![CDATA[Anti-Shim Padlock Gets Shimmed]]></title>
            <link>https://stream.echo6.co/w/9E92MBQERsgKyhQcWptjuP</link>
            <guid>https://stream.echo6.co/w/9E92MBQERsgKyhQcWptjuP</guid>
            <pubDate>Tue, 03 Mar 2026 23:55:40 GMT</pubDate>
            <description><![CDATA[Newer versions of the classic "Master Lock Combination Dial Padlock" now feature "anti-shim" protection (which is mentioned on the packaging).  This video discusses how the lock design has changed in order to frustrate shimming attempts. This vid...]]></description>
            <content:encoded><![CDATA[<p>Newer versions of the classic "Master Lock Combination Dial Padlock" now feature "anti-shim" protection (which is mentioned on the packaging).  This video discusses how the lock design has changed in order to frustrate shimming attempts.</p>
<p>This video also shows, however, that this new feature makes the locks shim /resistant/ but not shim /proof/.  It should be understood that this is NOT a double-ball mechanism or any other sort of hardware device that relies on more than spring pressure to stay shut.</p>
<p>It is still possible (with some effort, practice, and perhaps a touch of luck) to shim these padlocks open.</p>
<p>Stay safe out there!</p>
]]></content:encoded>
            <dc:creator>(YT)Deviant Ollam</dc:creator>
            <enclosure length="20004188" type="video/mp4" url="https://stream.echo6.co/download/videos/generate/461c525a-c42c-4be4-a98c-d9e47a4cc237?videoFileIds=13589"/>
            <media:community>
                <media:statistics views="0"/>
            </media:community>
            <media:embed url="https://stream.echo6.co/videos/embed/9E92MBQERsgKyhQcWptjuP"/>
            <media:player url="https://stream.echo6.co/w/9E92MBQERsgKyhQcWptjuP"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://stream.echo6.co/lazy-static/torrents/56a1bb40-4d36-4d64-b516-4b8366edfe84-480.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="480" fileSize="20004188" url="https://stream.echo6.co/static/web-videos/ebad31da-a331-4a00-8463-31d12c7f431a-480.mp4" framerate="30" duration="227" isDefault="true"/>
            </media:group>
            <media:thumbnail url="https://stream.echo6.co/lazy-static/previews/b2d8418e-dcc8-4298-90ac-bc53922bd29b.jpg"/>
            <media:thumbnail url="https://stream.echo6.co/lazy-static/thumbnails/06ed386c-ad59-4b1b-9a49-f4c1c4722e45.jpg"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Anti-Shim Padlock Gets Shimmed</media:title>
            <media:description type="plain">Newer versions of the classic "Master Lock Combination Dial Padlock" now feature "anti-shim" protection (which is mentioned on the packaging).  This video discusses how the lock design has changed in order to frustrate shimming attempts. This vid...</media:description>
        </item>
        <item>
            <title><![CDATA[Goon Band - Bikeage]]></title>
            <link>https://stream.echo6.co/w/q5JetrVwsLfQ3MNPGFCo3Z</link>
            <guid>https://stream.echo6.co/w/q5JetrVwsLfQ3MNPGFCo3Z</guid>
            <pubDate>Tue, 03 Mar 2026 23:55:33 GMT</pubDate>
            <description><![CDATA[Goon Band at DEF CON 22 Saturday DC303 party... 2014/08/09 "Bikeage"]]></description>
            <content:encoded><![CDATA[<p>Goon Band at DEF CON 22<br />
Saturday DC303 party... 2014/08/09</p>
<p>"Bikeage"</p>
]]></content:encoded>
            <dc:creator>(YT)Deviant Ollam</dc:creator>
            <enclosure length="5427959" type="video/mp4" url="https://stream.echo6.co/download/videos/generate/c3045459-f25e-4af6-a67f-b425e548e795?videoFileIds=13588"/>
            <media:community>
                <media:statistics views="0"/>
            </media:community>
            <media:embed url="https://stream.echo6.co/videos/embed/q5JetrVwsLfQ3MNPGFCo3Z"/>
            <media:player url="https://stream.echo6.co/w/q5JetrVwsLfQ3MNPGFCo3Z"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://stream.echo6.co/lazy-static/torrents/4104ef1a-5415-4747-bdb9-0edb9e491798-670.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="670" fileSize="5427959" url="https://stream.echo6.co/static/web-videos/f84620ff-fb2d-48f3-845b-c55e03d8e640-670.mp4" framerate="24" duration="173" isDefault="true"/>
            </media:group>
            <media:thumbnail url="https://stream.echo6.co/lazy-static/previews/6772091c-11e4-49b8-9c1d-2a826e6d71fb.jpg"/>
            <media:thumbnail url="https://stream.echo6.co/lazy-static/thumbnails/d5bda0a5-f1d8-4023-802d-0520ee127ec6.jpg"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Goon Band - Bikeage</media:title>
            <media:description type="plain">Goon Band at DEF CON 22 Saturday DC303 party... 2014/08/09 "Bikeage"</media:description>
        </item>
        <item>
            <title><![CDATA[Where Eagles Dare]]></title>
            <link>https://stream.echo6.co/w/kJZn5TUJ9EqcPnREHktaBH</link>
            <guid>https://stream.echo6.co/w/kJZn5TUJ9EqcPnREHktaBH</guid>
            <pubDate>Tue, 03 Mar 2026 23:55:26 GMT</pubDate>
            <description><![CDATA[Rehearsal footage from the Goon Band at DEFCON XX]]></description>
            <content:encoded><![CDATA[<p>Rehearsal footage from the Goon Band at DEFCON XX</p>
]]></content:encoded>
            <dc:creator>(YT)Deviant Ollam</dc:creator>
            <enclosure length="7526732" type="video/mp4" url="https://stream.echo6.co/download/videos/generate/9fde3972-c61f-4706-8b1b-91b7769de663?videoFileIds=13587"/>
            <media:community>
                <media:statistics views="0"/>
            </media:community>
            <media:embed url="https://stream.echo6.co/videos/embed/kJZn5TUJ9EqcPnREHktaBH"/>
            <media:player url="https://stream.echo6.co/w/kJZn5TUJ9EqcPnREHktaBH"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://stream.echo6.co/lazy-static/torrents/03db2a16-4a81-4c94-996f-10af730ca476-480.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="480" fileSize="7526732" url="https://stream.echo6.co/static/web-videos/c40c49c2-2fba-4c01-8799-02ef28ac7f11-480.mp4" framerate="30" duration="92" isDefault="true"/>
            </media:group>
            <media:thumbnail url="https://stream.echo6.co/lazy-static/previews/b9ce2043-ae87-41ee-993d-011639129d20.jpg"/>
            <media:thumbnail url="https://stream.echo6.co/lazy-static/thumbnails/b7820dac-524f-4e27-bb9c-f03974169f84.jpg"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Where Eagles Dare</media:title>
            <media:description type="plain">Rehearsal footage from the Goon Band at DEFCON XX</media:description>
        </item>
        <item>
            <title><![CDATA[Recognize - Journey to the End of East Bay]]></title>
            <link>https://stream.echo6.co/w/jiphNLVzB7pRzSNLagjvyW</link>
            <guid>https://stream.echo6.co/w/jiphNLVzB7pRzSNLagjvyW</guid>
            <pubDate>Tue, 03 Mar 2026 23:55:19 GMT</pubDate>
            <description><![CDATA[Goon Band at DEFCON 21]]></description>
            <content:encoded><![CDATA[<p>Goon Band at DEFCON 21</p>
]]></content:encoded>
            <dc:creator>(YT)Deviant Ollam</dc:creator>
            <enclosure length="4787244" type="video/mp4" url="https://stream.echo6.co/download/videos/generate/94327e28-08e4-4dcf-b165-525e2dbf7fea?videoFileIds=13586"/>
            <media:community>
                <media:statistics views="0"/>
            </media:community>
            <media:embed url="https://stream.echo6.co/videos/embed/jiphNLVzB7pRzSNLagjvyW"/>
            <media:player url="https://stream.echo6.co/w/jiphNLVzB7pRzSNLagjvyW"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://stream.echo6.co/lazy-static/torrents/411272cf-5370-4a2c-8316-086460204d99-480.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="480" fileSize="4787244" url="https://stream.echo6.co/static/web-videos/611aedb0-f8ac-4430-9e05-35cfc43966bf-480.mp4" framerate="30" duration="197" isDefault="true"/>
            </media:group>
            <media:thumbnail url="https://stream.echo6.co/lazy-static/previews/079232bb-76dd-4964-a632-645d2042c942.jpg"/>
            <media:thumbnail url="https://stream.echo6.co/lazy-static/thumbnails/99b81e9e-df23-42a3-8154-197bf1e15e5d.jpg"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Recognize - Journey to the End of East Bay</media:title>
            <media:description type="plain">Goon Band at DEFCON 21</media:description>
        </item>
        <item>
            <title><![CDATA[Goon Band - Olympia, WA]]></title>
            <link>https://stream.echo6.co/w/uynkQmQ2bUWrYKoBcKCyP6</link>
            <guid>https://stream.echo6.co/w/uynkQmQ2bUWrYKoBcKCyP6</guid>
            <pubDate>Tue, 03 Mar 2026 23:55:11 GMT</pubDate>
            <description><![CDATA[Goon Band at DEF CON 22 Saturday DC303 party... 2014/08/09 "Olympia, WA"]]></description>
            <content:encoded><![CDATA[<p>Goon Band at DEF CON 22<br />
Saturday DC303 party... 2014/08/09</p>
<p>"Olympia, WA"</p>
]]></content:encoded>
            <dc:creator>(YT)Deviant Ollam</dc:creator>
            <enclosure length="23370541" type="video/mp4" url="https://stream.echo6.co/download/videos/generate/e744d5e7-f962-4357-87f0-1ca7b7b20d1b?videoFileIds=13585"/>
            <media:community>
                <media:statistics views="0"/>
            </media:community>
            <media:embed url="https://stream.echo6.co/videos/embed/uynkQmQ2bUWrYKoBcKCyP6"/>
            <media:player url="https://stream.echo6.co/w/uynkQmQ2bUWrYKoBcKCyP6"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://stream.echo6.co/lazy-static/torrents/9321084c-864d-4bb9-a104-15eb8f91a6a0-670.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="670" fileSize="23370541" url="https://stream.echo6.co/static/web-videos/c96dada5-66d2-48e0-8f86-9de320e990b6-670.mp4" framerate="24" duration="209" isDefault="true"/>
            </media:group>
            <media:thumbnail url="https://stream.echo6.co/lazy-static/previews/4ead9055-1ace-4c06-b4c2-dbd49cc2876e.jpg"/>
            <media:thumbnail url="https://stream.echo6.co/lazy-static/thumbnails/fe696826-c402-4426-a83e-a7b8d8e673e0.jpg"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Goon Band - Olympia, WA</media:title>
            <media:description type="plain">Goon Band at DEF CON 22 Saturday DC303 party... 2014/08/09 "Olympia, WA"</media:description>
        </item>
        <item>
            <title><![CDATA[Goon Band - Territorial Pissings]]></title>
            <link>https://stream.echo6.co/w/nRFasDoHU1QwqFSvXXaWeU</link>
            <guid>https://stream.echo6.co/w/nRFasDoHU1QwqFSvXXaWeU</guid>
            <pubDate>Tue, 03 Mar 2026 23:55:02 GMT</pubDate>
            <description><![CDATA[Goon Band at DEF CON 22 Saturday DC303 party... 2014/08/09 "Territorial Pissings"]]></description>
            <content:encoded><![CDATA[<p>Goon Band at DEF CON 22<br />
Saturday DC303 party... 2014/08/09</p>
<p>"Territorial Pissings"</p>
]]></content:encoded>
            <dc:creator>(YT)Deviant Ollam</dc:creator>
            <enclosure length="11538753" type="video/mp4" url="https://stream.echo6.co/download/videos/generate/b0ff7de0-4501-4a1d-b698-d2b91dd65936?videoFileIds=13584"/>
            <media:community>
                <media:statistics views="0"/>
            </media:community>
            <media:embed url="https://stream.echo6.co/videos/embed/nRFasDoHU1QwqFSvXXaWeU"/>
            <media:player url="https://stream.echo6.co/w/nRFasDoHU1QwqFSvXXaWeU"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://stream.echo6.co/lazy-static/torrents/1b897f25-8dec-4324-821e-8fc0795925c1-670.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="670" fileSize="11538753" url="https://stream.echo6.co/static/web-videos/fab3245f-63c5-4382-822e-b8472d3be35d-670.mp4" framerate="24" duration="130" isDefault="true"/>
            </media:group>
            <media:thumbnail url="https://stream.echo6.co/lazy-static/previews/fe4875af-7a30-4073-80c1-675bb3bc5244.jpg"/>
            <media:thumbnail url="https://stream.echo6.co/lazy-static/thumbnails/962c090c-dabb-4fe2-873a-c05768567178.jpg"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Goon Band - Territorial Pissings</media:title>
            <media:description type="plain">Goon Band at DEF CON 22 Saturday DC303 party... 2014/08/09 "Territorial Pissings"</media:description>
        </item>
        <item>
            <title><![CDATA[DEFCON Shoot - Las Vegas, 2012/07-25-26]]></title>
            <link>https://stream.echo6.co/w/uVxrSYvRMboNSApsbCTcnq</link>
            <guid>https://stream.echo6.co/w/uVxrSYvRMboNSApsbCTcnq</guid>
            <pubDate>Tue, 03 Mar 2026 23:54:50 GMT</pubDate>
            <description><![CDATA[z0rlac from the UK shot lots of great footage at the DEFCON Shoot in the summer of 2012.  This is his video!]]></description>
            <content:encoded><![CDATA[<p>z0rlac from the UK shot lots of great footage at the DEFCON Shoot in the summer of 2012.  This is his video!</p>
]]></content:encoded>
            <dc:creator>(YT)Deviant Ollam</dc:creator>
            <enclosure length="124736932" type="video/mp4" url="https://stream.echo6.co/download/videos/generate/ea39ae83-510e-45da-b48c-e2008a64abde?videoFileIds=13583"/>
            <media:community>
                <media:statistics views="0"/>
            </media:community>
            <media:embed url="https://stream.echo6.co/videos/embed/uVxrSYvRMboNSApsbCTcnq"/>
            <media:player url="https://stream.echo6.co/w/uVxrSYvRMboNSApsbCTcnq"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://stream.echo6.co/lazy-static/torrents/da31d7fe-ad15-4256-80c2-549704ae65f4-720.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="720" fileSize="124736932" url="https://stream.echo6.co/static/web-videos/f95d87dc-5371-455d-b9c5-fc9eb14d7347-720.mp4" framerate="25" duration="510" isDefault="true"/>
            </media:group>
            <media:thumbnail url="https://stream.echo6.co/lazy-static/previews/719c07f1-4e00-43e0-afb7-bf451f317d75.jpg"/>
            <media:thumbnail url="https://stream.echo6.co/lazy-static/thumbnails/f5da162c-02b3-430d-a3d2-554a60b5f9d8.jpg"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">DEFCON Shoot - Las Vegas, 2012/07-25-26</media:title>
            <media:description type="plain">z0rlac from the UK shot lots of great footage at the DEFCON Shoot in the summer of 2012.  This is his video!</media:description>
        </item>
        <item>
            <title><![CDATA[Beernary Machine]]></title>
            <link>https://stream.echo6.co/w/c9rKg6eLR2sXUvYTdjUpTa</link>
            <guid>https://stream.echo6.co/w/c9rKg6eLR2sXUvYTdjUpTa</guid>
            <pubDate>Tue, 03 Mar 2026 23:53:30 GMT</pubDate>
            <description><![CDATA[In the GiraffeL tent at HAR 2009 there was a wonderful Beernary Machine... with all of their people's mugs wired for RFID, the scanner on this machine would control the flow of suds and allow only authorized persons to have a drink. A side-effect...]]></description>
            <content:encoded><![CDATA[<p>In the GiraffeL tent at HAR 2009 there was a wonderful Beernary Machine... with all of their people's mugs wired for RFID, the scanner on this machine would control the flow of suds and allow only authorized persons to have a drink.</p>
<p>A side-effect of this creation was the ability to track and log how much each person was drinking... and hence we had the running scoreboard on the wall the whole time, too.  These Germans are a fun and creative group of people!</p>
]]></content:encoded>
            <dc:creator>(YT)Deviant Ollam</dc:creator>
            <enclosure length="4022276" type="video/mp4" url="https://stream.echo6.co/download/videos/generate/5a425784-fd60-4adf-bb51-65d0ec962453?videoFileIds=13578"/>
            <media:community>
                <media:statistics views="0"/>
            </media:community>
            <media:embed url="https://stream.echo6.co/videos/embed/c9rKg6eLR2sXUvYTdjUpTa"/>
            <media:player url="https://stream.echo6.co/w/c9rKg6eLR2sXUvYTdjUpTa"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://stream.echo6.co/lazy-static/torrents/5fd36b55-b712-498a-9970-d17a50680395-300.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="300" fileSize="4022276" url="https://stream.echo6.co/static/web-videos/de4b5e72-8064-4d77-838e-5d1eefd07ee5-300.mp4" framerate="30" duration="72" isDefault="true"/>
            </media:group>
            <media:thumbnail url="https://stream.echo6.co/lazy-static/previews/d3521957-3b51-45c7-8b9f-114363b0c629.jpg"/>
            <media:thumbnail url="https://stream.echo6.co/lazy-static/thumbnails/058bbeca-f434-4b78-bdfb-e23872d21764.jpg"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Beernary Machine</media:title>
            <media:description type="plain">In the GiraffeL tent at HAR 2009 there was a wonderful Beernary Machine... with all of their people's mugs wired for RFID, the scanner on this machine would control the flow of suds and allow only authorized persons to have a drink. A side-effect...</media:description>
        </item>
        <item>
            <title><![CDATA[Ray - Advanced Handcuff Hacking [Hope Number 9]]]></title>
            <link>https://stream.echo6.co/w/oJBXn74WjfTGzXzh5CLuaQ</link>
            <guid>https://stream.echo6.co/w/oJBXn74WjfTGzXzh5CLuaQ</guid>
            <pubDate>Tue, 03 Mar 2026 23:53:19 GMT</pubDate>
            <dc:creator>(YT)Deviant Ollam</dc:creator>
            <enclosure length="265197522" type="video/mp4" url="https://stream.echo6.co/download/videos/generate/b81c7256-e146-4b38-9c9f-8af69ea2054a?videoFileIds=13577"/>
            <media:community>
                <media:statistics views="0"/>
            </media:community>
            <media:embed url="https://stream.echo6.co/videos/embed/oJBXn74WjfTGzXzh5CLuaQ"/>
            <media:player url="https://stream.echo6.co/w/oJBXn74WjfTGzXzh5CLuaQ"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://stream.echo6.co/lazy-static/torrents/12d7c4d0-e0b1-4671-857e-5cf989a9cc4c-480.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="480" fileSize="265197522" url="https://stream.echo6.co/static/web-videos/628dc469-7235-4c3c-9f07-b7ef86067e9e-480.mp4" framerate="30" duration="3413" isDefault="true"/>
            </media:group>
            <media:thumbnail url="https://stream.echo6.co/lazy-static/previews/3846209d-7181-441b-aff0-493a7fee214b.jpg"/>
            <media:thumbnail url="https://stream.echo6.co/lazy-static/thumbnails/391f9575-f5e3-48b5-a1c9-7e18aac8ede1.jpg"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Ray - Advanced Handcuff Hacking [Hope Number 9]</media:title>
        </item>
        <item>
            <title><![CDATA[Uhm Gunner Introduction]]></title>
            <link>https://stream.echo6.co/w/8KTKRa2Uqo9HjneDmpwCfz</link>
            <guid>https://stream.echo6.co/w/8KTKRa2Uqo9HjneDmpwCfz</guid>
            <pubDate>Tue, 03 Mar 2026 23:53:03 GMT</pubDate>
            <description><![CDATA[The OhioISEC Forum run by Deral Heiland (@Percent_X) in July of 2013, Marin Bos (@Purehate_) and I created a new game for speakers to play while presenting at conferences. "Uhm Gunner" is designed to hold speakers to the highest standard... and t...]]></description>
            <content:encoded><![CDATA[<p>The OhioISEC Forum run by Deral Heiland (@Percent_X) in July of 2013, Marin Bos (@Purehate_) and I created a new game for speakers to play while presenting at conferences.</p>
<p>"Uhm Gunner" is designed to hold speakers to the highest standard... and to do so by means of direct reinforcement.</p>
<p>Something of a carrot and stick approach, the rules for Uhm Gunner are simple...</p>
<ol>
<li>
<p>speakers agree to give their talk while avoiding saying "uhm" at all costs</p>
</li>
<li>
<p>the audience is given foam dart firing toy guns</p>
</li>
<li>
<p>if, during their presentation, a speaker says "uhm", the audience is then allowed to fire one volley of darts at him or her</p>
</li>
<li>
<p>at the end of the talk, darts are recollected (with help from the speaker, another reason to strive for a perfect score) and the final score is recorded.  naturally, low scores are best.</p>
</li>
<li>
<p>at the end of the conference, the speaker(s) with the lowest "uhm" score wins a predetermined prize.  traditionally, a bottle of fine alcohol.</p>
</li>
</ol>
<p>Bonus Points - continue one's avoiding of "uhm" even while answering the audience during the Q&amp;A session.  😉</p>
]]></content:encoded>
            <dc:creator>(YT)Deviant Ollam</dc:creator>
            <enclosure length="7283621" type="video/mp4" url="https://stream.echo6.co/download/videos/generate/3ed0d936-d69e-4cb1-bc99-685e9fce46bd?videoFileIds=13576"/>
            <media:community>
                <media:statistics views="0"/>
            </media:community>
            <media:embed url="https://stream.echo6.co/videos/embed/8KTKRa2Uqo9HjneDmpwCfz"/>
            <media:player url="https://stream.echo6.co/w/8KTKRa2Uqo9HjneDmpwCfz"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://stream.echo6.co/lazy-static/torrents/e3f9917e-cadb-4385-848a-8f74f7edd06d-640.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="640" fileSize="7283621" url="https://stream.echo6.co/static/web-videos/d971219d-f653-4861-8c6f-b1ce277e4645-640.mp4" framerate="25" duration="85" isDefault="true"/>
            </media:group>
            <media:thumbnail url="https://stream.echo6.co/lazy-static/previews/a8652567-c224-4127-843b-46508bef7142.jpg"/>
            <media:thumbnail url="https://stream.echo6.co/lazy-static/thumbnails/944b97de-663d-429b-9b5d-7214396cfd5a.jpg"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Uhm Gunner Introduction</media:title>
            <media:description type="plain">The OhioISEC Forum run by Deral Heiland (@Percent_X) in July of 2013, Marin Bos (@Purehate_) and I created a new game for speakers to play while presenting at conferences. "Uhm Gunner" is designed to hold speakers to the highest standard... and t...</media:description>
        </item>
    </channel>
</rss>