<?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: Aleff</title>
    <description>The latest articles on DEV Community by Aleff (@aleff).</description>
    <link>https://dev.to/aleff</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2050839%2F975065b8-297c-4cc6-8636-fc92ca4328b7.png</url>
      <title>DEV Community: Aleff</title>
      <link>https://dev.to/aleff</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/aleff"/>
    <language>en</language>
    <item>
      <title>NiceTryGPT: Less pattern matching. More actual hacking.</title>
      <dc:creator>Aleff</dc:creator>
      <pubDate>Sun, 20 Sep 2026 19:19:09 +0000</pubDate>
      <link>https://dev.to/aleff/nicetrygpt-less-pattern-matching-more-actual-hacking-kie</link>
      <guid>https://dev.to/aleff/nicetrygpt-less-pattern-matching-more-actual-hacking-kie</guid>
      <description>&lt;p&gt;I built NiceTryGPT, an open-source project for CTF authors who want to make cheap LLM shortcuts less effective without making challenges harder or more annoying for humans.&lt;/p&gt;

&lt;p&gt;The idea is simple:&lt;/p&gt;

&lt;p&gt;«Increase uncertainty, not complexity.»&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fx7yd35atx1rhtp2j1zwn.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fx7yd35atx1rhtp2j1zwn.png" alt=" " width="800" height="400"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;NiceTryGPT keeps the same vulnerability and learning objective, but removes obvious patterns that can turn a challenge into a one-shot LLM answer.&lt;/p&gt;

&lt;p&gt;Current examples include IDOR, path traversal and SQL injection.&lt;/p&gt;

&lt;p&gt;I'm not trying to make CTFs “AI-proof” — just a little less about pattern matching and a little more about actual hacking. 😄&lt;/p&gt;

&lt;p&gt;GitHub:&lt;br&gt;
&lt;a href="https://github.com/aleff-github/NiceTryGPT" rel="noopener noreferrer"&gt;https://github.com/aleff-github/NiceTryGPT&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Project page:&lt;br&gt;
&lt;a href="https://aleff-github.github.io/NiceTryGPT/" rel="noopener noreferrer"&gt;https://aleff-github.github.io/NiceTryGPT/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Feedback from CTF players and authors is very welcome.&lt;/p&gt;

&lt;p&gt;#showdev #cybersecurity #ai #opensource&lt;/p&gt;

</description>
      <category>cybersecurity</category>
      <category>opensource</category>
      <category>security</category>
      <category>showdev</category>
    </item>
    <item>
      <title>Boost Your DuckyScript Workflow with the DuckyScript Cookbook Extension for VSCode 🦆</title>
      <dc:creator>Aleff</dc:creator>
      <pubDate>Tue, 10 Sep 2024 05:53:54 +0000</pubDate>
      <link>https://dev.to/aleff/boost-your-duckyscript-workflow-with-the-duckyscript-cookbook-extension-for-vscode-p95</link>
      <guid>https://dev.to/aleff/boost-your-duckyscript-workflow-with-the-duckyscript-cookbook-extension-for-vscode-p95</guid>
      <description>&lt;p&gt;If you’ve ever worked with DuckyScript to create payloads for USB Rubber Ducky devices, you know how repetitive it can be. Manually typing out the same commands over and over? Not fun. That’s why we created the &lt;a href="https://marketplace.visualstudio.com/items?itemName=Aleff.duckyscriptcookbook" rel="noopener noreferrer"&gt;&lt;strong&gt;DuckyScript Cookbook&lt;/strong&gt;&lt;/a&gt; — a VSCode extension designed to make your DuckyScript development faster and more enjoyable!&lt;/p&gt;

&lt;h3&gt;
  
  
  What is DuckyScript Cookbook?
&lt;/h3&gt;

&lt;p&gt;The &lt;a href="https://marketplace.visualstudio.com/items?itemName=Aleff.duckyscriptcookbook" rel="noopener noreferrer"&gt;&lt;strong&gt;DuckyScript Cookbook&lt;/strong&gt;&lt;/a&gt; is a libre-source, community-driven extension that simplifies DuckyScript development by providing &lt;strong&gt;pre-written snippets&lt;/strong&gt; for the most commonly used commands, sequences, and structures. No more wasting time typing the same code blocks — now you can quickly insert them and focus on building innovative payloads.&lt;/p&gt;

&lt;h3&gt;
  
  
  Key Features
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;⚡ &lt;strong&gt;Quick Snippet Insertion&lt;/strong&gt;: Instantly insert frequently used DuckyScript commands into your scripts with just a couple of clicks.&lt;/li&gt;
&lt;li&gt;🚀 &lt;strong&gt;Streamlined Workflow&lt;/strong&gt;: Save time and reduce repetitive tasks so you can focus on the fun parts of payload creation.&lt;/li&gt;
&lt;li&gt;🦆 &lt;strong&gt;Duck Icon Fun&lt;/strong&gt;: Every file created with the extension gets a little rubber ducky icon next to it in VSCode. It adds a bit of playful charm to your coding environment!&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  DuckyScript Trademark Disclaimer
&lt;/h3&gt;

&lt;p&gt;While DuckyScript is a registered trademark of &lt;a href="https://hak5.org/" rel="noopener noreferrer"&gt;&lt;strong&gt;Hak5&lt;/strong&gt;&lt;/a&gt;, it's important to note that the &lt;strong&gt;DuckyScript Cookbook&lt;/strong&gt; extension is an independent project with no official affiliation to Hak5. &lt;/p&gt;

&lt;p&gt;This distinction matters because it highlights the &lt;strong&gt;community-driven nature&lt;/strong&gt; of this tool. It was created by and for developers who work with DuckyScript and want a more efficient, streamlined way to build payloads. Despite the official trademark being held by Hak5, this project operates independently, allowing for greater flexibility, community contributions, and updates driven by user feedback — all while respecting Hak5's intellectual property.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmmelmw7nbr788eedu2kn.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmmelmw7nbr788eedu2kn.png" alt="Hak5 Disclaimer"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Getting Started
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Install the DuckyScript Cookbook&lt;/strong&gt; from the &lt;a href="https://marketplace.visualstudio.com/items?itemName=Aleff.duckyscriptcookbook" rel="noopener noreferrer"&gt;VSCode Marketplace&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Open a new or existing text file where you want to write DuckyScript.&lt;/li&gt;
&lt;li&gt;Use the command palette or shortcut to insert snippets instantly.&lt;/li&gt;
&lt;li&gt;Watch your productivity soar! 🐤&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;
  
  
  Looking Ahead:
&lt;/h3&gt;

&lt;p&gt;This is just the beginning! We’ve got plans for even more snippets, community contributions, and additional features in future updates. We’re always open to feedback, so if you have ideas or suggestions, drop by our &lt;a href="https://github.com/aleff-github/DuckyScriptCookbook" rel="noopener noreferrer"&gt;GitHub repository&lt;/a&gt; and &lt;a href="https://github.com/aleff-github/DuckyScriptCookbook/issues" rel="noopener noreferrer"&gt;contribute&lt;/a&gt;!&lt;/p&gt;

&lt;p&gt;Let the ducks take your scripts to the next level!&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
