1337
INITIALIZING...
[ CLICK ANYWHERE ]
Mohammed
Available

Mohammed | Xnation

|

Security Expert
8+ Languages
Malware Hunter
Scroll to explore

/ About Me

I am a passionate Full-Stack Developer with a deep focus on Cybersecurity, specializing in Malware Analysis. I build robust web applications while maintaining a security-first mindset to identify and mitigate vulnerabilities.

Penetration Testing Threat Hunting SOC Analysis Incident Response

> Technical Stack

# Security Arsenal

IDA Pro
Ghidra
Wireshark
Burp Suite
Metasploit
OllyDbg

@ Code Snippet

analyzer.py
import hashlib

def scan_file(path):
    """Analyze suspicious file"""
    print(f"[!] Analyzing: {path}")
    
    # Calculate SHA256
    with open(path, "rb") as f:
        file_hash = hashlib.sha256(f.read()).hexdigest()
    print(f"[+] SHA256: {file_hash}")

scan_file("suspicious.bin")

$ System Status

terminal.sh
$ whoami
> Mohammed | Xnation
$ status
> Monitoring threats... [OK]
$ nmap -sV target
> Scanning...
0
Threats Analyzed
0
Systems Secured
0
Projects Done

$ Connect With Me

Ready to collaborate on your next security project