<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>daddycocoaman</title>
    <link>https://daddycocoaman.dev/</link>
    <description>Recent content on daddycocoaman</description>
    <image>
      <url>https://daddycocoaman.dev/avatar.jpg</url>
      <link>https://daddycocoaman.dev/avatar.jpg</link>
    </image>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Fri, 24 Jun 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://daddycocoaman.dev/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Introducing Dumpscan</title>
      <link>https://daddycocoaman.dev/posts/introducing-dumpscan/</link>
      <pubDate>Fri, 24 Jun 2022 00:00:00 +0000</pubDate>
      
      <guid>https://daddycocoaman.dev/posts/introducing-dumpscan/</guid>
      <description>A convenient tool for extracting secrets from memory dumps</description>
    </item>
    
    <item>
      <title>Dumping RSA Certificates with Volatility (Part 2)</title>
      <link>https://daddycocoaman.dev/posts/dumping-rsa-certificates-with-volatility-part-2/</link>
      <pubDate>Thu, 23 Jun 2022 23:30:03 +0000</pubDate>
      
      <guid>https://daddycocoaman.dev/posts/dumping-rsa-certificates-with-volatility-part-2/</guid>
      <description>Writing a Volatility plugin to extract private keys</description>
    </item>
    
    <item>
      <title>Dumping RSA Certificates with Volatility (Part 1)</title>
      <link>https://daddycocoaman.dev/posts/dumping-rsa-certificates-with-volatility/</link>
      <pubDate>Mon, 02 May 2022 00:00:00 +0000</pubDate>
      
      <guid>https://daddycocoaman.dev/posts/dumping-rsa-certificates-with-volatility/</guid>
      <description>Writing a Volatility plugin to extract RSA certificates</description>
    </item>
    
    <item>
      <title>[picoCTF] 2022 Reverse Engineering Walkthrough</title>
      <link>https://daddycocoaman.dev/posts/picoctf/2022/picoctf-2022-reverse-engineering/</link>
      <pubDate>Mon, 04 Apr 2022 00:00:00 +0000</pubDate>
      
      <guid>https://daddycocoaman.dev/posts/picoctf/2022/picoctf-2022-reverse-engineering/</guid>
      <description>Walkthrough of picoCTF 2022 reverse engineering challenges</description>
    </item>
    
    <item>
      <title>[picoCTF] Beginner picoMini 2022 Walkthrough</title>
      <link>https://daddycocoaman.dev/posts/picoctf/mini2022/beginner-picomini-2022/</link>
      <pubDate>Mon, 04 Apr 2022 00:00:00 +0000</pubDate>
      
      <guid>https://daddycocoaman.dev/posts/picoctf/mini2022/beginner-picomini-2022/</guid>
      <description>Walkthrough of picoMini 2022 CTF challenges</description>
    </item>
    
    <item>
      <title>Bypassing Python3.8 Audit Hooks</title>
      <link>https://daddycocoaman.dev/posts/bypassing-python38-audit-hooks-part-1/</link>
      <pubDate>Thu, 11 Jul 2019 00:00:00 +0000</pubDate>
      
      <guid>https://daddycocoaman.dev/posts/bypassing-python38-audit-hooks-part-1/</guid>
      <description>First of all, if you think you&amp;rsquo;re being cool and edgy by still using Python2.7, I&amp;rsquo;m gonna need you to unthink that ASAP. Python2.7 is reaching end-of-life very soon and we should all be moving on up&amp;hellip;to the 3 side&amp;hellip;and finally get async with that Py.
That joke might go over a lot of heads.
  Anyway, this post is likely to be the first in a multi-part series of talking about a new feature that is coming in Python 3.</description>
    </item>
    
    <item>
      <title>BeaconGraph v0.69 Released</title>
      <link>https://daddycocoaman.dev/posts/beacongraph-v0.69-released/</link>
      <pubDate>Wed, 15 May 2019 22:43:42 +0000</pubDate>
      
      <guid>https://daddycocoaman.dev/posts/beacongraph-v0.69-released/</guid>
      <description>Why from v0.2 to v0.69? Cause I&amp;rsquo;m immature AF and it probably made you want to read this blog post.
 Back in October 2018, I released a tool called BeaconGraph after attending the SANS SEC617: Wireless Penetration Testing and Ethical Hacking course taught by James Vidal. I released a PoC of BeaconGraph after I realized that airgraph-ng could use a more modern look. However, that version of BeaconGraph was not very user-friendly, as it was more of a Proof-of-Concept than a usuable tool.</description>
    </item>
    
    <item>
      <title>Bug Bounty Adventures: This Is the Wrong Porn!</title>
      <link>https://daddycocoaman.dev/posts/bug-bounty-adventures-this-is-the-wrong-porn/</link>
      <pubDate>Tue, 07 May 2019 03:04:22 +0000</pubDate>
      
      <guid>https://daddycocoaman.dev/posts/bug-bounty-adventures-this-is-the-wrong-porn/</guid>
      <description>I haven&amp;rsquo;t had much luck with bug bounties. At the time of writing, all of my submissions except one have been duplicates, which can be really demotivating. But instead of giving up, I decided to shift my focus over to learning how to analyze mobile applications, particularly Android APKs. Since then, I&amp;rsquo;ve glanced through a number of APKs while looking for low hanging fruit. With only a minor understanding of the mobile world, I looked through previously disclosed bounties in order to see what kind of things I should be looking for.</description>
    </item>
    
    <item>
      <title>BlackPlanet: Why Proper SSL Implementation Matters</title>
      <link>https://daddycocoaman.dev/posts/blackplanet-why-proper-ssl-implementation-matters/</link>
      <pubDate>Wed, 06 Mar 2019 00:00:00 +0000</pubDate>
      
      <guid>https://daddycocoaman.dev/posts/blackplanet-why-proper-ssl-implementation-matters/</guid>
      <description>UPDATE: A few hours after writing this post, BlackPlanet correctly implemented HTTPS redirects on their site! While it likely had nothing to do with this blog, it&amp;rsquo;s great to see they are taking a more serious approach to security.
There&amp;rsquo;s no doubt that there&amp;rsquo;s been an increase of demand on companies and websites to ensure that user data is protected from end-to-end. This includes both transmission and storage of data, particularly sensitive information such as passwords.</description>
    </item>
    
    <item>
      <title>Pentesting With IronPython</title>
      <link>https://daddycocoaman.dev/posts/pentesting-with-ironpython/</link>
      <pubDate>Sun, 16 Dec 2018 00:00:00 +0000</pubDate>
      
      <guid>https://daddycocoaman.dev/posts/pentesting-with-ironpython/</guid>
      <description>After digging into IronPython more with the intent to create more modules for SILENTTRINITY, I decided I would release some of the other tools I’ve been working on. As Python is more my speed than C# and PowerShell currently are, I decided I would get more practice learning my way around the .NET Framework by converting C#/PowerShell scripts into IronPython to determine the limits of the language, if any.
The best part is that since these tools primarily use the .</description>
    </item>
    
    <item>
      <title>SILENTTRINITY and the Python of Iron</title>
      <link>https://daddycocoaman.dev/posts/silenttrinity-and-the-python-of-iron/</link>
      <pubDate>Fri, 26 Oct 2018 00:00:00 +0000</pubDate>
      
      <guid>https://daddycocoaman.dev/posts/silenttrinity-and-the-python-of-iron/</guid>
      <description>A few weeks ago right after DerbyCon (which I wasn’t able to attend), I heard about a new post-exploitation tool called SILENTTRINITY by byt3bl33d3r, a tool developer with a l33t name with some pretty l33t tools (…I’ll stop now) such as CrackMapExec and DeathStar. This project is unique in that it utilizes Python, IronPython, and C#/.NET in order to perform post-exploitation activities similar to other frameworks such as Empire. The benefits of using a C#/.</description>
    </item>
    
    <item>
      <title>Beacongraph v0.2 Released</title>
      <link>https://daddycocoaman.dev/posts/beacongraph-v0.2-released/</link>
      <pubDate>Mon, 22 Oct 2018 00:00:00 +0000</pubDate>
      
      <guid>https://daddycocoaman.dev/posts/beacongraph-v0.2-released/</guid>
      <description>Last week, I released a tool called BeaconGraph aimed at supporting wireless auditing. As of this post, v0.2 has been released with some pretty big improvements over the initial release and can be found by clicking the logo below.
I’ll start by saying that I’m not a wireless engineer or auditor by any means. I’ve never even been a network engineer or a network administrator for anything more than 10 clients/servers.</description>
    </item>
    
    <item>
      <title>Black Men in Infosec</title>
      <link>https://daddycocoaman.dev/posts/black-men-in-infosec/</link>
      <pubDate>Tue, 05 Dec 2017 00:00:00 +0000</pubDate>
      
      <guid>https://daddycocoaman.dev/posts/black-men-in-infosec/</guid>
      <description>The title is a bit vague, I know. I grew up in Brooklyn, NY and I’m about to turn 28 years old, and I can say for sure that 10 years ago, I did not see myself achieving as much as I have so far. Recently, Google granted a non-profit organization $1M to expose young black men to technical careers. This, of course, drew the “All Kids Matter” crowd to many conversations on social media.</description>
    </item>
    
    <item>
      <title>First Time Red Team Experience</title>
      <link>https://daddycocoaman.dev/posts/first-time-red-team-experience/</link>
      <pubDate>Fri, 17 Nov 2017 00:00:00 +0000</pubDate>
      
      <guid>https://daddycocoaman.dev/posts/first-time-red-team-experience/</guid>
      <description>I was invited to be a part of a red team as part of a practice for a cyber defense event. I didn’t really know what to expect but I couldn’t miss the opportunity to learn, so I accepted. We had two days to learn our infrastructure and two days to actively engagement. In a team of four, this was the first time red teaming for two of us. A lot of learning occurred between the four of us and ultimately for the blue team.</description>
    </item>
    
    
    
    
  </channel>
</rss>
