<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hilltop CTF on MichelleWayZ | Michelle Goossens | Blog</title><link>https://blog.michellewayz.com/categories/hilltop-ctf/</link><description>Recent content in Hilltop CTF on MichelleWayZ | Michelle Goossens | Blog</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>Copyright © 2019-2026, Michelle Goossens.</copyright><lastBuildDate>Thu, 04 Jun 2020 21:42:45 +0000</lastBuildDate><atom:link href="https://blog.michellewayz.com/categories/hilltop-ctf/index.xml" rel="self" type="application/rss+xml"/><item><title>Hilltop CTF – Writeups</title><link>https://blog.michellewayz.com/hilltop-ctf-writeups/</link><pubDate>Thu, 04 Jun 2020 21:42:45 +0000</pubDate><guid>https://blog.michellewayz.com/hilltop-ctf-writeups/</guid><description>
&lt;p&gt;Hi everyone,&lt;/p&gt;
&lt;p&gt;A blog post on a different topic this time. I was a Content Engineer for the &lt;a href="https://capturetheflag.online/"&gt;Hilltop CTF&lt;/a&gt; event.&lt;/p&gt;
&lt;h1 id="write-up-for-the-fuzz-challenge-"&gt;Write-up for the Fuzz challenge.&lt;/h1&gt;
&lt;h4 id="challenge-name-fuzz"&gt;Challenge name: Fuzz&lt;/h4&gt;
&lt;h4 id="creator-masterwayz"&gt;Creator: MasterWayZ&lt;/h4&gt;
&lt;h4 id="category-analysis-fuzzing"&gt;Category: Analysis/Fuzzing&lt;/h4&gt;
&lt;hr class="wp-block-separator" /&gt;
&lt;h2 id="summary-"&gt;Summary:&lt;/h2&gt;
&lt;p&gt;The user is given a URL to look at: &lt;a href="http://shellserver1.hilltopctf.masterwayz.nl:5876/"&gt;http://shellserver1.hilltopctf.masterwayz.nl:5876/&lt;/a&gt;&lt;/p&gt;
&lt;h2 id="how-to-"&gt;How-To:&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Using a program like gobuster, we can try to see what directories exist: &lt;code&gt;gobuster dir -u http://shellserver1.hilltopctf.masterwayz.nl:5876/ -w /usr/share/wordlists/dirbuster/directory-list-2.3-medium.txt&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;We get a /301 redirect of /penguins. From here, it’s a matter of running &lt;code&gt;gobuster dir -u http://shellserver1.hilltopctf.masterwayz.nl:5876/penguins/ -w /usr/share/wordlists/dirbuster/directory-list-2.3-medium.txt -x txt&lt;/code&gt;. The txt extension comes from the .txt file part in the README.md file.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="explanation-"&gt;Explanation:&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;We use &lt;code&gt;gobuster&lt;/code&gt; to try to see what folder it is hidden in. &lt;code&gt;dir&lt;/code&gt; specifies directory mode, &lt;code&gt;-u&lt;/code&gt; specifies the URL and &lt;code&gt;-w&lt;/code&gt; specifies the wordlist.&lt;/li&gt;
&lt;li&gt;a 301 redirect of /penguins means that we’ve found something. Now we need to find the file in that directory. The new flag, &lt;code&gt;-x&lt;/code&gt; specifies the extension used by &lt;code&gt;gobuster&lt;/code&gt; to try to find files.&lt;/li&gt;
&lt;/ul&gt;
&lt;hr class="wp-block-separator" /&gt;
&lt;h1 id="write-up-for-the-fuzzy-challenge-"&gt;Write-up for the Fuzzy challenge.&lt;/h1&gt;
&lt;h4 id="challenge-name-fuzzy"&gt;Challenge name: Fuzzy&lt;/h4&gt;
&lt;h4 id="creator-masterwayz"&gt;Creator: MasterWayZ&lt;/h4&gt;
&lt;h4 id="category-analysis-fuzzing-attacks-cracking"&gt;Category: Analysis/Fuzzing, Attacks/Cracking&lt;/h4&gt;
&lt;hr class="wp-block-separator" /&gt;
&lt;h2 id="summary-"&gt;Summary:&lt;/h2&gt;
&lt;p&gt;For this challenge, you need to fuzz a Flask webserver to start with. Followed by brute-forcing a password and then automating or guessing the missing character in the flag.&lt;/p&gt;</description></item></channel></rss>