<?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: Muhamed Maxhuni</title>
    <description>The latest articles on DEV Community by Muhamed Maxhuni (@muhamedmaxhuni).</description>
    <link>https://dev.to/muhamedmaxhuni</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%2F3912611%2Fdfa08f42-e894-42e6-89f2-d7d69b3661ac.png</url>
      <title>DEV Community: Muhamed Maxhuni</title>
      <link>https://dev.to/muhamedmaxhuni</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/muhamedmaxhuni"/>
    <language>en</language>
    <item>
      <title>Learning Progress Pt.59</title>
      <dc:creator>Muhamed Maxhuni</dc:creator>
      <pubDate>Sat, 22 Aug 2026 23:13:47 +0000</pubDate>
      <link>https://dev.to/muhamedmaxhuni/learning-progress-pt59-3mll</link>
      <guid>https://dev.to/muhamedmaxhuni/learning-progress-pt59-3mll</guid>
      <description>&lt;p&gt;&lt;strong&gt;Daily learning part fifty-nine.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Today was another productive day. I wrote about 130-140 lines of code. I added a subdomain enumeration function, a common port scanner, server fingerprint, and added everything into the interactive CLI. I think I should end this series because my goal now is productivity, coding, and testing my skills. All that's left for learning is to train a little bit more for the Security+ certificate.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"I fear not the man who has practiced 10,000 kicks once, but I fear the man who has practiced one kick 10,000 times."  &lt;em&gt;Bruce Lee&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>productivity</category>
    </item>
    <item>
      <title>Learning Progress Pt.58</title>
      <dc:creator>Muhamed Maxhuni</dc:creator>
      <pubDate>Fri, 21 Aug 2026 22:23:57 +0000</pubDate>
      <link>https://dev.to/muhamedmaxhuni/learning-progress-pt58-1j9</link>
      <guid>https://dev.to/muhamedmaxhuni/learning-progress-pt58-1j9</guid>
      <description>&lt;p&gt;&lt;strong&gt;Daily learning part fifty-eight.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Today was a focused day. I started a new project with Python. I decided to make a new tool, a web vulnerability scanner. I can't tell you exactly what the final tool will include yet, but I have a plan for a few tools I want to add, and I could add more later. Today I added a security header check, a directory enumerator, basic error handling for requests, an interactive CLI with a banner and a menu, and clean separation of functions. I am done for today. I wrote around 140 lines of Python.&lt;/p&gt;

&lt;p&gt;"Simplicity is the ultimate sophistication." &lt;em&gt;Leonardo da Vinci&lt;/em&gt;&lt;/p&gt;

</description>
      <category>productivity</category>
    </item>
    <item>
      <title>Learning Progress Pt.57</title>
      <dc:creator>Muhamed Maxhuni</dc:creator>
      <pubDate>Thu, 20 Aug 2026 23:25:44 +0000</pubDate>
      <link>https://dev.to/muhamedmaxhuni/learning-progress-pt57-2f6b</link>
      <guid>https://dev.to/muhamedmaxhuni/learning-progress-pt57-2f6b</guid>
      <description>&lt;p&gt;&lt;strong&gt;Daily learning part fifty-seven.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Today I finished the C2 (Command &amp;amp; Control) project. Firstly, I implemented TLS encryption in the C2 server by generating a self signed certificate and configuring flask to serve HTTPS instead of HTTP. Then I added XOR encryption with base64 encoding to both task commands and result outputs. I added threading to the agent file so it allows the agent to execute long running commands in the background while still checking for new tasks. I uploaded the project to GitHub.&lt;/p&gt;

&lt;p&gt;GitHub repo link:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://dev.tourl"&gt;https://github.com/4ynow/flask-c2-server&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"The dynamic laws of service have a way of compounding. The more you do, the more you can do." &lt;em&gt;Mary McLeod Bethune&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>productivity</category>
    </item>
    <item>
      <title>Learning Progress Pt.56</title>
      <dc:creator>Muhamed Maxhuni</dc:creator>
      <pubDate>Wed, 19 Aug 2026 20:18:48 +0000</pubDate>
      <link>https://dev.to/muhamedmaxhuni/learning-progress-pt56-2c6f</link>
      <guid>https://dev.to/muhamedmaxhuni/learning-progress-pt56-2c6f</guid>
      <description>&lt;p&gt;&lt;strong&gt;Daily learning part fifty-six.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Today I spent about 3-5 hours coding. I wrote about 110-150 lines of code. I deleted the argparse file and decided to go with a more interesting idea. I decided to go with an interactive operator CLI. I added a bunch of commands, help, task, results, list etc. I added persistence to both the server and agent side. I also added a kill switch to delete everything, it can delete the data of a connection with a user or the whole server data. Tomorrow I am planning on finishing the project.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"Ideas are the beginning points of all fortunes."  &lt;em&gt;Napoleon Hill&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>learning</category>
      <category>productivity</category>
    </item>
    <item>
      <title>Learning Progress Pt.55</title>
      <dc:creator>Muhamed Maxhuni</dc:creator>
      <pubDate>Tue, 18 Aug 2026 19:42:29 +0000</pubDate>
      <link>https://dev.to/muhamedmaxhuni/learning-progress-pt55-1cc1</link>
      <guid>https://dev.to/muhamedmaxhuni/learning-progress-pt55-1cc1</guid>
      <description>&lt;p&gt;&lt;strong&gt;Daily learning part fifty-five.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I am back. After almost a month of no sessions, I am finally back. It was a series of events that led to my break. I was traveling, visiting family and cousins, and my home wasn't accessible for almost 20 days. During that time, I read books and reviewed lessons so when I came back I would be able to continue learning. I started my sessions three days ago but I didn't blog them because I spent most of the time reviewing lessons. Today I wrote 220 lines of code in Python. I am building a C2 (Client &amp;amp; Command) server. For now the server works and I can get the agents to execute commands, but over the next few days I will try to perfect it. I am getting better at Python and I have almost reached the level of skill I wanted to have for Python. After 2-3 weeks I am going to move on to JS, HTML &amp;amp; CSS. This break slowed me down a lot and I hate that. That's why I am going to not take breaks longer than a week Inshallah.&lt;/p&gt;

&lt;p&gt;I spent about 4-5 hours today only on Python. The plans for Sec+ have changed. I am planning to study for it in September or October and take the test a month later.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"Quietly do the next and most necessary thing." &lt;em&gt;Carl Jung&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>learning</category>
      <category>productivity</category>
    </item>
    <item>
      <title>Learning Progress Pt.54</title>
      <dc:creator>Muhamed Maxhuni</dc:creator>
      <pubDate>Mon, 20 Jul 2026 23:59:45 +0000</pubDate>
      <link>https://dev.to/muhamedmaxhuni/learning-progress-pt54-4834</link>
      <guid>https://dev.to/muhamedmaxhuni/learning-progress-pt54-4834</guid>
      <description>&lt;p&gt;&lt;strong&gt;Daily learning part fifty-four.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I started today's session at 17:00. I worked on some private projects and reviewed some math lessons. After that I started the security+ learning session. I am planning about taking the test in about 2 months from now. After finishing the session I spent time doing some research, debugging some code and finally finished the session at 21:30. &lt;/p&gt;

&lt;p&gt;"What we know is a drop, what we don't know is an ocean." &lt;em&gt;Isaac Newton&lt;/em&gt;&lt;/p&gt;

</description>
      <category>productivity</category>
    </item>
    <item>
      <title>Learning Progress Pt.53</title>
      <dc:creator>Muhamed Maxhuni</dc:creator>
      <pubDate>Mon, 20 Jul 2026 13:18:41 +0000</pubDate>
      <link>https://dev.to/muhamedmaxhuni/learning-progress-pt53-3dji</link>
      <guid>https://dev.to/muhamedmaxhuni/learning-progress-pt53-3dji</guid>
      <description>&lt;p&gt;&lt;strong&gt;Daily learning part fifty-three.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I am posting a day late again. I'm sorry about that.&lt;/p&gt;

&lt;p&gt;I started the session at 16:00. I spent some time doing research, working on some projects which I have decided not to make public. Right now I'm preparing to get the Security+ certification. I am following the Professor Messer training course on YouTube. And by the end of the session I just spent some time reading.&lt;/p&gt;

&lt;p&gt;I finished the session at 22:15.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"Try not to become a man of success. Rather become a man of value." &lt;em&gt;Albert Einstein&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>learning</category>
    </item>
    <item>
      <title>Learning Progress Pt.52</title>
      <dc:creator>Muhamed Maxhuni</dc:creator>
      <pubDate>Thu, 16 Jul 2026 22:43:42 +0000</pubDate>
      <link>https://dev.to/muhamedmaxhuni/learning-progress-pt52-3223</link>
      <guid>https://dev.to/muhamedmaxhuni/learning-progress-pt52-3223</guid>
      <description>&lt;p&gt;&lt;strong&gt;Daily learning part fifty-two.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Today I started a new journey to train for the CompTIA Security+. I am going to dedicate the next few months to that and some other ideas I have laid out. I did pretty much that all day, planning and doing some research. I am also working on some projects at the moment. I also spent some hours reading a book. I'm not going to mention every day that I read a book, but it will be a part of my daily routine.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"A leader is a dealer in hope." &lt;em&gt;Napoleon Bonaparte&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>learning</category>
    </item>
    <item>
      <title>Learning Progress Pt.51</title>
      <dc:creator>Muhamed Maxhuni</dc:creator>
      <pubDate>Thu, 16 Jul 2026 07:51:22 +0000</pubDate>
      <link>https://dev.to/muhamedmaxhuni/learning-progress-pt51-54gc</link>
      <guid>https://dev.to/muhamedmaxhuni/learning-progress-pt51-54gc</guid>
      <description>&lt;p&gt;&lt;strong&gt;Daily learning part fifty-one.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I've been missing days because of work trips. Anyway, yesterday I started the session at 17:00. I finally finished the Cybersecurity101 path on TryHackMe. I've also started reading books, and I'm going to focus more on that. The brightest minds on earth put their whole experience into a single book. Books change the way you think. So from now on, books are going to be part of my learning journey.&lt;/p&gt;

&lt;p&gt;I finished the session at 22:00.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“The fool has one great advantage over the wise; he is always satisfied with himself.”  &lt;em&gt;Napoleon&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>learning</category>
    </item>
    <item>
      <title>Learning Progress Pt.50</title>
      <dc:creator>Muhamed Maxhuni</dc:creator>
      <pubDate>Mon, 13 Jul 2026 19:07:50 +0000</pubDate>
      <link>https://dev.to/muhamedmaxhuni/learning-progress-pt50-1eln</link>
      <guid>https://dev.to/muhamedmaxhuni/learning-progress-pt50-1eln</guid>
      <description>&lt;p&gt;&lt;strong&gt;Daily learning part fifty.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I started today's session at 14:30. I spent my day doing rooms on TryHackMe. I don't know exactly how many rooms I did, but I answered 269 questions. I reached #27 in Kosovo. I finished the session at 20:30.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"An army's strength lies not in numbers of men but in Allah's help." &lt;em&gt;Khalid Ibn Walid&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>productivity</category>
    </item>
    <item>
      <title>Learning Progress Pt.49</title>
      <dc:creator>Muhamed Maxhuni</dc:creator>
      <pubDate>Sun, 12 Jul 2026 22:02:09 +0000</pubDate>
      <link>https://dev.to/muhamedmaxhuni/learning-progress-pt49-1kh9</link>
      <guid>https://dev.to/muhamedmaxhuni/learning-progress-pt49-1kh9</guid>
      <description>&lt;p&gt;&lt;strong&gt;Daily learning part forty-nine.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Today I spent the whole day completing TryHackMe rooms. I completed 17 rooms within 5 hours. I also completed a HackTheBox room. I feel like dedicating a day to one field can get more things accomplished. &lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"The most important and most difficult thing in any situation is not the search for the right answer but the search for the right question." &lt;em&gt;HTB - Learning Progress&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>productivity</category>
    </item>
    <item>
      <title>Learning Progress Pt.48</title>
      <dc:creator>Muhamed Maxhuni</dc:creator>
      <pubDate>Fri, 10 Jul 2026 09:26:44 +0000</pubDate>
      <link>https://dev.to/muhamedmaxhuni/learning-progress-pt48-3lmj</link>
      <guid>https://dev.to/muhamedmaxhuni/learning-progress-pt48-3lmj</guid>
      <description>&lt;p&gt;&lt;strong&gt;Daily learning part forty-eight.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Today I started the session at 17:00. Basically all I did for 5 hours was debug the code and finally publish it to GitHub. I also started the Security+ course from Professor Messer. I finished the session at 22:30.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://dev.tourl"&gt;https://github.com/4ynow/cnt&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“Growth must be chosen again and again; fear must be overcome again and again.”  Abraham Maslow&lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>learning</category>
    </item>
  </channel>
</rss>
