<?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: Prince</title>
    <description>The latest articles on DEV Community by Prince (@vrox).</description>
    <link>https://dev.to/vrox</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%2F3838177%2Ff20fb179-e532-4561-a823-10d796d849ab.png</url>
      <title>DEV Community: Prince</title>
      <link>https://dev.to/vrox</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/vrox"/>
    <language>en</language>
    <item>
      <title>I build my own coding language specifically for bug bounty hunters. You will find it on GitHub with setup guide inside README.md 
GitHub: GitHub.com/InterviewCopilot350/Vroxscript
I will upgrade it as per user's request and as well looking for developers</title>
      <dc:creator>Prince</dc:creator>
      <pubDate>Sun, 22 Mar 2026 09:53:10 +0000</pubDate>
      <link>https://dev.to/vrox/i-build-my-own-coding-language-specifically-for-bug-bounty-hunters-you-will-find-it-on-github-with-4jpp</link>
      <guid>https://dev.to/vrox/i-build-my-own-coding-language-specifically-for-bug-bounty-hunters-you-will-find-it-on-github-with-4jpp</guid>
      <description></description>
      <category>opensource</category>
      <category>programming</category>
      <category>security</category>
      <category>showdev</category>
    </item>
    <item>
      <title>I built my own programming language on Android with no laptop. Meet VroxScript.</title>
      <dc:creator>Prince</dc:creator>
      <pubDate>Sun, 22 Mar 2026 09:47:05 +0000</pubDate>
      <link>https://dev.to/vrox/i-built-my-own-programming-language-on-android-with-no-laptop-meet-vroxscript-3hc8</link>
      <guid>https://dev.to/vrox/i-built-my-own-programming-language-on-android-with-no-laptop-meet-vroxscript-3hc8</guid>
      <description>&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;I started learning bug bounty hunting with nothing &lt;br&gt;
but an Android phone and Termux.&lt;/p&gt;

&lt;p&gt;Every time I needed to do recon I had to write &lt;br&gt;
50+ lines of Python just to scan subdomains and &lt;br&gt;
check alive hosts. It was frustrating.&lt;/p&gt;

&lt;p&gt;So I built my own language.&lt;/p&gt;

&lt;h2&gt;
  
  
  Meet VroxScript
&lt;/h2&gt;

&lt;p&gt;VroxScript is a security scripting language where &lt;br&gt;
full recon takes 7 lines instead of 200.&lt;/p&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
vs
scan subdomains target.com &amp;gt;&amp;gt; subs.txt
alive scan_results &amp;gt;&amp;gt; alive.txt
ports target.com &amp;gt;&amp;gt; ports.txt
headers https://target.com &amp;gt;&amp;gt; headers.txt
fuzz https://target.com &amp;gt;&amp;gt; fuzz.txt
secrets fetch_body
report target.com &amp;gt;&amp;gt; report.txt
Built on Android
No laptop. No fancy setup. Just:
Android phone
Termux
Go compiler
Determination
How it works
VroxScript is interpreted by Go which makes it:
Fast — concurrent scanning with goroutines
Portable — single binary
Simple — no dependencies
Features
Subdomain scanning
Port scanning
Directory fuzzing
Security header checking
Secret detection
DNS lookup
Wayback Machine integration
Full report generation
Get it
GitHub: github.com/InterviewCopilot350/vroxscript
What I learned
Building a programming language taught me more
about networking, compilers and Go than any
tutorial ever could.
— Prince, India
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
      <category>security</category>
      <category>go</category>
      <category>programming</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
