Skip to content
View luu176's full-sized avatar

Block or report luu176

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
luu176/README.md

Luu

Cybersecurity researcher and student focused on hardware hacking, RFID/NFC reverse engineering, and access control systems. I build tools, dissect protocols, and publish my findings as open source.

DEF CON 33 speakerHung out to dry: Airing the dirty laundry of stored value washing cards (RF Village). Watch the talk on YouTube.

What I work on

  • Reverse engineering of public transit and smart card application layer
  • Hardware projects targeting ESP32 and Flipper Zero
  • Offensive security tooling and automation in Python, C/C++, and JavaScript
  • Open source contributions and technical write-ups for the security community

Contact


Selected Projects

A few things I've built — feel free to take a look:

Repository Description Language
ESP32-Airtag Clone an existing AirTag onto an ESP32 C, C++, Python
Metroflip Multi-protocol Flipper Zero app for reading metro cards from around the world C
SLE4442-Card-Manager Manager for SLE4442 memory cards Python 3
T-Mobilitat Reader Reads Barcelona's T-Mobilitat public transport card via the official API and a USB NFC reader. Includes reverse engineering notes on the card's data structure and API. Python
CRTM Madrid Public Transport Card Reader Extracts card information and ticket details from Madrid's CRTM NFC public transport card Python
Rubber Ducky Payloads Collection of DuckyScript payloads DuckyScript
NTLM-Stealer DuckyScript 3.0 payload for capturing NTLM hashes from a Windows machine over a Discord webhook DuckyScript
Basic-XSS-Checker Tests search query inputs for XSS vulnerabilities using three detection techniques Python
Antenna Size Calculator Calculates viable antenna lengths for a given frequency (e.g. 433 MHz, 137.1 MHz) Python
Discord-Status-Changer Automates rotating Discord status messages Python

Languages and tools

C · C++ · C# · Python · JavaScript · Node.js · Go · Java · HTML · CSS · Arduino · Linux · .NET

python c cplusplus javascript nodejs arduino linux


luu176

luu176

Pinned Loading

  1. Metroflip Metroflip Public

    Metroflip is a multi-protocol metro card reader app for the Flipper Zero, inspired by the Metrodroid project. It enables the parsing and analysis of metro cards from transit systems around the worl…

    C 182 18

  2. ESP32-Airtag ESP32-Airtag Public

    Clone an airtag onto an esp32

    Python 19 2

  3. NTLM-Stealer NTLM-Stealer Public

    Uses DuckyScript™ to grab NTLM Hashes from Windows machine through discord webhook

    14