Skip to content
View bonaragung's full-sized avatar

Block or report bonaragung

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

Hi πŸ‘‹, I'm Bonar Agung Saputra

Cybersecurity Enthusiast β€’ Certified Ethical Hacker β€’ Maker β€’ Dev

LinkedIn Badge Email Badge


🧠 About Me

I’m Bonar Agung Saputra, a passionate technology professional blending cybersecurity, software development, and hardware innovation. I actively engage in ethical hacking, contribute to the open-source world, and advocate for a safer digital space through community initiatives like #JagaRuangSiber.

  • πŸ•΅οΈβ€β™‚οΈ Certified Ethical Hacker (CEH)
  • πŸ” Bug bounty hunter & security researcher
  • πŸ§ͺ Embedded systems & IoT enthusiast
  • πŸ“’ Promoter of cybersecurity awareness in schools and local communities

πŸ›  Tech Stack

  • Languages: Python, JavaScript, C/C++, Bash
  • Cybersecurity: Burp Suite, Nmap, Metasploit, Wireshark, OWASP ZAP
  • Tools & Platforms: Git, Docker, Linux, GitHub Actions, Arduino, ESP32
  • Others: Firebase, REST APIs, Node.js, React

🌐 Community Work

  • πŸ§‘β€πŸ« Speaker on Cybersecurity Awareness in schools and universities
  • 🀝 Collaborator with Kompas Gramedia on threat response planning
  • πŸ… Recognized by Pemkab Blitar for reporting a vulnerability in their system
  • 🧡 Posting weekly under #JagaRuangSiber on LinkedIn

πŸ“Š GitHub Stats

Bonar's GitHub Stats
Top Langs


🀝 Let's Connect


"Security is not a product, but a process." β€” Bruce Schneier

Thanks for visiting! Feel free to check out my projects or reach out for collaboration.

Pinned Loading

  1. 100-days-of-code 100-days-of-code Public

    Forked from DashBarkHuss/100-days-of-code

    Fork this template for the 100 days journal - to keep yourself accountable (multiple languages available)

    HTML

  2. judolscan judolscan Public

    Python

  3. vpscontainer vpscontainer Public

    HTML

  4. Waiting-Room-Test Waiting-Room-Test Public

    FIle JMX Apache Jmeter

  5. Identify and confirm reflected XSS v... Identify and confirm reflected XSS vulnerabilities using parameter discovery + AI-based validation (via Gemini API).
    1
    import warnings
    2
    from urllib3.exceptions import NotOpenSSLWarning
    3
    warnings.filterwarnings("ignore", category=NotOpenSSLWarning)
    4
    
                  
    5
    import subprocess