home.social

#htbstartingpoint β€” Public Fediverse posts

Live and recent posts from across the Fediverse tagged #htbstartingpoint, aggregated by home.social.

  1. New HTB walkthrough: REDEEMER (Tier 0) - Redis fundamentals for beginners.

    Redis is everywhere! Caching, session stores, job queues – and when it is exposed or misconfigured, it can leak sensitive data. I just published a beginner-focused walkthrough that covers:

    πŸ”Ή How sensitive data can be stored directly in memory
    πŸ”Ή What Redis is and common use cases
    πŸ”Ή Why you shouldn't expose Redis without authentication
    πŸ”Ή How to identify Redis with Nmap (port 6379)
    πŸ”Ή How to connect with "redis-cli", enumerate keys and databases
    πŸ”Ή Why "KEYS *" is fine for CTFs but use "SCAN" in production

    This is part of my ongoing Hack The Box Starting Point – Step-by-Step Walkthrough for Beginners series, where the goal is to help newcomers build strong fundamentals in ethical hacking.

    πŸŽ₯ Watch the HTB Redeemer walkthrough here:

    β–Ά youtube.com/watch?v=81JN1vy1HGY

    πŸ“‚ Full playlist:

    β–Ά youtube.com/playlist?list=PL2m

    If you are transitioning into cybersecurity, bug bounty, or pentesting - this series is built for you.

    Happy learning and keep hacking ethically πŸ”

    #CyberSecurity #EthicalHacking #HackTheBox #PenetrationTesting #Learning #TechEducation #BeginnerHacking #HTBStartingPoint #Nmap #KaliLinux #redis

  2. πŸ’‘ Understanding core network protocols is fundamental for any aspiring cyber security professional. One of the most common that you will encounter is SMB (Server Message Block).

    In my latest video, I provide a detailed, beginner friendly walkthrough of the "DANCING" machine from Hack The Box, focusing entirely on SMB enumeration and access πŸš€

    You will learn:
    πŸ”Ή What SMB (Server Message Block) is and how it works
    πŸ”Ή Common SMB ports (139 & 445) and why they matter
    πŸ”Ή How to use Nmap for targeted service enumeration such as SMB services
    πŸ”Ή How to enumerate SMB shares using smbclient
    πŸ”Ή Understanding anonymous / misconfigured shares
    πŸ”Ή Downloading files from SMB shares and capturing the flag

    This is a perfect starting point for anyone new to ethical hacking.

    πŸŽ₯ Watch the HTB DANCING walkthrough here:

    youtube.com/watch?v=CpaBWeq9JU8

    πŸ“‚ Full playlist:

    youtube.com/playlist?list=PL2m

    If you are transitioning into cybersecurity, bug bounty, or pentesting - this series is built for you.

    Happy learning and keep hacking ethically πŸ”

    #CyberSecurity #EthicalHacking #HackTheBox #PenetrationTesting #Learning #TechEducation #BeginnerHacking #HTBStartingPoint #Nmap #KaliLinux #SMB

  3. Just published a new beginner-friendly walkthrough for Hack The Box Starting Point - FAWN (Tier 0).

    This machine is an excellent introduction to FTP (File Transfer Protocol) and helps beginners understand:
    πŸ”Ή How FTP works
    πŸ”Ή Why FTP is insecure by design
    πŸ”Ή What are the secure alternatives of FTP
    πŸ”Ή How attackers enumerate services using Nmap
    πŸ”Ή How anonymous FTP login works
    πŸ”Ή What is the man command
    πŸ”Ή How to retrieve files and capture the flag

    Instead of rushing through commands, this walkthrough explains the concepts behind every step, which is something I wish I had when I first started learning ethical hacking.

    If you are new to penetration testing or is an aspiring ethical hacker, Hack The Box Starting Point is a fantastic learning platform.

    πŸŽ₯ Watch the FAWN walkthrough here:

    youtube.com/watch?v=SLFJOEq5w6Y

    πŸ“‚ Full playlist:

    youtube.com/watch?v=OqxPRwP8t_

    If you are transitioning into cybersecurity, bug bounty, or pentesting - this series is built for you.

    Happy learning and keep hacking ethically πŸ”

    #CyberSecurity #EthicalHacking #HackTheBox #PenetrationTesting #Learning #TechEducation #BeginnerHacking #HTBStartingPoint #Nmap #KaliLinux #FTP