<?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: Jojin John</title>
    <description>The latest articles on DEV Community by Jojin John (@jojin1709).</description>
    <link>https://dev.to/jojin1709</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%2F4055189%2F6b1b20e0-f3d9-4bb0-bf04-280ea78e8505.jpg</url>
      <title>DEV Community: Jojin John</title>
      <link>https://dev.to/jojin1709</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jojin1709"/>
    <language>en</language>
    <item>
      <title>Building CyvoraX Suite: An Open-Source Web Security &amp; Penetration Testing Workbench</title>
      <dc:creator>Jojin John</dc:creator>
      <pubDate>Thu, 30 Jul 2026 13:43:03 +0000</pubDate>
      <link>https://dev.to/jojin1709/building-cyvorax-suite-an-open-source-web-security-penetration-testing-workbench-jog</link>
      <guid>https://dev.to/jojin1709/building-cyvorax-suite-an-open-source-web-security-penetration-testing-workbench-jog</guid>
      <description>&lt;h1&gt;
  
  
  Building CyvoraX Suite: An Open-Source Web Security &amp;amp; Penetration Testing Workbench
&lt;/h1&gt;

&lt;p&gt;Hello everyone! 👋&lt;/p&gt;

&lt;p&gt;Over the past several months, I've been working on &lt;strong&gt;CyvoraX Suite&lt;/strong&gt;, an open-source desktop application for web security testing and penetration testing.&lt;/p&gt;

&lt;p&gt;The project is still &lt;strong&gt;under active development&lt;/strong&gt;, and I'm sharing it early because I believe open-source software improves when it's built with community feedback rather than behind closed doors.&lt;/p&gt;




&lt;h1&gt;
  
  
  Why I Started This Project
&lt;/h1&gt;

&lt;p&gt;As someone interested in cybersecurity and bug bounty hunting, I wanted to understand how professional web security tools work under the hood.&lt;/p&gt;

&lt;p&gt;Rather than simply using existing tools, I wanted to explore questions like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;How does a MITM proxy intercept HTTPS traffic?&lt;/li&gt;
&lt;li&gt;How can HTTP requests and responses be modified efficiently?&lt;/li&gt;
&lt;li&gt;What does a scalable plugin architecture look like?&lt;/li&gt;
&lt;li&gt;How can AI assist security researchers without replacing human analysis?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Those questions eventually became &lt;strong&gt;CyvoraX Suite&lt;/strong&gt;.&lt;/p&gt;




&lt;h1&gt;
  
  
  Tech Stack
&lt;/h1&gt;

&lt;p&gt;The project is primarily built with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Java 17&lt;/li&gt;
&lt;li&gt;JavaFX&lt;/li&gt;
&lt;li&gt;Netty&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;To keep the architecture modular, some components are implemented using:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Rust&lt;/li&gt;
&lt;li&gt;Go&lt;/li&gt;
&lt;li&gt;C&lt;/li&gt;
&lt;li&gt;C++&lt;/li&gt;
&lt;li&gt;C#&lt;/li&gt;
&lt;/ul&gt;




&lt;h1&gt;
  
  
  Current Features
&lt;/h1&gt;

&lt;p&gt;Current functionality includes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🛡️ MITM Interception Proxy&lt;/li&gt;
&lt;li&gt;🌐 HTTP Request &amp;amp; Response Editor&lt;/li&gt;
&lt;li&gt;🗺️ Target Site Mapping&lt;/li&gt;
&lt;li&gt;⚡ Turbo Intruder&lt;/li&gt;
&lt;li&gt;🤖 AI Vulnerability Assistant&lt;/li&gt;
&lt;li&gt;🔌 Modular Plugin Architecture&lt;/li&gt;
&lt;/ul&gt;




&lt;h1&gt;
  
  
  Current Status
&lt;/h1&gt;

&lt;p&gt;The project is functional, but it is &lt;strong&gt;not feature complete&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Some areas still need work, including:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;UI/UX improvements&lt;/li&gt;
&lt;li&gt;Additional proxy features&lt;/li&gt;
&lt;li&gt;More scanners&lt;/li&gt;
&lt;li&gt;Better documentation&lt;/li&gt;
&lt;li&gt;Performance optimizations&lt;/li&gt;
&lt;li&gt;Testing&lt;/li&gt;
&lt;li&gt;Plugin ecosystem&lt;/li&gt;
&lt;/ul&gt;




&lt;h1&gt;
  
  
  Looking for Contributors
&lt;/h1&gt;

&lt;p&gt;I'd love to collaborate with developers interested in:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Java&lt;/li&gt;
&lt;li&gt;JavaFX&lt;/li&gt;
&lt;li&gt;Netty&lt;/li&gt;
&lt;li&gt;Rust&lt;/li&gt;
&lt;li&gt;Go&lt;/li&gt;
&lt;li&gt;C/C++&lt;/li&gt;
&lt;li&gt;UI/UX&lt;/li&gt;
&lt;li&gt;Documentation&lt;/li&gt;
&lt;li&gt;Web Security&lt;/li&gt;
&lt;li&gt;Testing&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Whether you're fixing bugs, improving the UI, writing documentation, or implementing new features, every contribution is appreciated.&lt;/p&gt;




&lt;h1&gt;
  
  
  Roadmap
&lt;/h1&gt;

&lt;p&gt;Some of the features I'm planning include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;HTTP/3 support&lt;/li&gt;
&lt;li&gt;Additional vulnerability scanners&lt;/li&gt;
&lt;li&gt;Plugin SDK improvements&lt;/li&gt;
&lt;li&gt;Better AI workflows&lt;/li&gt;
&lt;li&gt;Performance optimizations&lt;/li&gt;
&lt;li&gt;Improved reporting&lt;/li&gt;
&lt;li&gt;More cross-platform support&lt;/li&gt;
&lt;/ul&gt;




&lt;h1&gt;
  
  
  Feedback Welcome
&lt;/h1&gt;

&lt;p&gt;If you have suggestions about the architecture, performance, user experience, or feature set, I'd genuinely appreciate your feedback.&lt;/p&gt;

&lt;p&gt;Open-source projects become better through discussion and collaboration.&lt;/p&gt;




&lt;h1&gt;
  
  
  GitHub
&lt;/h1&gt;

&lt;p&gt;⭐ Repository:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/jojin1709/CyvoraX-Suite" rel="noopener noreferrer"&gt;https://github.com/jojin1709/CyvoraX-Suite&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🌐 Website:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://jojin1709.github.io/CyvoraX-Suite/" rel="noopener noreferrer"&gt;https://jojin1709.github.io/CyvoraX-Suite/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thank you for reading!&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>java</category>
      <category>webdev</category>
      <category>cybersecurity</category>
    </item>
  </channel>
</rss>
