Skip to content
View SaadBaig's full-sized avatar

Block or report SaadBaig

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

Saad Baig

A security engineer having fun securing the digital world 😄

Here are some of the projects I'm currently working on:

  • https://github.com/SaadBaig/pqcscan - This fork extends the original pqcscan by Anvil Secure with full TLS handshake validation, negotiated behavior analysis, and downgrade attack detection. The tool validates ML-KEM key exchange across all NIST FIPS 203 variants — ML-KEM-512, ML-KEM-768, ML-KEM-1024, plus hybrid schemes (X25519MLKEM768, SECP256R1MLKEM768, SECP384R1MLKEM1024). The tool executes the full handshake lifecycle—key exchange, encrypted extensions, certificate verification, and Finished messages—moving beyond simple ClientHello/ServerHello inspection to confirm actual cryptographic behavior. This helps surface gaps between advertised PQC support and what servers actually negotiate in practice.

  • https://github.com/SaadBaig/Pentesting-Methodology - What began as handwritten notes documenting my pentesting workflow has evolved into a structured, end-to-end testing methodology. This repository reflects how I approach real-world engagements—covering enumeration, exploitation, and post-exploitation in a practical, repeatable way.

Popular repositories Loading

  1. SaadBaig.Github.io SaadBaig.Github.io Public

    Forked from github/personal-website

    The Website:

    CSS

  2. Python-Pentesting-Practice Python-Pentesting-Practice Public

    Practicing Developing my first pentesting tools

    Python

  3. Basic-Exploitation-Practice Basic-Exploitation-Practice Public

    Basic exploitation in a variety of languages

    C

  4. Interview-Improvements Interview-Improvements Public

    Its slightly more beautiful here: https://saadbaig.github.io/Interview-Improvements/

    Python

  5. TryHackMe TryHackMe Public

    Walkthroughs of various TryHackMe boxes

  6. Reverse-Engineering Reverse-Engineering Public

    Reverse Engineering Malware