Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View isiddique2024's full-sized avatar
🎯
Focusing
🎯
Focusing
  • FL
  • 17:17 (UTC -05:00)

Block or report isiddique2024

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

Hi there, I'm isiddique2024

I'm an application security engineer with a passion for diving deep into the inner workings of software and hardware. My expertise spans from low-level programming to modern DevSecOps practices.

About Me

I'm deeply passionate about low-level programming and web application security. There's something incredibly satisfying about understanding how systems work at their core, whether it's:

  • Writing and optimizing kernel drivers
  • Exploring OS internals and memory management
  • Reverse engineering binaries and protocols
  • Writing secure, scalable and reliable microservices and web applications while also following OWASP

Security Focused Individual

Application security is at the heart of what I do, spanning both traditional on-premises environments and modern cloud infrastructures. My security approach includes:

  • Comprehensive penetration testing to identify vulnerabilities before they can be exploited
  • Secure coding practices and vulnerability assessments
  • Runtime protection mechanisms and security architecture design

DevSecOps Practices

I believe security must be integrated throughout the development lifecycle, not bolted on at the end. My approach to DevSecOps includes:

  • Implementing automated security testing in CI/CD pipelines
  • Infrastructure as Code (IaC), Static Application Security Testing (SAST), Dynamic Application Security Testing (DAST), Software Composition Analysis (SCA) security scanning
  • Container and VM security hardening

Current Projects

  • Malicious Memory Scanner
  • Vulnerable Kernel Driver Finder
  • Containerized and Stateless AES File Encrypt/Decrypt Web Application
  • Software Licensing Management System
  • Page Table Injector

Pinned Loading

  1. Page-Table-Injector Page-Table-Injector Public

    Windows x64 DLL/Driver manual map injection on a non-present PML4E using physical memory read/writes, direct page table manipulation and contextualized address space cloning

    C++ 80 27

  2. Malicious-Memory-Scanner Malicious-Memory-Scanner Public

    C++ CLI application designed to query the memory of running processes for malicious implants and other IOCs

    C++ 5 2

  3. Vulnerable-Driver-Scanner Vulnerable-Driver-Scanner Public

    A simple Python script to find vulnerable drivers on your Windows system

    Python 2 1

  4. License-Management-System License-Management-System Public

    TypeScript

  5. AES-File-Encrypt-Decrypt-WebApp AES-File-Encrypt-Decrypt-WebApp Public

    Dockerized AES file encryption and decryption web application built using React.js, FastAPI and NGINX

    JavaScript