Oct 29, 2025 · 8 min read · TARGET IP : 10.10.229.146 Je lance tout d'abord mon scan nmap : nmap -p- -sC -sV 10.10.229.146 -T4 -oN nmap.txt Output: # nmap -p- -sC -sV 10.10.229.146 -T4 -oN nmap.txt Starting Nmap 7.95 ( https://nmap.org ) at 2025-10-29 08:52 EDT Stats: 0:00:24 ...
Join discussionSep 19, 2025 · 6 min read · A defence-first guide to Cross-Site Scripting: learn types of XSS, how attackers think conceptually, safe vulnerable-pattern examples and secure fixes, plus practical Content Security Policy guidance and detection strategies. Introduction Cross-Site ...
Join discussion
Sep 11, 2025 · 3 min read · Cybersecurity is no longer just for hackers or IT teams. In today’s digital age, students and professionals alike must adopt safe online practices to protect their data, careers, and reputations. Discover why cybersecurity matters to everyone and lea...
Join discussion
Sep 8, 2025 · 4 min read · I am so excited to share that I just passed OffSec’s CyberCore - Security Essentials exam. While it wasn't the hardest exam I've taken, it can be pretty intense given the 6 hour timeframe. It might seem like a lot of time, but time can get away from ...
Join discussion
Sep 8, 2025 · 3 min read · Albert Einstein once said "The more I learn, the more I realize how much I don't know". As much as I'd rather be sharing a new credential/certification, I'm very happy to report that I've been hard at work to fill in some knowledge gaps. While I find...
Join discussion
Jun 18, 2025 · 3 min read · Hey again, fellow wanderers of the wire. This chapter took its time. I’ll be honest — getting through cryptography basics was way harder than I expected, and not because the content was overwhelming. It was me. The procrastination, the distractions, ...
Join discussion
Jan 25, 2025 · 13 min read · There are a total of 10 labs, from OVERFLOW1 to OVERFLOW10. I'll guide you through the basic concepts so you can solve the other labs on your own. About The Labs This is an amazing room created by Tib3rius that includes everything you need if you are...
Join discussion
Oct 1, 2024 · 20 min read · Introduction Hello! In this article, I'm going to share my journey towards OSWE certification, in the hope that it can help you in some way. As I'm going to be long-winded, if you prefer a quick answer, I recommend using the table of contents to go d...
Join discussion
Jul 14, 2024 · 4 min read · Enumeration We started executing a full port scan on the host. ╭─[us-free-3]-[10.8.2.220]-[th3g3ntl3m4n@kali]-[~/vulnlab/baby] ╰─ $ sudo nmap -v -sS -Pn -p- 10.10.98.130 --min-rate=300 --max-rate=500 Now, we execute a port scan only on the open por...
Join discussion