Skip to content
View DUDLEYDANIEL's full-sized avatar

Block or report DUDLEYDANIEL

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
DUDLEYDANIEL/README.md
section .intro                 
    db "Hello, World! I'm Dudley Daniel Raj.", 0   
    db "Welcome to my GitHub profile!", 0

section .about_me              
    db "Occupation: Cybersecurity Enthusiast, red Teamer, CTF player", 0
    db "Current Distro: Black Arch Linux", 0
    db "Skills: Incident Response, Vulnerability Analysis, Assembly (NASM), Malware Analysis(studying) ", 0
    db "Learning: Machine Learning for Firewall Projects", 0 ; Trying to code it
    
section .skills                ; Technologies I Work With
    mov eax, Languages         ; Loading the list of languages
    db "Python, Rust, C, C++, Assembly, javascript, java", 0
    mov ebx, Tools             ; Loading the list of tools
    db "Git, Docker, PowerShell, Windows APIs, pentesting tools , forensic tools", 0

section .projects              ; Projects Section
    db "Projects:", 0
    db "- 'Cyber Practice projects': A project for the remote code dll injection", 0
    db "- 'snake-game-asm': coding an snake game in boot sector using asm, 0
    db "- 'NetForgeSuite': implementing the network related packet crafting interating low level", 0

section .connect               ; Connect with Me
    db "LinkedIn: https://www.linkedin.com/in/dudley-daniel-raj-473a22276/", 0
    db "Medium: https://medium.com/@dudleydaniel.raj2005", 0

section .end                   ; End of ReadMe
    db "Thanks for visiting my GitHub profile!", 0
    int 0x20                   ; Exit 

Pinned Loading

  1. Cyber-Practice-Projects Cyber-Practice-Projects Public

    This repo is my learning by coding some of the logics of the cyber concepts or tools !!!

    Python

  2. Keylogger-for-a-System Keylogger-for-a-System Public

    Python

  3. learning-rusty learning-rusty Public

    this is about learning rust

  4. password_manager_rust password_manager_rust Public

    Rust 1

  5. Toraliser-in-C Toraliser-in-C Public

    this is a toraliser tool written in C language

    C

  6. snake-game-asm snake-game-asm Public

    this is a snake game which is created using the asm runs in boot sector

    Assembly