<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Posts on Hutgrabber</title><link>https://hutlab.dev/posts/</link><description>Recent content in Posts 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/posts/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>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></channel></rss>