Skip to content

CyberHansen/CyberHansen

Repository files navigation

Typing SVG

Portfolio Email LinkedIn


👨‍💻 About Me

class MathiasHansen:
    def __init__(self):
        self.name = "Mathias Hansen"
        self.age = 17
        self.location = "Kongsberg, Norway 🇳🇴"
        self.education = "IT Student - Cybersecurity Specialization"
        self.interests = ["Cybersecurity", "Programming", "CTF Challenges", "Gaming"]
        self.motto = "Good code should be efficient AND secure"
    
    def get_skills(self):
        return {
            "languages": ["Python", "C#", "JavaScript", "SQL"],
            "web": ["HTML", "CSS", "React"],
            "focus": "Cybersecurity & Ethical Hacking",
            "learning": ["Penetration Testing", "Cryptography", "Secure Coding"]
        }
    
    def current_goals(self):
        return [
            "Master advanced cybersecurity techniques",
            "Compete in CTF competitions",
            "Build secure and robust applications",
            "Become a certified ethical hacker"
        ]

🎯 My Journey

During the COVID-19 pandemic, I discovered my passion for coding—starting with simple HTML and CSS projects and progressively expanding to JavaScript, Python, and SQL. What began as curiosity evolved into a deep commitment to cybersecurity and ethical hacking.

My approach: Security-first development. I believe that elegant code must also be secure code.


📊 GitHub Statistics

GitHub Stats Top Languages
GitHub Streak
GitHub Trophies

🎯 Current Focus

┌─[mathias@kali]─[~]
└──╼ $ cat current_projects.txt

→ 🔐 Learning advanced penetration testing techniques
→ 💻 Building secure web applications with security-first approach
→ 🏆 Competing in CTF challenges to sharpen skills
→ 📚 Preparing for ethical hacking certifications
→ 🎮 Developing cybersecurity tools and automation scripts

🎮 Interests Beyond Code

  • 🎯 Gaming: Strategy games and FPS - sharpening problem-solving skills and reflexes
  • 🔍 CTF Competitions: Regular participant in Capture The Flag challenges
  • 📖 Continuous Learning: Always exploring new security trends and vulnerabilities
  • 🛡️ Security Research: Studying the latest attack vectors and defense mechanisms

🚀 Future Goals

public class FutureGoals
{
    public string Education { get; set; }
    public List<string> Career { get; set; }
    public List<string> Certifications { get; set; }
    public string Vision { get; set; }
}

var myGoals = new FutureGoals
{
    Education = "Bachelor's/Master's in Information Security",
    Career = new List<string>
    {
        "Ethical Hacker",
        "Security Consultant",
        "Penetration Tester"
    },
    Certifications = new List<string>
    {
        "CEH (Certified Ethical Hacker)",
        "OSCP (Offensive Security Certified Professional)",
        "Security+"
    },
    Vision = "Protect systems and data from malicious actors using my knowledge for good"
};

💡 Philosophy

"The best defense is understanding the offense. Security isn't just about building walls—it's about thinking like an attacker to protect like a defender."

I approach every project with security in mind. Whether it's a simple script or a complex application, I believe that secure code is good code, and good code is secure code.


📫 Let's Connect!

I'm always interested in connecting with fellow developers, security enthusiasts, and anyone passionate about technology!

Portfolio

Email LinkedIn

Open to collaborations, CTF teams, and exciting cybersecurity projects!


Profile Views

⭐️ From CyberHansen | Made with ❤️ and lots of ☕

About

its me!!!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors