<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hutgrabber</title><link>https://hutlab.dev/</link><description>Recent content on Hutgrabber</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sat, 05 Oct 2024 00:00:00 +0000</lastBuildDate><atom:link href="https://hutlab.dev/index.xml" rel="self" type="application/rss+xml"/><item><title>All Things SSH - Part 1</title><link>https://hutlab.dev/posts/ssh-part-1/</link><pubDate>Sat, 05 Oct 2024 00:00:00 +0000</pubDate><guid>https://hutlab.dev/posts/ssh-part-1/</guid><description>&lt;p&gt;Alright, so this one's pretty interesting! As you might have guessed from the title, this one is going to be a multi-part-series. We will start by covering the basics of SecureShell – setup, keys, configs and more. In the following posts I plan to cover other topics like hardening ssh servers and using ssh as a nifty tool for red teaming.&lt;/p&gt;&lt;p&gt;You will learn about things you never knew the SSH service could do. So hang tight :)&lt;/p&gt;</description></item><item><title>About Me</title><link>https://hutlab.dev/about/</link><pubDate>Thu, 26 Sep 2024 00:00:00 +0000</pubDate><guid>https://hutlab.dev/about/</guid><description>&lt;h3 id="the-hacker"&gt;&lt;strong&gt;The Hacker&amp;rsquo;s Brew.&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;Hey there! I&amp;rsquo;m &lt;em&gt;&lt;strong&gt;Sparsh&lt;/strong&gt;&lt;/em&gt;, your friendly neighborhood &lt;em&gt;Penetration Tester&lt;/em&gt;, &lt;em&gt;Cybersecurity Enthusiast&lt;/em&gt; and an &lt;em&gt;Analyst&lt;/em&gt; at &lt;em&gt;CrowdStrike&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;Apart from using platforms like &lt;em&gt;TryHackMe&lt;/em&gt;, &lt;em&gt;HackTheBox&lt;/em&gt; or various &lt;em&gt;CTF Challenges&lt;/em&gt; I like to keep my skills sharp by interacting with others in the field of security. I am a part of the &lt;em&gt;(ISC)2 NoVA Chapter&lt;/em&gt;, I co-own a &lt;em&gt;Discord server&lt;/em&gt; that has more than 250 cybersecurity graduates from my university and in the future I look forward to attending various security conferences like &lt;em&gt;DefCON&lt;/em&gt;.&lt;/p&gt;</description></item><item><title>The Author's Desk</title><link>https://hutlab.dev/author/</link><pubDate>Tue, 24 Sep 2024 00:00:00 +0000</pubDate><guid>https://hutlab.dev/author/</guid><description>&lt;p&gt;Welcome and thank you for joining this website! This space is dedicated to sharing insights into the blog writing process and my plans for this platform.&lt;/p&gt;
&lt;h2 id="the-blogging-spirit"&gt;The Blogging Spirit&lt;/h2&gt;
&lt;p&gt;Writing a blog is both an exciting and challenging endeavor. It involves a delicate balance of technical knowledge, creativity, and consistent effort. The process typically begins with brainstorming ideas, researching topics, and outlining content. Then comes the writing phase, where thoughts are transformed into coherent articles. Finally, there&amp;rsquo;s editing, proofreading, and optimizing for discoverability before publication.&lt;/p&gt;</description></item><item><title>The Hacker Mindset — From Mind to Machine</title><link>https://hutlab.dev/posts/the-hacker-mindset/</link><pubDate>Thu, 19 Sep 2024 00:00:00 +0000</pubDate><guid>https://hutlab.dev/posts/the-hacker-mindset/</guid><description>&lt;h4 id="preface-sub"&gt;&lt;em&gt;A Guide to Developing the Right Mindset and Toolset to Master the Art of Cyber Intrusion.&lt;/em&gt;&lt;/h4&gt;&lt;hr&gt;&lt;h3 id="preface"&gt;\ Preface&lt;/h3&gt;&lt;p&gt;This blog aims to cover things that I believe are invaluable for anyone starting their journey as a penetration tester. That being said, there is also a section in the blog that intrigues people who are looking for something zesty.&lt;/p&gt;&lt;p&gt;It's deeply personal to me, as I'm sharing insights I wish someone had given me when I was starting out. From developing a problem-solving mindset to setting up your terminal for maximum efficiency, &lt;strong&gt;this blog is for both beginners and veterans alike&lt;/strong&gt;. We'll explore practical tips, common pitfalls to avoid, and strategies to accelerate your growth in this field. Whether you're looking to sharpen your technical skills or cultivate the right mindset, I think you're in for a real treat.&lt;/p&gt;</description></item><item><title>Bring Your Own Image</title><link>https://hutlab.dev/posts/bring-your-own-image/</link><pubDate>Sat, 14 Sep 2024 00:00:00 +0000</pubDate><guid>https://hutlab.dev/posts/bring-your-own-image/</guid><description>&lt;p&gt;Creating instances with your custom VM image in the cloud.&lt;/p&gt;&lt;hr&gt;&lt;p&gt;There are several cloud providers out there which give you various cloud services from IaaS to SaaS. These days, everything in the cloud is a service which mostly proves to be very useful for various kinds of use cases. In this document we will attempt to lay out ways in which custom VM images can be created, and uploaded to Cloud Service Providers which can then be used to create virtual machine instances on their platform. The specific issue I was facing with the ENPM634 class is that the VMs that are given to the students can only be run on x86_64 systems. Since I have an M1 Mac which is ARM based, there is only one other option, which is to upload the image to the cloud and boot it there so that it can be used as the course demands.&lt;/p&gt;</description></item><item><title>Git &amp; GitHub</title><link>https://hutlab.dev/posts/git-and-github/</link><pubDate>Mon, 15 Jan 2024 00:00:00 +0000</pubDate><guid>https://hutlab.dev/posts/git-and-github/</guid><description>&lt;p&gt;&lt;em&gt;A Beginner's Guide.&lt;/em&gt;&lt;/p&gt;&lt;p&gt;If you have anything to do pertaining to do with IT or code, you have sure as hell come across the term 'git'. This is my first ever blog post, the goal of which is to help pure beginners to setup &amp;amp; get started with Git.&lt;/p&gt;&lt;hr&gt;&lt;h4&gt;📘 Difference between Git &amp;amp; GitHub&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;Git and GitHub are both popular tools for software development, but they serve different purposes. Git is a version control system, while GitHub is a web-based hosting service for Git repositories.&lt;/li&gt;&lt;li&gt;Git is a free and open-source software that allows you to track changes in your code over time. It's a distributed version control system, which means that you can work on your code offline and then sync your changes with a remote repository.&lt;/li&gt;&lt;li&gt;GitHub is a web-based hosting service for Git repositories. It provides a number of features that make it easy to manage and collaborate on projects, including a GUI, web-based interface, notification system, code review system, and pull request system.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;In short, Git is a tool for managing your code, while GitHub is a platform for hosting and collaborating on Git repositories.&lt;/p&gt;</description></item><item><title>Search</title><link>https://hutlab.dev/search/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://hutlab.dev/search/</guid><description/></item></channel></rss>