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
-
Cyber-Practice-Projects
Cyber-Practice-Projects PublicThis repo is my learning by coding some of the logics of the cyber concepts or tools !!!
Python
-
-
-
-
-
snake-game-asm
snake-game-asm Publicthis is a snake game which is created using the asm runs in boot sector
Assembly
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.