> Initializing Secure Connection...

Hello, World. I am

Muhammed Amjeth

I am a student passionate about understanding cyber threat landscapes, setting up security infrastructures, and uncovering vulnerabilities to secure modern digital ecosystems.

Muhammed Amjeth | Cybersecurity student
SECURE_SHELL: ON
01.

About Me

I'm Muhammed Amjeth, an 18-year-old cyber security student driven by a deep fascination with technology, network structures, and defensive paradigms.

My security training specializes in understanding how systems fail, how vulnerabilities are created, and how to effectively remediate security posture gaps. I continuously learn and experiment in isolated lab environments to reinforce my theoretical understanding with hard, practical experience.

My primary objective is to acquire the foundational competencies required to join security teams, protect critical digital infrastructure, and keep up with modern adversary tactics.

amjeth@defense-lab:~

$ whoami

muhammed_amjeth

$ cat focus_areas.json

{
  "age": 18,
  "role": "Cyber Security Student",
  "academy": "Offenso Academy",
  "course": "ADIS"
}

$ systemctl status defense-lab

● active (running)

_

02.

Skills & Toolkit

Security Foundations

Vulnerability Assessment Ready
Network Reconnaissance Ready
Web Application Security Ready

Scripting & Tech

Python Bash Linux (Kali/Ubuntu) Network Protocols Virtualization

Tactical Tools

Nmap
Burp Suite
Wireshark
Metasploit
Hydra
Hashcat
03.

Academic & Lab Projects

def port_scanner(host, ports):
for port in ports:
sock = socket.socket()
if sock.connect_ex((host, port)) == 0:
print(f"Port {port} open")

Automated Port Scanner

Developed a modular Python tool to automate system recon, testing open ports, identifying service versions, and logging potential entry points securely within lab environments.

Python Automation

Network Lab Simulation

Designed and analyzed a segmented virtualized local network with dedicated firewalls, security gateways, and isolated vulnerable hosts to practice safe penetration testing methodologies.

Virtualization Networking

OWASP Top 10 Lab Audits

Conducted practical vulnerability assessment trials targeting injection flaws, broken access controls, and cross-site scripting (XSS) in simulated sandboxed web applications.

Web Security Audit
04.

Education & Training

Cyber Security Student

Offenso Academy

ADIS Program

Currently undergoing an advanced, structured syllabus specializing in modern cybersecurity domains. The ADIS program equips me with essential competencies in:

  • Offensive Security Fundamentals & Pen Testing
  • Defensive Engineering & Systems Hardening
  • Network Traffic Architecture & Analysis
  • Cryptographic Implementation Concepts
05. Communication Channel

Establish Connection

I am actively seeking internship opportunities, mentorship paths, and collaborative lab assignments with seasoned cybersecurity professionals. Let's build a secure future together.

Initiate Handshake