Skip to content
View hal-imaxabdi's full-sized avatar

Block or report hal-imaxabdi

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 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
hal-imaxabdi/README.md
Banner

Hi, I'm Halima

I'm an Informatics student interested in software engineering and cybersecurity.

I learn best by building things, breaking them apart, and slowly understanding why they work.


Why I Build

Most of my repositories start with a question.

How does a browser extension inspect something safely?
What does secure authentication look like when I build both the weak and stronger versions?
How does a SIEM collect logs, parse them, and turn small signals into useful alerts?

I use projects to answer those questions. Some are polished, some are experiments, but each one teaches me something about software, security, or the space between them.


Around Here

You'll mostly find projects about:

  • building secure web applications
  • experimenting with browser extensions
  • understanding how detection systems work
  • mobile apps built while learning new frameworks

Some projects are polished, others are experiments, but every repository exists because I wanted to understand something better.

Notes I Keep Coming Back To

  • Build first, then understand deeper.
  • Security makes more sense when I can test the weak version and the improved version side by side.
  • Good documentation is part of the project, not something separate from it.
  • Small tools are still worth building if they make one idea clearer.

Thanks for stopping by.

If a project catches your interest, feel free to explore it or reach out—I'm always happy to learn from other builders.

Pinned Loading

  1. Secure-Flask-Authentication-Lab Secure-Flask-Authentication-Lab Public

    Brute-force attack simulator built on a Flask coffee shop app — comparing a vulnerable login system vs. a hardened implementation with BCrypt, JWT, rate limiting, and CSRF protection. Educational p…

    Python

  2. SEMIS-Secure-Employee-Management-Information-System SEMIS-Secure-Employee-Management-Information-System Public

    A security-first web-based HR management system built for NexCore Technologies {a fictional company}. Features MFA (email OTP), AES-256 encryption, RBAC, JWT auth, and full OWASP Top 10 compliance.…

    JavaScript

  3. WAF-HomeLab-SafeLine WAF-HomeLab-SafeLine Public

    Web Application Firewall Home Lab using SafeLine WAF

  4. hookline hookline Public

    Chrome extension that analyzes phishing emails and suspicious URLs using explainable detection techniques such as typosquatting, homoglyph, and brand impersonation analysis.

    TypeScript