I’m a data-driven tech enthusiast with a solid background in computer science and hands-on experience in data analytics, AI, and machine learning. I thrive on turning raw data into actionable insights, building predictive systems, and creating smart tools that solve real-world problems.
Skilled in Python, SQL, Power BI, and Tableau — I’ve led projects across industries like cybersecurity, IoT, and aviation, always focused on impact, innovation, and integrity.
section: “Kubernetes and Cloud Native Essentials (LFS250)” categories: [“Kubernetes and Cloud Native Essentials (LFS250)"] title: “Course Intro” date: 2025-04-30 Course Introduction If you’re new to the world of modern application development and deployment, this course will give you an overview of cloud native technologies and how container orchestration systems like Kubernetes can help to implement them.
Kubernetes is a very popular open source platform for managing containerized workloads and quickly became a standard job requirement in the IT sector.
title: Crocodile date: 2025-06-06 author: Nicos draft: false tags: section: “HTB” categories: [“HTB”] Task 1
What Nmap scanning switch employs the use of default scripts during a scan? ![[Pasted image 20250606180011.png]]
Task 2 What service version is found to be running on port 21?
![[Pasted image 20250606180041.png]]
Task 3 What FTP code is returned to us for the “Anonymous FTP login allowed” message?
![[Pasted image 20250606180154.png]]
Task 4 After connecting to the FTP server using the ftp client, what username do we provide when prompted to log in anonymously?
section: “cyber-shujaa” categories: [“cyber-shujaa”] title: “Python Basics” date: 2025-06-11 PYTHON BASICS
1.0 Introduction
This module focuses on the basics of python programming such as:
· Variables
· Loops
· Functions
· Data Structures
· If statements
· Files
By the end one will have enough knowledge about python to build simple applications and how to work with files.
1.2 Hello World
This module was mainly about how to use the print statements in python.
section: “cyber-shujaa” categories: [“cyber-shujaa”] title: “Reconnaissance” date: 2025-06-11 Passive Reconnaissance
1.0 Introduction
This module will talk about the foundational concepts and tools of passive reconnaissance in cybersecurity. Passive reconnaissance involves gathering information about a target without directly interacting with it, ensuring stealth and minimizing the risk of detection. Crushing Security
We’ll delve into essential command-line tools such as whois, nslookup, and dig. These tools help retrieve publicly available data like domain registration details, DNS records, and IP addresses.
title: Responder date: 2025-06-06 author: Nicos draft: false tags: section: “HTB” categories: [“HTB”] Task 1
When visiting the web service using the IP address, what is the domain that we are being redirected to?
![[Pasted image 20250606184518.png]] ![[Pasted image 20250606184537.png]]
Task 2 Which scripting language is being used on the server to generate webpages? ![[Pasted image 20250606184708.png]]
Task 3 What is the name of the URL parameter which is used to load different language versions of the webpage?