#htbstartingpoint β Public Fediverse posts
Live and recent posts from across the Fediverse tagged #htbstartingpoint, aggregated by home.social.
-
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 productionThis 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:
βΆ https://www.youtube.com/watch?v=81JN1vy1HGY
π Full playlist:
βΆ https://www.youtube.com/playlist?list=PL2mncq0mb-6iZ6ngDmwGEywmxnCYwO2s_
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
-
π‘ 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 flagThis is a perfect starting point for anyone new to ethical hacking.
π₯ Watch the HTB DANCING walkthrough here:
https://www.youtube.com/watch?v=CpaBWeq9JU8
π Full playlist:
https://www.youtube.com/playlist?list=PL2mncq0mb-6iZ6ngDmwGEywmxnCYwO2s_
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
-
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 flagInstead 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:
https://www.youtube.com/watch?v=SLFJOEq5w6Y
π Full playlist:
https://www.youtube.com/watch?v=OqxPRwP8t_s&list=PL2mncq0mb-6iZ6ngDmwGEywmxnCYwO2s_
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