<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Joran Honig</title>
    <description>The latest articles on DEV Community by Joran Honig (@joranhonig).</description>
    <link>https://dev.to/joranhonig</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F277775%2F0f46a425-2af5-4805-8b3c-5e76c9bc0762.png</url>
      <title>DEV Community: Joran Honig</title>
      <link>https://dev.to/joranhonig</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/joranhonig"/>
    <language>en</language>
    <item>
      <title>3 Activities to Make You a Better Bug Hunter</title>
      <dc:creator>Joran Honig</dc:creator>
      <pubDate>Thu, 02 Jun 2022 14:27:39 +0000</pubDate>
      <link>https://dev.to/joranhonig/3-activities-to-make-you-a-better-bug-hunter-2a7l</link>
      <guid>https://dev.to/joranhonig/3-activities-to-make-you-a-better-bug-hunter-2a7l</guid>
      <description>&lt;p&gt;&lt;strong&gt;That are not actually about hunting for bugs.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;You can do tons of things to become good at bug hunting: participating in CTFs, reading write-ups and looking for bugs being some excellent strategies!&lt;/p&gt;

&lt;p&gt;However, &lt;strong&gt;we usually neglect to mention the "other stuff"&lt;/strong&gt;. The activities that aren't directly about security at all! Think about it. A professional sports player usually doesn't only play their own sport. They go to the gym and build fitness. You can do the same for bounty hunting!&lt;/p&gt;

&lt;p&gt;Here are three activities that have helped me become a better bounty hunter:&lt;/p&gt;

&lt;h2&gt;
  
  
  👨‍💻 Coding
&lt;/h2&gt;

&lt;p&gt;It's all about &lt;strong&gt;thinking about code&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;In writing code, architecting systems, and debugging your own mistakes, you gain insight into what thoughts go into designing a system. This insight is tremendously helpful when you're looking for bugs.&lt;/p&gt;

&lt;p&gt;Plus, you can build tools that &lt;strong&gt;automate&lt;/strong&gt; some of &lt;strong&gt;your hacking&lt;/strong&gt;!&lt;/p&gt;

&lt;h2&gt;
  
  
  📚 Reading
&lt;/h2&gt;

&lt;p&gt;(Web3) security is a very &lt;strong&gt;diverse field&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;You will only get a superficial understanding if you never do your research and dive down that rabbit hole. Read about &lt;strong&gt;how compilers work, game theory, economics, systems thinking, formal methods, traditional security, etc.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Go down those rabbit holes! It will pay off tenfold.&lt;/p&gt;

&lt;h2&gt;
  
  
  🥗 Health
&lt;/h2&gt;

&lt;p&gt;The picture of a hacker dude that stays up all night, chugs countless energy drinks, and never goes out is &lt;strong&gt;wrong!&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Sleep, food, exercise, etc., all the boring stuff your mom made (or makes :p) you do. These are critical to your brain functioning and, therefore, your bounty hunting performance!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Take good care of yourself!&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>security</category>
      <category>bugbounty</category>
      <category>productivity</category>
    </item>
    <item>
      <title>5 rules for writing (in)secure code, without anyone noticing!</title>
      <dc:creator>Joran Honig</dc:creator>
      <pubDate>Tue, 20 Oct 2020 18:41:48 +0000</pubDate>
      <link>https://dev.to/joranhonig/5-rules-for-writing-in-secure-code-without-anyone-noticing-42im</link>
      <guid>https://dev.to/joranhonig/5-rules-for-writing-in-secure-code-without-anyone-noticing-42im</guid>
      <description>&lt;p&gt;Follow these 5 rules to write bugs without anyone noticing.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Do not run any unit tests. Ever.&lt;br&gt;
You'll want to be adding bugs during a big refactoring, nobody will notice!&lt;br&gt;
Unless you're running unit tests that is! Turn them off!&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Linting? &lt;br&gt;
No more linting! Code smells are awesome for hiding bugs in plain sight. Easy win!&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;No more vulnerability scanning&lt;br&gt;
Those vuln scanners in CI are just what we don't need. Take any chance to avoid security checks, you'll thank me later!&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Alcohol!&lt;br&gt;
The &lt;a href="https://xkcd.com/323/"&gt;Ballmer Peak&lt;/a&gt; is real! Get that nice bottle of whiskey and pour yourself a few fingers. The added creativity will make your bugs so much more interesting! &lt;br&gt;
Just take care to not accidentally write bug-free code.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;No pair programming, ever. &lt;br&gt;
This is an obvious one. It's just way too easy for your partner to spot bugs as you're writing them.&lt;br&gt;
Pro Tip: Complain about not being able to get into flow when you're not alone.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>security</category>
      <category>jokes</category>
    </item>
  </channel>
</rss>
