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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please donโ€™t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to 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

#include <stdio.h>
#include <string.h>

typedef struct {
    char name[50];
    int age;
    char location[50];
    char education[80];
    char interests[5][30];
    char motto[80];
} Person;

int main(void) {
    Person mathias = {
        .name = "Mathias Hansen",
        .age = 18,
        .location = "Vestfossen, Norway",
        .education = "1st year, Digital Infrastructure & Cybersecurity - NTNU Gjovik",
        .interests = {"Cybersecurity", "Networking", "Programming", "CTF Challenges", "Gaming"},
        .motto = "Good code should be efficient AND secure"
    };

    printf("Hi, I'm %s\n", mathias.name);
    printf("Studying: %s\n", mathias.education);
    return 0;
}

๐ŸŽฏ My Journey

During the COVID-19 pandemic, I discovered my passion for coding โ€” starting with simple HTML and CSS projects and progressively expanding into Python, C#, and now C. What began as curiosity evolved into a deep commitment to cybersecurity and network security.

This year I led a real network security project for Eiker Energi AS, designing, securing and rolling out infrastructure across roughly 30 locations, including a self-built real-time monitoring tool for detecting connectivity and security anomalies.

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

โ†’ ๐ŸŽ“ 1st year, Digital Infrastructure & Cybersecurity at NTNU Gjรธvik
โ†’ ๐Ÿ” Building and maintaining a MikroTik WireGuard VPN network
โ†’ ๐Ÿ’ป Learning C, alongside Python and C#
โ†’ ๐Ÿ† Competing in CTF challenges to sharpen skills
โ†’ ๐Ÿ“š Preparing for ethical hacking certifications

๐ŸŽฎ 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

#include <stdio.h>

typedef struct {
    const char *career[3];
    const char *certifications[3];
    const char *vision;
} FutureGoals;

int main(void) {
    FutureGoals goals = {
        .career = {"Security Analyst", "Ethical Hacker", "Penetration Tester"},
        .certifications = {"Security+", "CEH (Certified Ethical Hacker)", "OSCP"},
        .vision = "Protect systems and data from malicious actors using my knowledge for good"
    };

    printf("Vision: %s\n", goals.vision);
    return 0;
}

๐Ÿ’ก 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 archive

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

    C# 3 1

  2. 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# 10 2

  3. CyberGutta/AkademietTrack CyberGutta/AkademietTrack Public

    Website for the tool AkademiTrack

    HTML 2

  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