<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Home on Aswin Krishna ( 733n_wolf ) — Blog</title><link>https://733nwolf.is-a.dev/blog/</link><description>Recent content in Home on Aswin Krishna ( 733n_wolf ) — Blog</description><generator>Hugo -- gohugo.io</generator><language>en-US</language><managingEditor>733nwolf@gmail.com (Aswin Krishna)</managingEditor><webMaster>733nwolf@gmail.com (Aswin Krishna)</webMaster><lastBuildDate>Sat, 23 Nov 2024 10:00:00 +0000</lastBuildDate><atom:link href="https://733nwolf.is-a.dev/blog/index.xml" rel="self" type="application/rss+xml"/><item><title>DWVA Report by Aswin Krishna</title><link>https://733nwolf.is-a.dev/blog/posts/dwva-report-by-aswin-krishna/</link><pubDate>Sat, 23 Nov 2024 10:00:00 +0000</pubDate><guid>https://733nwolf.is-a.dev/blog/posts/dwva-report-by-aswin-krishna/</guid><author>733nwolf@gmail.com (Aswin Krishna)</author><description>&lt;p&gt;This post documents the DWVA (Damn Vulnerable Web Application) pentesting engagement conducted by Aswin Krishna.&lt;/p&gt;
&lt;p&gt;The attached PDF report is available below for inline viewing, and users can also download the file.&lt;/p&gt;
&lt;div class="pdf-container" data-pdf="https://733nwolf.is-a.dev/assets/pdfs/DWVA_report_by_aswin_krishna.pdf"&gt;&lt;/div&gt;
&lt;h2 id="summary"&gt;Summary&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Target: DWVA web application&lt;/li&gt;
&lt;li&gt;Focus: web application security testing and exploitation&lt;/li&gt;
&lt;li&gt;Outcome: findings, remediation, and lessons learned&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Read the full report inside the embedded viewer above.&lt;/p&gt;</description></item><item><title>TJCTF 2026: Web / Treasure Hunt Writeup</title><link>https://733nwolf.is-a.dev/blog/posts/tjctf_2026_writeups/</link><pubDate>Fri, 24 May 2024 12:00:00 +0000</pubDate><guid>https://733nwolf.is-a.dev/blog/posts/tjctf_2026_writeups/</guid><author>733nwolf@gmail.com (Aswin Krishna)</author><description>&lt;h1 id="tjctf---webtreasure-hunt-writeup"&gt;TJCTF - web/treasure-hunt Writeup&lt;/h1&gt;
&lt;p&gt;&lt;img src="https://733nwolf.is-a.dev/blog/assets/images/image-53.png?width=102&amp;amp;height=102" alt="CTF Logo"&gt;&lt;/p&gt;
&lt;h2 id="challenge-information"&gt;Challenge Information&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Category:&lt;/strong&gt; Web&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Challenge Name:&lt;/strong&gt; treasure-hunt&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="description"&gt;Description&lt;/h3&gt;
&lt;blockquote&gt;
&lt;p&gt;Let&amp;rsquo;s go hunt down some treasure! The flag is split into 4 parts. I&amp;rsquo;ll give you the first one right here: &lt;code&gt;tjctf&lt;/code&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;img src="https://733nwolf.is-a.dev/blog/assets/images/image-46.png" alt="desc"&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h1 id="recon"&gt;Recon&lt;/h1&gt;
&lt;p&gt;The challenge is a simple web application with multiple hidden clues spread across different endpoints.&lt;/p&gt;
&lt;h2 id="discovered-endpoints"&gt;Discovered Endpoints&lt;/h2&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Method&lt;/th&gt;
&lt;th&gt;Endpoint&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;GET&lt;/td&gt;
&lt;td&gt;&lt;code&gt;/&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Main index page containing hidden HTML&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;POST&lt;/td&gt;
&lt;td&gt;&lt;code&gt;/&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Form submission endpoint returning a redirect&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;GET&lt;/td&gt;
&lt;td&gt;&lt;code&gt;/extra_info&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Redirect destination&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;GET&lt;/td&gt;
&lt;td&gt;&lt;code&gt;/robots.txt&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Reveals hidden paths&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;GET&lt;/td&gt;
&lt;td&gt;&lt;code&gt;/gold-coffer&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Hidden endpoint containing flag data&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;GET&lt;/td&gt;
&lt;td&gt;&lt;code&gt;/static/styles.css&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Stylesheet&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;GET&lt;/td&gt;
&lt;td&gt;&lt;code&gt;/static/ship.png&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Image&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;GET&lt;/td&gt;
&lt;td&gt;&lt;code&gt;/static/penguin.png&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Image&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;No JavaScript files or authentication mechanisms were present.&lt;/p&gt;</description></item><item><title>About</title><link>https://733nwolf.is-a.dev/blog/about/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://733nwolf.is-a.dev/blog/about/</guid><author>733nwolf@gmail.com (Aswin Krishna)</author><description>&lt;p&gt;This blog showcases cybersecurity research, CTF writeups, and pentesting reports from Aswin Krishna.&lt;/p&gt;
&lt;p&gt;It is powered by the Hugo Awesome Blog theme for a polished reading experience.&lt;/p&gt;</description></item></channel></rss>