Skip to content
View CyberHansen's full-sized avatar
๐Ÿ“š
Studying
๐Ÿ“š
Studying

Organizations

@CyberGutta

Block or report CyberHansen

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
CyberHansen/README.md

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.


๐Ÿ› ๏ธ Tech Stack

Languages & Frameworks

Python C# JavaScript React HTML5 CSS3 SQL

Cybersecurity Tools & Interests

Kali Linux Pen Testing CTF Cryptography Vuln Analysis

Tools & Environment

VS Code Git GitHub Linux


๐Ÿ“Š 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 โ˜•

Pinned Loading

  1. CyberGutta/AkademiTrack CyberGutta/AkademiTrack Public

    Automatisk oppmรธteregistrering for STU-รธkter pรฅ Akademiet/Automated attendance registration for STU sessions at Akademiet

    C# 2

  2. CyberGutta/AkademietTrack CyberGutta/AkademietTrack Public

    Website for the tool AkademiTrack

    CSS 1

  3. CyberNilsen/CyberVault CyberNilsen/CyberVault Public

    CyberVault is a C#-based password manager app designed for users to securely store their passwords locally using high-end cryptography. Developed by CyberHansen and CyberNilsen, the app aims to proโ€ฆ

    C# 7

  4. Tooler-apps Tooler-apps Public

    Tooler er en app med masse nydelige tools

    HTML

  5. Login-utvikling Login-utvikling Public

    dette er login siden jeg utvikler for utvikling.

    PHP