<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>DEF CON Forums - Forum</title>
		<link>https://forum.defcon.org/</link>
		<description>DEF CON Forums are the main portal to the DEF CON Hacking Conference and iniatives like DEF CON Groups, the Voting Village, and DC SecureDrop. Open to all, come get involved!</description>
		<language>en</language>
		<lastBuildDate>Wed, 03 Jun 2026 21:00:35 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>https://forum.defcon.org/images/misc/rss.png</url>
			<title>DEF CON Forums - Forum</title>
			<link>https://forum.defcon.org/</link>
		</image>
		<item>
			<title>HardenedBSD May 2026 Status Report</title>
			<link>https://forum.defcon.org/node/255799</link>
			<pubDate>Mon, 01 Jun 2026 23:37:09 GMT</pubDate>
			<description><![CDATA[These past two months have been incredibly busy. I didn't publish a status report for April 2026, so this status report will cover that, too. 
 
We have mostly completed the migration from our self-hosted GitLab Enterprise instance to Radicle. There's still further work to be done, but the most...]]></description>
			<content:encoded><![CDATA[These past two months have been incredibly busy. I didn't publish a status report for April 2026, so this status report will cover that, too.<br />
<br />
We have mostly completed the migration from our self-hosted GitLab Enterprise instance to Radicle. There's still further work to be done, but the most crucial bits have made it over. We're also still working on ironing out some kinks in learning &quot;the Radicle way&quot;. I hope soon to write an article chronicling our journey thus far.<br />
<br />
I wrote <a href="https://radicle.network/nodes/rad.hardenedbsd.org/rad:z4Aucnb2nozutuek6o8PC9YfaBeTm#contributing-to-hardenedbsd" target="_blank" rel="nofollow">documentation</a> on how to bootstrap Radicle's local storage directory with src and ports. If you hope to someday submit issues and/or patches, following these bootstrap instructions will certainly ease the initial pain. I plan to include an export of these Radicle storage bootstrap archives with each official build. The current exports are not signed. I'm going to include the hashes in this signed email. I am working on a candidate patch to our build scripts to perform this export. The archives exported by our builder VMs will be signed with our normal ssh key-based signing method.<br />
<br />
Fully fixing the release image generation (chiefly fixing generation of disc1.iso) is my first priority. Radicle bootstrap archive generation is my second priority. Radicle integration in our auto-sync is my third priority. Our commit emails came from GitLab. I need to replicate that functionality but with &quot;the Radicle way.&quot; For now, I'm performing the sync myself when time permits (usually multiple times per day.)<br />
<br />
The past couple months have also seen a number of FreeBSD security advisories, so we've published new builds for 16-CURRENT and 15-STABLE. Installer image generation is still somewhat broken, though I've seen some success with memstick.img. I plan to continue working on this until we're 100% fixed, though it will take time. It takes quite the number of hours to test even the smallest of changes. I get pretty much at most two attempts at testing fixes per day.<br />
<br />
I spent some time studying Reticulum's code. I'm in the process of writing a shim to abstract how its backbone interface implementation uses select and friends. Back when I last looked at it, it required use of epoll. Simultaenously while I was working on that, I did notice the Reticulum project was working on a more portable backbone interface implementation. So I need to restart that research when the time comes.<br />
<br />
I also spent a little bit of time with hbsdfw. I started work on forward-porting our 14-stable hbsdfw-specific patches to 15-STABLE. Then GitLab died, and my priorities switched to the Radicle migration. So I need to restart this research, too, when the time comes. I think I might target -CURRENT rather than 15-STABLE. That way, we don't have to periodically forward-port patches: we just maintain our patches against the naturally-evvolving hardened/current/master.<br />
<br />
We completed the ISP account migration. Some pain is left to resolve. We lost support for our tunneled IPv6 (via Hurricane Electric's Tunnel Broker). I need to schedule a part of my day to capture some packets and get on the phone with some tech support folks on the side of both my ISP and HE. Until then, I've removed the AAAA DNS records for the relevant bits of infrastructure.<br />
<br />
<b>In src:</b><ol class="decimal"><li>FreeBSD merged llvm 21 into base. We needed to fix one compilation error in HardenedBSD's code caught by llvm 21</li>
<li>Replace FreeBSD's README.md with our main wiki-based documentation.</li>
<li>Drop the -HBSD suffix in newvers.sh</li>
<li>Migrate hbsd-update-build to Radicle</li>
<li>Revert the release/ subdirectory to a known good-ish commit. This brought back generation of memstick.img</li>
<li>The hardening.pax.kmod_load_disable sysctl node logic was enhanced</li>
<li>Fix MK_LLVM_LINK_STATIC_LIBRARIES in src.opts.mk</li>
</ol><br />
<b>In ports:</b><ol class="decimal"><li>multimedia/ffmpeg build was fixed</li>
<li>ports-mgmt/pkg was updated to 2.7.5</li>
<li>ports-mgmt/poudriere-hbsd was updated to 3.4.8</li>
<li>A patch was brought in to fix the graphics/hdr_histogram port</li>
<li>hardenedbsd/secadm was updated to account for recent MAC hook changes by FreeBSD</li>
<li>Some incredibly basic support was implemented for downloading distfiles via Radicle HTTP</li>
<li>ports-mgmt/pkg was migrated to Radicle</li>
<li>The default llvm version was bumped to 21 for latest 16-CURRENT users</li>
<li>ports-mgmt/poudriere-hbsd was migrated to Radicle</li>
<li>COMPAT32 was disable for misc/compat{14,15}</li>
<li>PIE was disabled for devel/ccache4</li>
<li>net-p2p/reticulum was migrated to Radicle</li>
<li>hardenedbsd/secadm was migrated to Radicle</li>
</ol><br />
I want to say a heartfelt thank you to the Radicle folks. You've spent a lot of time in helping out. You didn't have to, but you chose to. And for that, I'm incredibly grateful. It's fun to see the Radicle network evolve.<br />
<br />
==== BEGIN ARTIFACT HASHES ====<br />
$ sha256 ports.tar.xz<br />
SHA256 (ports.tar.xz) = b12f303b96b02b16744c1286868726ab4df43a06f6d28de3c2 47d4d1598f743b<br />
$ wc -c ports.tar.xz<br />
1472685664 ports.tar.xz<br />
$ sha256 src.tar.xz<br />
SHA256 (src.tar.xz) = 00301a70910127f4fd9564dca1be948e6b9909e864053a76b9 197565768345cf<br />
$ wc -c src.tar.xz<br />
2069117660 src.tar.xz<br />
==== END ARTIFACT HASHES ====<br />
 ]]></content:encoded>
			<category domain="https://forum.defcon.org/node/240318">HardenedBSD</category>
			<dc:creator>shawn.webb</dc:creator>
			<guid isPermaLink="true">https://forum.defcon.org/node/255799</guid>
		</item>
		<item>
			<title>I.T or Security topic</title>
			<link>https://forum.defcon.org/node/255793</link>
			<pubDate>Fri, 29 May 2026 20:47:54 GMT</pubDate>
			<description />
			<content:encoded />
			<category domain="https://forum.defcon.org/node/255712">DC34: Communities</category>
			<dc:creator>Badbass</dc:creator>
			<guid isPermaLink="true">https://forum.defcon.org/node/255793</guid>
		</item>
		<item>
			<title>I.T or Security topic</title>
			<link>https://forum.defcon.org/node/255792</link>
			<pubDate>Fri, 29 May 2026 20:47:54 GMT</pubDate>
			<description>Which category would an expiring boot certification for win 11 be.  If it is a security topic this is something that could be talked about at the confrence.</description>
			<content:encoded>Which category would an expiring boot certification for win 11 be.  If it is a security topic this is something that could be talked about at the confrence.</content:encoded>
			<category domain="https://forum.defcon.org/node/255710">DEF CON 34 Planning</category>
			<dc:creator>Badbass</dc:creator>
			<guid isPermaLink="true">https://forum.defcon.org/node/255792</guid>
		</item>
		<item>
			<title>DEFCON 34 #Badgelife List</title>
			<link>https://forum.defcon.org/node/255780</link>
			<pubDate>Mon, 25 May 2026 13:08:31 GMT</pubDate>
			<description>Greetings and Salutations: 
The registration submission form is now live! For those folks that are planning to create unofficial badges for this years DEFCON, please click the link below and provide the requested information. If you do not have all of the information requested, it is fine. Please...</description>
			<content:encoded><![CDATA[Greetings and Salutations:<br />
The registration submission form is now live! For those folks that are planning to create unofficial badges for this years DEFCON, please click the link below and provide the requested information. If you do not have all of the information requested, it is fine. Please fill in as much as you have and we will go from there. Remember, even if you think of having a badge or SAO for this year, please add it to the list. It is easier to remove a listing at the last minute than to get it added to the list when everyone's hair is on fire.<br />
<br />
<a href="https://forms.gle/BUw34kEma5zk7GLK8" target="_blank" rel="nofollow">https://forms.gle/BUw34kEma5zk7GLK8</a><br />
 ]]></content:encoded>
			<category domain="https://forum.defcon.org/node/234841">#Badge Life</category>
			<dc:creator>K4rm4</dc:creator>
			<guid isPermaLink="true">https://forum.defcon.org/node/255780</guid>
		</item>
		<item>
			<title>Short Story Contest 2026 Rules and Themes</title>
			<link>https://forum.defcon.org/node/255767</link>
			<pubDate>Thu, 21 May 2026 06:51:42 GMT</pubDate>
			<description><![CDATA[Short Story Contest 2026 Rules and Themes 
 
The theme this year is DEF CON 34's theme is Agency. 
 
Agency is self-determination. It's about making choices that increase yours, AND helping others to control theirs. 
 
This DEF CON is about reclaiming our agency. DEF CON’s hacker community can...]]></description>
			<content:encoded><![CDATA[Short Story Contest 2026 Rules and Themes<br />
<br />
The theme this year is DEF CON 34's theme is Agency.<br />
<br />
Agency is self-determination. It's about making choices that increase yours, AND helping others to control theirs.<br />
<br />
This DEF CON is about reclaiming our agency. DEF CON’s hacker community can fight to reclaim their agency. The skill set of hackers - reckless curiosity, the drive to know how systems work and a vision that sees beyond what a thing is and into what it could be after its pesky warranty is voided - is more important now than it's ever been.<br />
<br />
As you work on your various projects, keep in mind that the future is undefeated, and it belongs to the resourceful, the brave and most of all to those who can see around the corner of what is and what might be.<br />
<br />
For more inspiration, see: <a href="https://defcon.org/html/links/dc-news.html#dc34theme" target="_blank">https://defcon.org/html/links/dc-news.html#dc34theme</a><br />
<br />
Now. DA RULES.<br />
<br />
The contest will open on May 25th at 12:00 (noon) LOCAL LAS VEGAS, NV, TIME ZONE and will close Wednesday, June 17th, 2026, 00:00 (midnight) LOCAL LAS VEGAS, NV, TIME ZONE.<br />
<br />
People's Choice judges will be given stories to read and judge on June 24th and this portion of the contest will close July 1st, 2026 00:00 (midnight) LOCAL LAS VEGAS, NV TIME ZONE. Judges representing different parts of the hacker community will be chosen secretly and announced publicly when winners have been decided upon.<br />
<br />
All stories will be posted via public links on July 1st and announced via Reddit and the BlueSky account. All winners will be announced on July 10th, 2026.<br />
<br />
WHAT WE WANT:<br />
<br />
Please submit to DCshortstory[at]gmail.com.<br />
<br />
Please submit ONLY in a .txt file, all other formats will be REJECTED. You may include line breaks and specific formatting you feel is important to the tone of your story. &quot;Bad&quot; language is not proscribed, but do remember, your winning story will be published for all ages to read. Verify that your .txt file works across systems. What we receive is what will be put up. We will not correct spacing or specific formatting.<br />
<br />
Please do not include any of the DEF CON staff, goons, etc., without EXPRESS WRITTEN PERMISSION from the individual which MUST BE forwarded to DCshortstory[at]gmail.com, along with contact information. The individual will be contacted by a member of the short story contest staff before the story is considered eligible for entry.<br />
<br />
Please keep your short stories to actual SHORT stories. That means a submission of no less than 1,000 words and no more than 20,000. If you feel you have a story worthy of, and requiring, additional length (or works just fine as a haiku), include your plea in your submission email.<br />
Leave the manuscripts and 404 page novels to your publisher and agents.<br />
<br />
Please keep your stories in tune with our community. We want stories about hackers hacking, science, technology, nerdy things, geeky things, zombie things, making things work the way they were never intended to work, you all know the drill. Story must include the DEF CON convention in some way, either located at it or influenced by it as a few examples.<br />
<br />
One entry per author. Please do not spam us with the &quot;thousands of resumes sent out is sure to get me an interview!&quot; technique. Write one GREAT story, not lots of MEH stories. If you submit two stories, both stories will be disqualified.<br />
<br />
Illustrations and graphics are not accepted. This contest is about the beauty of the written word. We don't want graphic novels. Show us a picture in my head that is painted with your vocabulary.<br />
<br />
Please remember when submitting to include the TITLE OF YOUR PIECE and the AUTHOR NAME you wish to have published. Real or handle, that is up to you but include it in your .txt file. We can't be chasing you down for titles and names. It will go in as &quot;Untitled&quot; or &quot;Author Unknown&quot; if you do not.<br />
<br />
After submission you will receive a confirmation email within 48 hours. If you do not receive a confirmation email then your submission has not been received and will be ineligible. Please contact us at the provided email if your submission is not going through.<br />
<br />
It is your responsibility to verify that your story is included in the public listing on July 1st. Failure to contact us within 24 hours after it has gone up disqualifies your story. If you do not see your story, please contact us at the provided email.<br />
<br />
WHAT YOU GET:<br />
<br />
We will be putting ALL of the short story entries on the Conference media and we will be listing the winners in the online Conference program in a short blurb, letting everyone know where they can check to read more. If you do not want it online, then do not submit to the contest.<br />
<br />
The winners will get recognition in the online program and in social media. Time permitting, the winners will walk the stage and/or be recognized at the Contest Closing Ceremony.<br />
<br />
PRIZES:<br />
<br />
First place winner will receive two (2) creative badges, received at con, onsite.<br />
Second place winner will receive one (1) creative badge, received at con, onsite.<br />
People's Choice winner (voted by the community representatives) will receive one (1) creative badge, received at con, onsite.<br />
<br />
All entrants will get their story in the DEF CON media server.<br />
<br />
Tips for winning:<br />
<br />
Spell check, grammar check, watch your tenses and your &quot;voice.&quot; Double-check your dates, your math, your facts. We are paying attention. If you misspell on purpose, make sure the reader can tell it's on purpose! Follow the rules as mentioned above. Write a good story.<br />
<br />
*IMPORTANT: Communication/Updates/Contact at Con will be done through the BlueSky account @DCShortstory or via email DCshortstory[at]gmail.com. Follow it or you will miss things that are relevant to the contest.*<br />
<br />
Best of luck to all of you! Now get writing!<br />
<br />
<br />
<br />
<br />
<br />
<br />
]]></content:encoded>
			<category domain="https://forum.defcon.org/node/255714">Creative Writing Contest (was Short Story Contest)</category>
			<dc:creator>SweetGrrl</dc:creator>
			<guid isPermaLink="true">https://forum.defcon.org/node/255767</guid>
		</item>
		<item>
			<title>Phish Stories - Scenario - Articles, Profiles, and Social Media - DC 34</title>
			<link>https://forum.defcon.org/node/255740</link>
			<pubDate>Mon, 18 May 2026 21:39:14 GMT</pubDate>
			<description><![CDATA[..  
  
.. 
CONTEST RUNS THROUGH JUNE 21! SEE CONTEST OVERVIEW AND RULES FOR DEF CON 34 --&gt; https://forum.defcon.org/node/255739 
FULL RULES AND SCENARIO ALSO AVAILABLE AT --&gt; https://phishstories.org (https://phishstories.org) 
 
For our newest installment of Phish Stories we’re going to the...]]></description>
			<content:encoded><![CDATA[<span style="font-size:18px"><span style="font-family:Calibri"><b>..</b></span></span> <div class="img_align_center_wrapper"><a href="filedata/fetch?id=255795&amp;d=1780192878" class="bbcode-attachment"  ><img itemprop="image" alt="Phish Stories logo: green  fishead with jagged teeth and a yellow at symbol for an eye" data-attachmentid="255795" data-align="center" data-size="small" border="0" src="filedata/fetch?id=255795&amp;d=1780192878&amp;type=small" data-fullsize-url="filedata/fetch?id=255795&amp;d=1780192878" data-thumb-url="filedata/fetch?id=255795&amp;d=1780192878&amp;type=thumb" data-title="Click on the image to see the original version" data-caption="" class="bbcode-attachment align_center js-lightbox bbcode-attachment--lightbox" /></a></div><br />
 <br />
<span style="font-size:18px"><span style="font-family:Calibri"><b>..<br />
CONTEST RUNS THROUGH JUNE 21!</b> <b>SEE CONTEST OVERVIEW AND RULES FOR DEF CON 34 --&gt; <a href="https://forum.defcon.org/node/255739" target="_blank">https://forum.defcon.org/node/255739</a></b><br />
<b>FULL RULES AND SCENARIO ALSO AVAILABLE AT --&gt; </b><a href="https://phishstories.org" target="_blank" rel="nofollow"><b>https://phishstories.org</b></a></span></span><br />
<br />
<span style="font-size:18px"><span style="font-family:Calibri">For our newest installment of Phish Stories we’re going to the movies! This time, in the great city of Chicago, Illinois. Enjoy!</span><br />
<br />
<span style="font-family:Calibri">The Grand Parkway 34 Multiplex opened in Chicago in the fall of 2023 with oversized ambition and a name to match. Built on the site of the old Parkway Theater, it became the largest movie theater in the Midwest, boasting 34 screens, wall-to-wall recliners, powerful sound, and blockbuster dreams.</span><br />
<span style="font-family:Calibri">Carved out in one wing of the theater sits eight screens devoted to a curated screening room experience run by longtime staff member and noir film fan Hank Marlowe. Carrying on the tradition he had started at the old Parkway, Hank’s double-feature nights were crafted with love. And for a while, the combination of old and new worked. Crowds showed up. Blockbusters packed the main screens while Hank’s nostalgic corner drew a respectable following.</span></span><br />
<br />
<a href="https://filedata/fetch?id=255741&amp;d=1779139094" target="_blank" rel="nofollow"><a href="filedata/fetch?id=255741&amp;d=1779139094" class="bbcode-attachment"  ><img itemprop="image" alt="Click image for larger version  Name:	movie_screen2.jpg Views:	0 Size:	107.6 KB ID:	255741" data-attachmentid="255741" data-align="none" data-size="small" border="0" src="filedata/fetch?id=255741&amp;d=1779139094&amp;type=small" data-fullsize-url="filedata/fetch?id=255741&amp;d=1779139094" data-thumb-url="filedata/fetch?id=255741&amp;d=1779139094&amp;type=thumb" data-title="Click on the image to see the original version" data-caption="" class="bbcode-attachment thumbnail js-lightbox bbcode-attachment--lightbox" /></a></a><br />
<span style="font-size:18px"><span style="font-family:Calibri">But once the newness faded, the Grand Parkway fell victim to the same declining crowds affecting theaters across the industry. The multiplex’s parent company, BroadSwitch Studios, took notice and decided it was time to chase a new audience. Their focus fell on Hank’s screening room, which, while beloved, was not pulling in enough revenue.</span><br />
<br />
<span style="font-family:Calibri">Their replacement? A cloud-streamed, real-time entertainment zone known as the Digitally Enhanced Fan Connection, or DEF CON for short. The new setup will feature live sports, reality television, esports tournaments, and a rotating lineup of video podcasts. It is marketed as the next phase of moviegoing, a place where groups can react to the moment together.</span><br />
<br />
<span style="font-family:Calibri">The idea came from Timmy Goodson, a smooth-talking entrepreneurial minded promoter who believes the only thing holding the theater back is outdated thinking. Timmy has been installed at the Grand Parkway to oversee the rollout and make sure the launch hits on schedule.</span><br />
<br />
<span style="font-family:Calibri">The person trying to keep the technology from melting down is Alexis Romero. She started at the theater early on and somehow became its unofficial IT department. Now she is juggling cloud credentials, vendor instructions, and a dozen systems she was never formally trained on. Alexis is also working toward a security degree at a local community college, so she has a pretty good idea of just how wrong things can go.</span><br />
<br />
<span style="font-family:Calibri">The general manager, Malcolm Shaw, is doing everything he can to maintain order. He lived through the demolition of the original Parkway Theater and has no intention of letting this new version fail.</span><br />
<br />
<span style="font-family:Calibri">And then there is Hank, still recommending 1940s crime films to confused teens at the concession counter. He is having a hard time believing that podcast panels and influencer watch parties are replacing the classic double feature.</span><br />
<br />
<span style="font-family:Calibri">The DEF CON launch is only days away. The staff is tired. The systems are untested. The stakes feel high.</span><br />
<br />
<span style="font-family:Calibri">This year’s Phish Stories challenge invites you to explore the real-world risks that appear when a company races forward with new technology faster than its people can keep up.</span><br />
<br />
<span style="font-family:Calibri">We’ll grab the popcorn. You write the phish. Make someone click, make us laugh, and win your way into DEF CON this year.</span></span>]]></content:encoded>
			<category domain="https://forum.defcon.org/node/255715">Phish Stories</category>
			<dc:creator>Serum</dc:creator>
			<guid isPermaLink="true">https://forum.defcon.org/node/255740</guid>
		</item>
		<item>
			<title>Phish Stories - Contest Overview and Rules - May 10th - June 21st - DC 34</title>
			<link>https://forum.defcon.org/node/255739</link>
			<pubDate>Mon, 18 May 2026 21:29:10 GMT</pubDate>
			<description><![CDATA[[/URL] 
 ..   
  
.. 
 
 
 
CONTEST RUNS THROUGH JUNE 21! FULL RULES AND SCENARIO ALSO AVAILABLE AT --&gt; [URL]https://phishstories.org (filedata/fetch?filedataid=5318) 
 
I’m an avid fisherman, so I know a thing or two about a fish story. That 12-inch bass somehow becomes a 2-foot monster when...]]></description>
			<content:encoded><![CDATA[<a href="https://filedata/fetch?filedataid=5318" target="_blank" rel="nofollow"><div class="img_align_center_wrapper"><a href="filedata/fetch?filedataid=5318" class="bbcode-attachment"  ><img itemprop="image" data-tempid="temp_5318_1779138483507_468" data-align="center" data-size="medium" border="0" src="filedata/fetch?filedataid=5318&amp;type=medium" alt="" data-fullsize-url="filedata/fetch?filedataid=5318" data-thumb-url="filedata/fetch?filedataid=5318&amp;type=thumb" data-title="Click on the image to see the original version" data-caption="" class="bbcode-attachment align_center js-need-data-att-update js-lightbox-participant" /></a></div></a><br />
 ..  <div class="img_align_center_wrapper"><a href="filedata/fetch?id=255796&amp;d=1780192878" class="bbcode-attachment"  ><img itemprop="image" alt="Phish Stories logo: green  fishead with jagged teeth and a yellow at symbol for an eye" data-attachmentid="255796" data-align="center" data-size="small" border="0" src="filedata/fetch?id=255796&amp;d=1780192878&amp;type=small" data-fullsize-url="filedata/fetch?id=255796&amp;d=1780192878" data-thumb-url="filedata/fetch?id=255796&amp;d=1780192878&amp;type=thumb" data-title="Click on the image to see the original version" data-caption="" class="bbcode-attachment align_center js-lightbox bbcode-attachment--lightbox" /></a></div><br />
 <br />
..<br />
<br />
<br />
<br />
<span style="font-size:18px"><span style="font-family:Calibri"><b>CONTEST RUNS THROUGH JUNE 21!</b> <b>FULL RULES AND SCENARIO ALSO AVAILABLE AT --&gt; <a href="https://phishstories.org" target="_blank" rel="nofollow">https://phishstories.org</a></b></span></span><br />
<br />
<span style="font-size:18px"><span style="font-family:Calibri">I’m an avid fisherman, so I know a thing or two about a fish story. That 12-inch bass somehow becomes a 2-foot monster when you’re telling it. I’m also a hacker with a security day job, so I know a thing or two about the other kind of phishing too. Turns out both have something in common: you’re proclaiming something incredible and hoping someone bites.</span><br />
<br />
<span style="font-family:Calibri">Years ago, the bad ones were easy to spot. Nigerian princes, unclaimed lottery winnings, mysterious government agents with secrets only you could know. They were so bad I often wondered if the goal was ever really to get someone to click, or just to make someone laugh. I thought, why not make it both?</span></span><br />
<br />
<span style="font-size:18px"><span style="font-family:Calibri">That’s Phish Stories. Write a phishing e-mail that gets someone to click <i>and</i> makes the judges laugh. We’ve set the stage with a fictional company, fictional targets, and plenty of background material. The rest is up to you.</span></span><br />
<br />
<span style="font-size:18px"><span style="font-family:Calibri"><b>How Do I Win?</b></span><br />
<span style="font-family:Calibri">The best entry will find a way to combine clickability with laughability, what we like to call “targeted absurdity.” A hilarious backstory paired with a phishing e-mail that would actually hook someone is the sweet spot. It’s a delicate balance, but that’s what makes it fun.</span><br />
<span style="font-family:Calibri">That said, you don’t have to nail both. There are three ways to win:</span></span><ul><li><span style="font-size:18px"><span style="font-family:Calibri">The Ruler – The best overall combination of clickability and humor. A creative backstory that builds into a phish that leaves us rolling. This is our overall winner.</span></span></li>
<li><span style="font-size:18px"><span style="font-family:Calibri">The Wizard – The most convincing, technically sound phishing e-mail. Humor is optional here, it’s all about whether your target would actually click.</span></span></li>
<li><span style="font-size:18px"><span style="font-family:Calibri">The Jester – The entry that made us laugh the most. Maybe it’s not the most clickable, but it’s the one we’ll remember.</span></span></li>
</ul><span style="font-size:18px"><span style="font-family:Calibri"><b>Submission Rules</b></span><br />
<span style="font-family:Calibri">Each submission has two parts:</span></span><ul><li><span style="font-size:18px"><span style="font-family:Calibri">The backstory – Tell us about your target, why you chose them, what assumptions you made, and what happens after they click. Be creative. This is where you fill in the blanks. 600 words or less.</span></span></li>
<li><span style="font-size:18px"><span style="font-family:Calibri">The e-mail – The phishing e-mail itself. 600 words or less. <i>Optional header information does NOT count against the word limit.</i></span></span></li>
</ul><span style="font-size:18px"><span style="font-family:Calibri">The 600-word limit is strictly enforced. Entries over the limit will be penalized during judging.</span><br />
<span style="font-family:Calibri">Save both to a single text file, attach it to an e-mail, and send it to: <a href="mailto:phishstories@protonmail.com">phishstories@protonmail.com</a></span><br />
<span style="font-family:Calibri">Contest runs May 10th through June 21st at 11:59pm Las Vegas time.</span><br />
<span style="font-family:Calibri">One entry per participant. If you send more than one, we’re only reading the first.</span><br />
<span style="font-family:Calibri">You’ll receive a confirmation within 48 hours. If you don’t hear back, reach out.</span><br />
<span style="font-family:Calibri">A few other things to keep in mind:</span></span><ul><li><span style="font-size:18px"><span style="font-family:Calibri">No illustrations or graphics.</span></span></li>
<li><span style="font-size:18px"><span style="font-family:Calibri">Include your e-mail address and alias or hacker name (real name is fine too).</span></span></li>
<li><span style="font-size:18px"><span style="font-family:Calibri">Do not include DEF CON staff or goons without their EXPRESS WRITTEN PERMISSION, which must be forwarded to <a href="mailto:phishstories@protonmail.com">phishstories@protonmail.com</a> along with their contact info. We’ll verify before allowing the entry.</span></span></li>
</ul><hr /><br />
<span style="font-size:18px"><span style="font-family:Calibri"><b>Scoring</b></span><br />
<span style="font-family:Calibri">A panel of judges will individually stack rank all entries across six categories:</span></span><ul><li><span style="font-size:18px"><span style="font-family:Calibri">E-Mail Clickability – Would your target actually click?</span></span></li>
<li><span style="font-size:18px"><span style="font-family:Calibri">Use of Sources – Did you read the scenario? There are nuggets in there, some not so obvious.</span></span></li>
<li><span style="font-size:18px"><span style="font-family:Calibri">After the Click – What happens when they do click?</span></span></li>
<li><span style="font-size:18px"><span style="font-family:Calibri">E-mail Humor – Did the e-mail make us laugh?</span></span></li>
<li><span style="font-size:18px"><span style="font-family:Calibri">Backstory Humor – How about the backstory?</span></span></li>
<li><span style="font-size:18px"><span style="font-family:Calibri">Creative Ingenuity – How outside-the-box did you go?</span></span></li>
</ul><span style="font-size:18px"><span style="font-family:Calibri">Winners are selected as follows:</span></span><ul><li><span style="font-size:18px"><span style="font-family:Calibri">Ruler – Highest combined score across all 6 categories</span></span></li>
<li><span style="font-size:18px"><span style="font-family:Calibri">Wizard – Highest score in Clickability + Use of Sources + After the Click + Creative Ingenuity</span></span></li>
<li><span style="font-size:18px"><span style="font-family:Calibri">Jester – Highest score in E-mail Humor + Backstory Humor + Creative Ingenuity</span></span></li>
</ul><span style="font-size:18px"><span style="font-family:Calibri">The Ruler is named first. The remaining entries are then ranked to determine the Wizard and the Jester. One winner per category.</span><br />
<span style="font-family:Calibri">Judging will be completed within two weeks of the contest closing.</span></span>  <hr /><br />
<span style="font-size:18px"><span style="font-family:Calibri"><b>Prizes (In-Person at the Con)</b></span></span><ul><li><span style="font-size:18px"><span style="font-family:Calibri">Ruler – 2 Human Badges</span></span></li>
<li><span style="font-size:18px"><span style="font-family:Calibri">Wizard – 1 Human Badge</span></span></li>
<li><span style="font-size:18px"><span style="font-family:Calibri">Jester – 1 Human Badge</span></span></li>
</ul><span style="font-size:18px"><span style="font-family:Calibri">Winners get recognition in the online program and on social media. If you’re on-site at DEF CON, you’ll walk the stage at the Contest Closing Ceremony. We’ll also post every entry in the DEF CON Forums for everyone to enjoy.</span><br />
<span style="font-family:Calibri">Check out last year’s <a href="https://forum.defcon.org/node/252733" target="_blank">scenario</a>, <a href="https://forum.defcon.org/node/252946" target="_blank">entries</a>, and <a href="https://forum.defcon.org/node/252999" target="_blank">winners</a> if you want to see what you’re up against.</span></span>  <hr /><br />
<span style="font-size:18px"><span style="font-family:Calibri"><b>Stay in the Loop</b></span><br />
<span style="font-family:Calibri">Follow us for updates:</span></span><ul><li><span style="font-size:18px"><span style="font-family:Calibri">BlueSky – <a href="https://bsky.app/profile/phishstories.bsky.social" target="_blank" rel="nofollow">@phishstories.bsky.social</a></span></span></li>
<li><span style="font-size:18px"><span style="font-family:Calibri">Defcon.social – <a href="mailto:serum@defcon.social">serum@defcon.social</a></span></span></li>
<li><span style="font-size:18px"><span style="font-family:Calibri">Reddit – <a href="https://www.reddit.com/user/phishstories" target="_blank" rel="nofollow">u/phishstories</a></span></span></li>
</ul><br />
<span style="font-size:18px"><span style="font-family:Calibri">Questions? E-mail us at <a href="mailto:phishstories@protonmail.com">phishstories@protonmail.com</a></span><br />
<br />
<span style="font-family:Calibri">Enjoy!</span></span><br />
<br />
<span style="font-size:18px">​</span><br />
<span style="font-size:18px">​<br />
​<br />
​</span>]]></content:encoded>
			<category domain="https://forum.defcon.org/node/255715">Phish Stories</category>
			<dc:creator>Serum</dc:creator>
			<guid isPermaLink="true">https://forum.defcon.org/node/255739</guid>
		</item>
		<item>
			<title>-HELP- Rf Hacking Roadmap/Guide</title>
			<link>https://forum.defcon.org/node/255723</link>
			<pubDate>Fri, 15 May 2026 08:27:14 GMT</pubDate>
			<description><![CDATA[Hey everyone, 
 
I'm an embedded software engineer getting into RF hacking/security, and I'd love some guidance from this community. 
What I'm struggling with online resources for RF Hacking feel very scattered compared to web/network security. There's no clear path like there is for CTFs in...]]></description>
			<content:encoded><![CDATA[Hey everyone,<br />
<br />
I'm an embedded software engineer getting into RF hacking/security, and I'd love some guidance from this community.<br />
What I'm struggling with online resources for RF Hacking feel very scattered compared to web/network security. There's no clear path like there is for CTFs in traditional cybersecurity. I've found PySDR, HackRf Youtube videos, rtl-sdr.com and a few DEFCON talks but that's about it.<br />
<br />
Any pointers would be greatly appreciated. Thanks in advance.]]></content:encoded>
			<category domain="https://forum.defcon.org/node/227609">General Conversations</category>
			<dc:creator>Zurga</dc:creator>
			<guid isPermaLink="true">https://forum.defcon.org/node/255723</guid>
		</item>
		<item>
			<title>Not sure what to do with these...</title>
			<link>https://forum.defcon.org/node/255678</link>
			<pubDate>Tue, 05 May 2026 01:10:52 GMT</pubDate>
			<description><![CDATA[Long story short, I was a goon at DC 11 and after the con, I was tasked with taking down the poster boards above the rooms. I asked if I could take them home and was told by DT himself &quot;I don't care what you do with them, just take them down&quot; so I took them home, had them framed and they have been...]]></description>
			<content:encoded><![CDATA[Long story short, I was a goon at DC 11 and after the con, I was tasked with taking down the poster boards above the rooms. I asked if I could take them home and was told by DT himself &quot;I don't care what you do with them, just take them down&quot; so I took them home, had them framed and they have been hanging up ever since. <br />
<br />
I wanted to keep them forever as they mean a lot ( there were a lot of memories from that place and working it ) but things happen, times change and I need to get rid of these. Here is the kicker, I don't know what I want to do with them? What I mean is, I am not necessarily trying to sell them. I want them to go somewhere they will be preserved,. somewhere they can be appreciated. I mean, I am open to offers but that's not the point for me. I just don't want them to go in the trash.<br />
<br />
If this is the wrong place for this I apologize. I didn't know where to put this. I have a total of 4 but only 3 are framed. Adding some pictures but I can't seem to get good ones due to the reflection. <br />
<br />
Ok, be nice ;) Thank you ]]></content:encoded>
			<category domain="https://forum.defcon.org/node/227609">General Conversations</category>
			<dc:creator>Dotcomdewd</dc:creator>
			<guid isPermaLink="true">https://forum.defcon.org/node/255678</guid>
		</item>
		<item>
			<title>DRINK</title>
			<link>https://forum.defcon.org/node/255651</link>
			<pubDate>Thu, 23 Apr 2026 09:34:13 GMT</pubDate>
			<description>Just checking in and would like to provide a challenge.. can anyone answer the following? In context to defcon.. when, where and how drink came to be? Love to hear everyone’s perspective and feedback.. may the streams flow purple!!!</description>
			<content:encoded><![CDATA[Just checking in and would like to provide a challenge.. can anyone answer the following? In context to defcon.. when, where and how drink came to be? Love to hear everyone’s perspective and feedback.. may the streams flow purple!!! <br />
 ]]></content:encoded>
			<category domain="https://forum.defcon.org/node/227609">General Conversations</category>
			<dc:creator>4rsin</dc:creator>
			<guid isPermaLink="true">https://forum.defcon.org/node/255651</guid>
		</item>
		<item>
			<title>New here to Defcon and the security world have some questions..</title>
			<link>https://forum.defcon.org/node/255596</link>
			<pubDate>Thu, 09 Apr 2026 00:22:43 GMT</pubDate>
			<description>Hey I notice the forums are a little dead but ill try anyway. This is going to be my first time attending defcon and im still a begginer. I am currently transitioning from accounting work to security. Ive started with my Google cs cert and am doing try hack me now and will go for my comptia +...</description>
			<content:encoded>Hey I notice the forums are a little dead but ill try anyway. This is going to be my first time attending defcon and im still a begginer. I am currently transitioning from accounting work to security. Ive started with my Google cs cert and am doing try hack me now and will go for my comptia + after. My questions are first any suggestions on what villages I should focus on as someone in my position and begginer skill level .  Im aiming to get Soc level 1 job to start when I can get my foot in the door. Second is there potential for job networking ? Also I noticed there are classes the week after is that just a more in depth teaching conference or ? Any advice I would appreciate it as a first timer . Any recommendations of things I should bring with me . </content:encoded>
			<category domain="https://forum.defcon.org/node/227609">General Conversations</category>
			<dc:creator>TheeBattousai</dc:creator>
			<guid isPermaLink="true">https://forum.defcon.org/node/255596</guid>
		</item>
		<item>
			<title>Announcement!DEF CON 34 Training Reg is Open!</title>
			<link>https://forum.defcon.org/node/255574</link>
			<pubDate>Wed, 01 Apr 2026 19:42:16 GMT</pubDate>
			<description>DEF CON Training Las Vegas 2026 Course Lineup is now live! 
 
We’re thrilled to share the full slate of courses for DEF CON Training in Las Vegas! Join us in August for hands-on courses led by top practitioners from across the community. 
 
For the first time ever, we will offer 1-day, 2-day, and...</description>
			<content:encoded><![CDATA[DEF CON Training Las Vegas 2026 Course Lineup is now live!<br />
<br />
We’re thrilled to share the full slate of courses for DEF CON Training in Las Vegas! Join us in August for hands-on courses led by top practitioners from across the community.<br />
<br />
For the first time ever, we will offer 1-day, 2-day, and 4-day classes! Whatever your needs, whether you’re sharpening fundamentals or diving deep into advanced techniques, there’s something here for you!<br />
<br />
Explore the full lineup and course details here: <a href="https://training.defcon.org/" target="_blank">https://training.defcon.org/</a><br />
<br />
Explore our offerings, grab your seat, and get ready to learn and build.<br />
<br />
<br />
]]></content:encoded>
			<category domain="https://forum.defcon.org/node/19">Announcements</category>
			<dc:creator>sleestak</dc:creator>
			<guid isPermaLink="true">https://forum.defcon.org/node/255574</guid>
		</item>
		<item>
			<title>Newbie question(s) about parking and entering</title>
			<link>https://forum.defcon.org/node/255567</link>
			<pubDate>Mon, 30 Mar 2026 19:54:39 GMT</pubDate>
			<description><![CDATA[Sorry for the ignorance.  Some newbie questions that I'm not seeing outright.  First year attending DEFCON.  Bringing my 16yo w/ me because I think it'll be great. 
 
Not staying at a hotel nearby, but instead about 10 minutes away.  Hotel prices are considerably cheaper.  How bad is parking at the...]]></description>
			<content:encoded><![CDATA[Sorry for the ignorance.  Some newbie questions that I'm not seeing outright.  First year attending DEFCON.  Bringing my 16yo w/ me because I think it'll be great.<br />
<br />
Not staying at a hotel nearby, but instead about 10 minutes away.  Hotel prices are considerably cheaper.  How bad is parking at the convention center?  Will it be an issue finding a place to park?  If I need to park way out in the boondocks, I'll live.  I just have no idea on LVCC parking conditions.<br />
<br />
I'm buying my tickets ahead of time online.  Will I need to worry about badge availability?  Will I need to worry about linecon if I already have my ticket/badge?]]></content:encoded>
			<category domain="https://forum.defcon.org/node/227609">General Conversations</category>
			<dc:creator>Bart</dc:creator>
			<guid isPermaLink="true">https://forum.defcon.org/node/255567</guid>
		</item>
		<item>
			<title>Announcement!DEF CON Singapore Demo Labs are live!</title>
			<link>https://forum.defcon.org/node/255560</link>
			<pubDate>Fri, 27 Mar 2026 18:08:51 GMT</pubDate>
			<description><![CDATA[DEF CON Singapore Demo Labs are live! 
 
https://defcon.org/html/defcon-singapore/dc-singapore-demolabs.html 
 
There's a full slate of fascinating open-source tools and projects to learn about, so make sure to schedule some into your DEF CON plans. 
 
See you soon. Just a month to go!]]></description>
			<content:encoded><![CDATA[DEF CON Singapore Demo Labs are live!<br />
<br />
<a href="https://defcon.org/html/defcon-singapore/dc-singapore-demolabs.html" target="_blank">https://defcon.org/html/defcon-singa...-demolabs.html</a><br />
<br />
There's a full slate of fascinating open-source tools and projects to learn about, so make sure to schedule some into your DEF CON plans.<br />
<br />
See you soon. Just a month to go!<br />
]]></content:encoded>
			<category domain="https://forum.defcon.org/node/19">Announcements</category>
			<dc:creator>sleestak</dc:creator>
			<guid isPermaLink="true">https://forum.defcon.org/node/255560</guid>
		</item>
		<item>
			<title>Announcement!DEF CON Training Middle East 2026</title>
			<link>https://forum.defcon.org/node/255509</link>
			<pubDate>Fri, 13 Mar 2026 03:03:52 GMT</pubDate>
			<description />
			<content:encoded />
			<category domain="https://forum.defcon.org/node/19">Announcements</category>
			<dc:creator>sleestak</dc:creator>
			<guid isPermaLink="true">https://forum.defcon.org/node/255509</guid>
		</item>
		<item>
			<title>Announcement!DEF CON Middle East</title>
			<link>https://forum.defcon.org/node/255508</link>
			<pubDate>Fri, 13 Mar 2026 02:51:17 GMT</pubDate>
			<description />
			<content:encoded />
			<category domain="https://forum.defcon.org/node/19">Announcements</category>
			<dc:creator>sleestak</dc:creator>
			<guid isPermaLink="true">https://forum.defcon.org/node/255508</guid>
		</item>
		<item>
			<title>Question:How do I use this to meet red teamers in Canada?</title>
			<link>https://forum.defcon.org/node/255503</link>
			<pubDate>Tue, 10 Mar 2026 22:52:27 GMT</pubDate>
			<description><![CDATA[This is not very easy to use and I can't find out how to use search so as not to have to see everything before getting to where I need to be.]]></description>
			<content:encoded><![CDATA[This is not very easy to use and I can't find out how to use search so as not to have to see everything before getting to where I need to be.]]></content:encoded>
			<category domain="https://forum.defcon.org/node/227609">General Conversations</category>
			<dc:creator>GhostOfNoNation</dc:creator>
			<guid isPermaLink="true">https://forum.defcon.org/node/255503</guid>
		</item>
		<item>
			<title>Announcement!DEF CON 34 Theme Announcement</title>
			<link>https://forum.defcon.org/node/255501</link>
			<pubDate>Tue, 10 Mar 2026 01:16:57 GMT</pubDate>
			<description>DEF CON 34’s theme is ‘Agency’. We’re focusing on self-determination in our use of tech. Charting our own course and helping others do the same. 
 
Let’s start moving our valuable attention to tech that supports our agency. Let’s find the places we can help and choose to act. 
 
Read more at:...</description>
			<content:encoded><![CDATA[<br />
DEF CON 34’s theme is ‘Agency’. We’re focusing on self-determination in our use of tech. Charting our own course and helping others do the same.<br />
<br />
Let’s start moving our valuable attention to tech that supports our agency. Let’s find the places we can help and choose to act.<br />
<br />
Read more at: <a href="https://defcon.org/html/defcon-34/dc-34-theme.html" target="_blank">https://defcon.org/html/defcon-34/dc-34-theme.html</a><br />
<br />
Visual style guide and homework assignments coming soon!<br />
]]></content:encoded>
			<category domain="https://forum.defcon.org/node/19">Announcements</category>
			<dc:creator>sleestak</dc:creator>
			<guid isPermaLink="true">https://forum.defcon.org/node/255501</guid>
		</item>
		<item>
			<title>HardenedBSD February 2026 Status Report</title>
			<link>https://forum.defcon.org/node/255479</link>
			<pubDate>Wed, 04 Mar 2026 21:39:21 GMT</pubDate>
			<description><![CDATA[February saw a few changes in HardenedBSD. The majority of my time was spent chasing down the kernel crash in HardenedBSD 15-STABLE that has been plaguing our users. I worked on narrowing down to a three-day window during which a commit was made that causes the crash. 
 
As I write this, I'm...]]></description>
			<content:encoded><![CDATA[February saw a few changes in HardenedBSD. The majority of my time was spent chasing down the kernel crash in HardenedBSD 15-STABLE that has been plaguing our users. I worked on narrowing down to a three-day window during which a commit was made that causes the crash.<br />
<br />
As I write this, I'm narrowing that down further to the specific commit. I'm hoping to have this resolved this month. If I find and fix the problem this week, I will create new builds for folks to use. Otherwise, the next scheduled regular quarterly build is for 01 Apr 2026.<br />
<br />
I appreciate everyone's patience on this. This has been a tricky bug (at times, it fit the description of a &quot;heisenbug&quot;). My spare time is limited (I have a rather large amount of tasks/obligations in everyday ${LIFE} right now), so it has naturally taken a long while to get to this point.<br />
<br />
While inbetween clients at my dayjob, I have been granted the opportunity to research meshtastic and other mesh networking projects. I'm getting a lot closer in my censorship- and surveillance-resistant mesh network proof-of-concept. I'm now at the point where I need to port Linux-specific code to HardenedBSD. I'm hoping to get normal tcp/ip packets flowing through Reticulum nodes on the inside of six months. This project, <a href="https://hardenedbsd.org/article/shawn-webb/2024-09-23/hardenedbsd-and-protectli-collaborates-censorship-and-surveillance" target="_blank" rel="nofollow">announced</a> in partnership with Protectli one-and-a-half years ago[1], is starting to move along at a nice pace. I will have more to share on that by the next status report.<br />
<br />
On Saturday, 28 Feb 2026, I had given my local Hackers N' Hops chapter a little show &amp; tell of Meshtastic, Reticulum, and HardenedBSD. I met with a bunch of really cool hacckers there, and demoed two Reticulum RNodes backed by Reticulum instances on two HardenedBSD laptops. I demoed an exec-over-meshtastic Python script I wrote the day prior. The script is available on Radicle as rad:z44pvAJS7SiQf2CGtpn8hY44GDMyu.<br />
<br />
Speaking of Radicle, I plan to migrate some of my personal repos away from our self-hosted GitLab and onto the Radicle network. With time, I'm hoping to migrate us completely towards Radicle. Now would be a good time for those who want to contribute to HardenedBSD to start playing around and experimenting with Radicle.<br />
<br />
<b>In src:</b><ol class="decimal"><li>Contributor &quot;gmg&quot; hardened the kernel crashdump interface.</li>
<li>Opt zlib kernel module into -ftrivial-var-auto-init=zero.</li>
<li>bsdinstall(8): Align us more closely with FreeBSD.</li>
</ol><b>In ports:</b><ol class="decimal"><li>net-p2p/reticulum was updated to 1.1.3_2</li>
<li>Disable PaX PAGEEXEC and PaX NOEXEC for science/zotero</li>
<li>Bring in candidate patch to fix dns/unbound</li>
<li>Hook hardenedbsd/ctrl into the build</li>
<li>0x1eef added a new port: hardenedbsd/ctrl</li>
<li>Bump ports-mgmt/pkg to 3.5.1_1</li>
<li>0x1eef updated a port: portzap v2.1.1</li>
<li>0x1eef updated a port: sourcezap v2.1.1</li>
</ol><br />
Once I have figured out what's going on with the 15-STABLE panic and have a proper fix in place, I plan to quickly switch gears towards hbsdfw. I haven't produced a working hbsdfw build in a long time, and it's far past due. After that, I plan to switch right back to the Reticulum research and development.<br />
<br />
I'll make sure to keep the community informed of the 15-STABLE findings and fixes.<br />
 ]]></content:encoded>
			<category domain="https://forum.defcon.org/node/240318">HardenedBSD</category>
			<dc:creator>shawn.webb</dc:creator>
			<guid isPermaLink="true">https://forum.defcon.org/node/255479</guid>
		</item>
		<item>
			<title>Announcement!DEF CON 34 Early Bird Pricing Ends</title>
			<link>https://forum.defcon.org/node/255478</link>
			<pubDate>Wed, 04 Mar 2026 15:53:35 GMT</pubDate>
			<description>The wait is over. Preregistration for DEF CON 34 opens TODAY! 
 
Reminder – the cash route is unchanged: Cash at the door registration (LineCon) will continue in its traditional, vibey fashion (think hacker slumber party). Doors open Thursday, August 6 and the price is $520. 
 
Those who...</description>
			<content:encoded><![CDATA[<br />
<br />
<br />
The wait is over. Preregistration for DEF CON 34 opens TODAY!<br />
<br />
Reminder – the cash route is unchanged: Cash at the door registration (LineCon) will continue in its traditional, vibey fashion (think hacker slumber party). Doors open Thursday, August 6 and the price is $520.<br />
<br />
Those who pre-register are guaranteed a human badge, even if we run out. To receive this badge, you must redeem your ticket onsite. The badge entitles one human full access to the DEF CON floor during open hours. Tickets are fully transferrable, so which human gets that access is up to the purchaser.<br />
<br />
Pre-reg is open at shop.defcon.org until July 31 at 8:59 PM EDT. After that date registration is LineCon only. If you have any questions or need to make bulk purchases please email us at <a href="mailto:info@defcon.org">info@defcon.org</a>.<br />
<br />
There are some pricing benefits to early registration, too. Early bookers save money, so don’t procrastinate. August will be here before you know it.<br />
<br />
TIcket Pricing:<br />
<br />
Early BIrd - $560 ($540 + $20 CC Processing Fee) - Good until May 22 at 8:59pm EDT<br />
<br />
Regular - $580 ($560 + $20 CC Processing Fee) - Good from May 23 to July 17 at 8:59pm EDT<br />
<br />
Late - $600 ($580 + $20 CC Processing Fee) - Good from July 18 to July 31 at 8:59pm EDT<br />
<br />
Ticket Cancellation Fee:<br />
<br />
Before July 18 - $34<br />
<br />
After July 18 - $84<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
 ]]></content:encoded>
			<category domain="https://forum.defcon.org/node/19">Announcements</category>
			<dc:creator>sleestak</dc:creator>
			<guid isPermaLink="true">https://forum.defcon.org/node/255478</guid>
		</item>
		<item>
			<title>Announcement!DEF CON 34 CTF Qualifiers - Welcome Benevolent Bureau of Birds!</title>
			<link>https://forum.defcon.org/node/255475</link>
			<pubDate>Tue, 03 Mar 2026 21:07:03 GMT</pubDate>
			<description><![CDATA[Please welcome the DEF CON 34 CTF organizers, Benevolent Bureau of Birds! We're excited to have them on board. Your first chance to see what they're bringing to the table will be in the DC34CTF Qualifier Round, scheduled for May 22-24, 2026. The Birds are online at https://bbbirds.org. Info about...]]></description>
			<content:encoded><![CDATA[Please welcome the DEF CON 34 CTF organizers, Benevolent Bureau of Birds! We're excited to have them on board. Your first chance to see what they're bringing to the table will be in the DC34CTF Qualifier Round, scheduled for May 22-24, 2026. The Birds are online at <a href="https://bbbirds.org" target="_blank" rel="nofollow">https://bbbirds.org</a>. Info about our legendary CTF can be found at <a href="https://www.defcon.org/html/links/dc-ctf.html" target="_blank">https://www.defcon.org/html/links/dc-ctf.html</a>. We hope we'll see you in the arena.]]></content:encoded>
			<category domain="https://forum.defcon.org/node/19">Announcements</category>
			<dc:creator>sleestak</dc:creator>
			<guid isPermaLink="true">https://forum.defcon.org/node/255475</guid>
		</item>
		<item>
			<title>Announcement!DEF CON 34 Room Blocks are OPEN!</title>
			<link>https://forum.defcon.org/node/255428</link>
			<pubDate>Mon, 16 Feb 2026 00:08:39 GMT</pubDate>
			<description>Good news, everyone! 
 
The DEF CON 34 room blocks are live! While supplies last, you can get a special room rate at the following hotels: 
 
Fontainebleau 
 
Swanky, luxurious and conveniently located across the street from the LVCC. 
 
For those who must be first in line.</description>
			<content:encoded><![CDATA[Good news, everyone!<br />
<br />
The DEF CON 34 room blocks are live! While supplies last, you can get a special room rate at the following hotels:<br />
<br />
Fontainebleau<br />
<br />
Swanky, luxurious and conveniently located across the street from the LVCC.<br />
<br />
For those who must be first in line.<br />
<br />
<a href="https://book.passkey.com/go/DefCon2026FBLV" target="_blank" rel="nofollow">https://book.passkey.com/go/DefCon2026FBLV</a><br />
<br />
Sahara<br />
<br />
Legendary Vegas spot with next-level pools and right on the monorail.<br />
<br />
<a href="https://book.passkey.com/e/51206158" target="_blank" rel="nofollow">https://book.passkey.com/e/51206158</a><br />
<br />
Wynn and Encore<br />
<br />
Lovely accommodations and tons of cool places to eat and be entertained.<br />
<br />
<a href="https://book.passkey.com/go/DefCon26" target="_blank" rel="nofollow">https://book.passkey.com/go/DefCon26</a><br />
<br />
Circus Circus<br />
<br />
Budget friendly and has a haunted house AND an arcade. We promise the clowns are friendly.<br />
<br />
<a href="https://book.passkey.com/go/DEF6CC" target="_blank" rel="nofollow">https://book.passkey.com/go/DEF6CC</a><br />
<br />
We’re halfway there. DEF CON 34 will be upon us before you know it - be prepared and save yourself some coin.<br />
<br />
See you soon!<br />
]]></content:encoded>
			<category domain="https://forum.defcon.org/node/19">Announcements</category>
			<dc:creator>sleestak</dc:creator>
			<guid isPermaLink="true">https://forum.defcon.org/node/255428</guid>
		</item>
		<item>
			<title>HardenedBSD January 2026 Status Report</title>
			<link>https://forum.defcon.org/node/255389</link>
			<pubDate>Wed, 04 Feb 2026 16:50:03 GMT</pubDate>
			<description><![CDATA[January was a busy month with regards to infrastructure. With both OpenSSL and FreeBSD announcing security fixes, we published new builds just weeks after our new quarterlies dropped. :-) 
 
Now that we have the new quarterlies, I plan to &quot;MFC&quot; (old FreeBSD CVS/SVN term for &quot;Merge From Current&quot;.)...]]></description>
			<content:encoded><![CDATA[January was a busy month with regards to infrastructure. With both OpenSSL and FreeBSD announcing security fixes, we published new builds just weeks after our new quarterlies dropped. :-)<br />
<br />
Now that we have the new quarterlies, I plan to &quot;MFC&quot; (old FreeBSD CVS/SVN term for &quot;Merge From Current&quot;.) Kids these days call it `git cherry-pick`. MFC is shorter to type, so that's what I'll use. I plan to MFC a number of commits made in hardened/current/master to the hardened/15-stable/main branch this week.<br />
<br />
I've also received multiple reports of crashes with the 15-STABLE installer. I haven't been able to work on this just yet, but am hoping to in the next two weeks. It is almost my current first priority (the MFCs being first.) I figure that if testing the cherry-picked code proves successful, I could cherry-pick those commits into the relevant quarterly branch. Kind of a &quot;thank you&quot; gesture for being patient with me. :-)<br />
<br />
I applied relevant updates across the entire infrastructure. I migrated the package repos from being served by a leased server with limited storage to out of my home with plenty of storage. My next goal is to fully automate the build, including syncing. This will mark a good next step to eventually supporting mirroring our package repos. It's much easier to transfer a 140GB package repo over a local 2.5Gbps LAN than a 150Mbps link upstream.<br />
<br />
I spent some time experimenting with Meshtastic and Reticulum. I'm getting a better picture from a user's perspective on the current state of mesh networking. My next goal is to teach Reticulum's BackboneInterface implementation how to work on FreeBSD/HardenedBSD.<br />
<br />
Two of the four donated Protectli devices are providing the testing lab for this Meshtastic and Reticulum research. Even though the timeframe has shifted pretty dramatically, I'm grateful for their donations and their support.<br />
<br />
<b>In src:</b><ol class="decimal"><li>Opt ipfw into -ftrivial-var-auto-init=zero</li>
<li>Remove our old MAC hook for jail/prison destruction (this commit breaks building secadm. I'm waiting on upstream to implement a specific MAC hook, and a patch for (for src, not for secadm) is being worked on by FreeBSD's Kyle Evans.)</li>
<li>Disable WITNESS' checking of vnode locks by default. FreeBSD changed some vnode locking semantics and not all filesystem code paths have been updated. As such, we are seeing vnode locking-related panics. I need to get a consequtive block of time to dive in. I'm not a filesytems developer, so this one might take a while to figure out unless someone beats me to it.</li>
<li>rc.subr: Ignore required_modules failures in jails (patch submission by leper4{ _AT_ }protnmail.com.)</li>
</ol><b>In ports:</b><ol class="decimal"><li>Bump ftp/curl to 8.18.0</li>
<li>Update Reticulum to latest git HEAD</li>
<li>Disable HARDCFLAGS for devel/avr-gcc</li>
<li>Enable ZEROREG for security/openssl3*. This could induce a noticeable performance hit. Please let me know if you have any serious performance issues after this next package build.</li>
</ol>]]></content:encoded>
			<category domain="https://forum.defcon.org/node/240318">HardenedBSD</category>
			<dc:creator>shawn.webb</dc:creator>
			<guid isPermaLink="true">https://forum.defcon.org/node/255389</guid>
		</item>
	</channel>
</rss>
