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"
]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.
โโ[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
- ๐ฏ 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
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"
};"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.
I'm always interested in connecting with fellow developers, security enthusiasts, and anyone passionate about technology!
Open to collaborations, CTF teams, and exciting cybersecurity projects!
โญ๏ธ From CyberHansen | Made with โค๏ธ and lots of โ

