Skip to content
View hellboy-zero's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report hellboy-zero

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

👋 About Me

I am a Computer Science student focused on Web Application Security, Penetration Testing, and System Programming.
I enjoy understanding how systems work at a low level and identifying security vulnerabilities through practical, hands-on testing.

Currently, I work as a Cyber Security (VAPT) Intern, where I perform web application security testing using tools like Burp Suite, Nmap, and Kali Linux and follow OWASP-based testing methodologies.

Alongside cybersecurity, I have a strong foundation in C/C++ system programming, having built projects like a custom Linux shell, multithreaded HTTP server, and file monitoring tools.

I am actively learning and improving in:

  • Web Application Penetration Testing (OWASP Top 10)
  • Vulnerability Assessment & Exploitation Techniques
  • Linux Internals & System Programming
  • Security-focused problem solving

aws logo kali logo linux logo windows logo bash logo powershell logo js logo css logo html logo django logo docker logo flask logo mysql logo python logo rust logo java logo c logo cpp logo c# logo gtk4 logo vim logo vscode logo git logo

streak graph

pacman contribution graph

Pinned Loading

  1. hellboy-zero hellboy-zero Public

    README.md file with github/workflows which is responsible for displaying pac-man animation.

  2. HTTP_server HTTP_server Public

    HTTP server completely written in C from scratch , as it is not a complete server it just cover some parts of the HTTP server

    C

  3. linux_shell_using_c linux_shell_using_c Public

    It is a basic shell built from scratch using C only , it do not have many major features of the known shells but it still can perform some minor tasks of the shell.

    C

  4. Keylogger_in_c Keylogger_in_c Public

    Keylogger written in c , it uses the system call like read and open to read and open linux eventX file and log all keys from A-Z and 0-9 .

    C

  5. file_compression file_compression Public

  6. files_watcher files_watcher Public

    a c program that uses the system calls to detect which file is created and whihc is deleted

    C