Skip to content
View faizzyhon's full-sized avatar
:atom:
Available for Jobs
:atom:
Available for Jobs

Block or report faizzyhon

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

Hacking GIF

πŸ•΅οΈ About Me

class MuhammadFaizan:
    def __init__(self):
        self.name       = "Muhammad Faizan"
        self.alias      = "faizzyhon"
        self.email      = "faizzyhon@gmail.com"
        self.role       = "Cybersecurity Researcher & Bug Bounty Hunter"
        self.cert       = "EC-Council Bug Bounty Professional"
        self.location   = "🌍 Hack the Planet"

    @property
    def focus(self):
        return [
            "PHP Web Application Pentesting",
            "OWASP Top 10 Vulnerability Research",
            "Business Logic Bypass & Payment Testing",
            "Automated Security Scanner Development",
            "CVE Research & Responsible Disclosure",
        ]

    @property
    def current_projects(self):
        return [
            "πŸ”₯ BugScanner   β€” PHP Web Security Scanner",
            "⚑ Cyberburg     β€” Advanced Web Pentest Suite (v2.0 PHANTOM BLADE)",
        ]

    def motto(self):
        return "⚑ Think like an attacker. Defend like a guardian."


πŸ”₯ Featured Projects

Β Β 


πŸ›‘οΈ BugScanner β€” PHP Web Security Scanner

πŸ›‘οΈ What is BugScanner?

BugScanner is a professional-grade PHP Web Security Scanner built for Bug Bounty hunters and Ethical Hackers. It automates detection of OWASP Top 10 vulnerabilities with AI-powered CVSS 3.1 scoring and generates HackerOne-ready PDF reports.

Built for EC-Council Bug Bounty course β€” real-world training target tested.

⚑ Key Capabilities

  • πŸ” Auth Bypass β€” JWT attacks, session fixation, brute-force
  • πŸ’³ Payment Bypass β€” Race conditions, IDOR on order IDs
  • 🐘 PHP Arsenal β€” LFI/RFI, SSTI, Object Injection, DB Dump
  • πŸ•³οΈ SQLi Engine β€” UNION, error-based, LOAD_FILE, INTO OUTFILE
  • 🐚 Webshell Detection β€” c99, r57, WSO, b374k auto-scan
  • πŸ“„ PDF Reports β€” Professional HackerOne/Bugcrowd format
# Install & Launch
$ git clone https://github.com/faizzyhon/BUGSCANNER---PHP-Web-Security-Scanner-for-Bug-Bounty-Penetration-Testing
$ pip install -r requirements.txt
$ python main.py scan --url https://target.com --modules all --auth --report pdf
Module Coverage OWASP Category
sqli SQL Injection + DB Dump A03: Injection
xss Reflected / Stored / DOM A03: Injection
auth JWT / Brute-Force / Session A07: Auth Failures
payment Race Condition / IDOR A04: Insecure Design
php LFI/RFI / Webshell / SSTI A05: Misconfig
idor Horizontal / Vertical Priv Esc A01: Broken Access
ssrf Internal Network Probing A10: SSRF


⚑ Cyberburg β€” Advanced Web Pentest Suite v2.0.0 β€” PHANTOM BLADE

πŸ”₯ What is Cyberburg?

Cyberburg is a full-stack Linux Web Penetration Testing Framework that orchestrates 30+ professional security tools under a single terminal interface. It runs tools in sequence, parses their output automatically, correlates findings across modules, and generates professional dark-themed HTML security reports β€” all in one command.

Built for professional pentesters, bug bounty hunters, and red teamers.

⚑ Key Capabilities

  • πŸ” Recon Engine β€” WHOIS, DNS, subdomain enum, email harvest, OSINT
  • πŸ”Œ Port Scanner β€” Nmap (quick/full/stealth/UDP/vuln scripts)
  • πŸ•ΈοΈ Web Scan β€” Nikto, WhatWeb, WAF detect, header audit, CMS scan
  • πŸ’‰ SQLi Testing β€” SQLMap (all techniques) + manual error probing
  • 🎭 XSS Testing β€” Dalfox + manual payloads + DOM XSS analysis
  • πŸ“‚ Dir Brute β€” Gobuster/FFuf/Dirb + 30 critical path checks
  • πŸ” SSL/TLS β€” SSLScan, Heartbleed, POODLE, cipher analysis
  • πŸš€ Nuclei β€” 7000+ CVE & misconfiguration templates
  • πŸ“Š Reports β€” HTML (dark theme + charts) + JSON + TXT
# Install & Launch
$ git clone https://github.com/faizzyhon/cyberburg
$ sudo bash install.sh
$ python3 cyberburg.py                          # Interactive menu
$ python3 cyberburg.py -t https://target.com    # Full scan
$ python3 cyberburg.py -t target.com --quick    # Quick scan
$ python3 cyberburg.py -t target.com --stealth  # Stealth mode
Module Tools Used Coverage
recon whois, dig, subfinder, amass, theHarvester OSINT + DNS
ports nmap (6 modes) TCP/UDP + OS fingerprint
web nikto, whatweb, wafw00f, curl OWASP headers, WAF, CMS
sqli sqlmap (BEUSTQ) + manual All SQLi techniques
xss dalfox + DOM analysis Reflected / DOM XSS
dirs gobuster, ffuf, dirb Files, APIs, admin panels
ssl sslscan, openssl TLS 1.0/1.1, ciphers, CVEs
nuclei nuclei templates 7000+ CVE & misconfig checks

🧰 Tech Arsenal

πŸ”΄ Offensive Security

πŸ’» Programming & Scripting

πŸ† Certifications & Platforms

πŸ› οΈ Tools & Libraries


πŸ“Š GitHub Analytics


GitHub Streak

πŸ† GitHub Trophies


πŸ“ˆ Contribution Activity


🌐 Bug Bounty & Security Profile

╔══════════════════════════════════════════════════════════════╗
β•‘              SECURITY RESEARCHER PROFILE                     β•‘
╠══════════════════════════════════════════════════════════════╣
β•‘  Specialization : PHP Web Application Security               β•‘
β•‘  Methodology    : OWASP Top 10 (2021) + Custom Playbooks     β•‘
β•‘  Report Format  : HackerOne / Bugcrowd Standard              β•‘
β•‘  Scoring System : CVSS v3.1 (Base + Temporal + Environmental)β•‘
β•‘  Tools Built    : BugScanner  β€” Automated PHP Pentest Suite  β•‘
β•‘                   Cyberburg   β€” Advanced Web Pentest Suite   β•‘
β•‘  Course         : EC-Council Bug Bounty Professional         β•‘
β•šβ•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•

🎯 Expertise Areas

Web Application Security

  • SQL Injection (Union, Blind, Error-based)
  • XSS (Reflected, Stored, DOM-based)
  • CSRF, IDOR, Broken Access Control
  • PHP Object Injection / Unserialize
  • Server-Side Template Injection (SSTI)

Authentication & Session

  • JWT Token Attacks (alg:none, weak secrets)
  • Session Fixation & Hijacking
  • Password Reset Poisoning
  • OAuth / SAML Bypass Techniques
  • Multi-Factor Auth Bypass

Infrastructure & Network

  • SSRF (Internal Network Probing)
  • Local / Remote File Inclusion
  • XXE (XML External Entity)
  • Open Redirect Chains
  • Subdomain Takeover

πŸ“‚ All Projects

Project Description Tech Status
πŸ”₯ BugScanner PHP Web Security Scanner β€” OWASP Top 10 automated with CVSS scoring & PDF reports Python, Click, Rich ⭐ Featured
⚑ Cyberburg Advanced Linux Web Pentest Suite β€” 30+ tools, 8 scan modules, HTML/JSON reports Python, Rich, Nmap, Nuclei πŸ”΄ v2.0 LIVE

πŸ“‘ Connect With Me



πŸ’¬ Open to: Bug Bounty Collaborations β€’ Security Research β€’ Open Source Contributions


snake animation

β–ˆβ–ˆβ–ˆβ•—   β–ˆβ–ˆβ–ˆβ•—β–ˆβ–ˆβ•—   β–ˆβ–ˆβ•—β–ˆβ–ˆβ•—  β–ˆβ–ˆβ•— β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•— β–ˆβ–ˆβ–ˆβ•—   β–ˆβ–ˆβ–ˆβ•—β–ˆβ–ˆβ–ˆβ•—   β–ˆβ–ˆβ–ˆβ•— β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•— β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—
β–ˆβ–ˆβ–ˆβ–ˆβ•— β–ˆβ–ˆβ–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘   β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘  β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•—β–ˆβ–ˆβ–ˆβ–ˆβ•— β–ˆβ–ˆβ–ˆβ–ˆβ•‘β–ˆβ–ˆβ–ˆβ–ˆβ•— β–ˆβ–ˆβ–ˆβ–ˆβ•‘β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•—β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•—
β–ˆβ–ˆβ•”β–ˆβ–ˆβ–ˆβ–ˆβ•”β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘   β–ˆβ–ˆβ•‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•‘β–ˆβ–ˆβ•”β–ˆβ–ˆβ–ˆβ–ˆβ•”β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•”β–ˆβ–ˆβ–ˆβ–ˆβ•”β–ˆβ–ˆβ•‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘  β–ˆβ–ˆβ•‘
β–ˆβ–ˆβ•‘β•šβ–ˆβ–ˆβ•”β•β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘   β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘β•šβ–ˆβ–ˆβ•”β•β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘β•šβ–ˆβ–ˆβ•”β•β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘  β–ˆβ–ˆβ•‘
β–ˆβ–ˆβ•‘ β•šβ•β• β–ˆβ–ˆβ•‘β•šβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•”β•β–ˆβ–ˆβ•‘  β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘  β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘ β•šβ•β• β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘ β•šβ•β• β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘  β–ˆβ–ˆβ•‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•”β•
β•šβ•β•     β•šβ•β• β•šβ•β•β•β•β•β• β•šβ•β•  β•šβ•β•β•šβ•β•  β•šβ•β•β•šβ•β•     β•šβ•β•β•šβ•β•     β•šβ•β•β•šβ•β•  β•šβ•β•β•šβ•β•β•β•β•β•

β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•— β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•— β–ˆβ–ˆβ•—β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•— β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•— β–ˆβ–ˆβ–ˆβ•—   β–ˆβ–ˆβ•—
β–ˆβ–ˆβ•”β•β•β•β•β•β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•—β–ˆβ–ˆβ•‘β•šβ•β•β–ˆβ–ˆβ–ˆβ•”β•β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•—β–ˆβ–ˆβ–ˆβ–ˆβ•—  β–ˆβ–ˆβ•‘
β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—  β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘  β–ˆβ–ˆβ–ˆβ•”β• β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•‘β–ˆβ–ˆβ•”β–ˆβ–ˆβ•— β–ˆβ–ˆβ•‘
β–ˆβ–ˆβ•”β•β•β•  β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘ β–ˆβ–ˆβ–ˆβ•”β•  β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘β•šβ–ˆβ–ˆβ•—β–ˆβ–ˆβ•‘
β–ˆβ–ˆβ•‘     β–ˆβ–ˆβ•‘  β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—β–ˆβ–ˆβ•‘  β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘ β•šβ–ˆβ–ˆβ–ˆβ–ˆβ•‘
β•šβ•β•     β•šβ•β•  β•šβ•β•β•šβ•β•β•šβ•β•β•β•β•β•β•β•šβ•β•  β•šβ•β•β•šβ•β•  β•šβ•β•β•β•

γ€Œ Hack the Planet 🌍 | Think Offensive. Stay Ethical. 」

faizzyhon@gmail.com

Pinned Loading

  1. WebHawk WebHawk Public template

    WebHawk is an open source project for website Penetration and Ddos Protect checking Tool

    Python 5 3

  2. mash mash Public

    Capture microphone Of Your Victim by Sending Link

    Shell 9 2

  3. BUGSCANNER---PHP-Web-Security-Scanner-for-Bug-Bounty-Penetration-Testing BUGSCANNER---PHP-Web-Security-Scanner-for-Bug-Bounty-Penetration-Testing Public

    BugScanner is a professional-grade, modular Python web vulnerability scanner engineered for bug bounty hunters, penetration testers, and security researchers. Built specifically around the OWASP To…

    Python 4 3

  4. Cyberburg Cyberburg Public

    Advanced Web Penetration Testing Suite

    Python 4 2

  5. BTCPRO BTCPRO Public

    High-Performance Trading Intelligence Dashboard powered by Local AI (Ollama)

    JavaScript 2 1

  6. DeadDroid-v2.0---PhantomDroid DeadDroid-v2.0---PhantomDroid Public

    The ultimate Android Penetration Testing Framework. A professional operations platform featuring automated APK binding, live TUI dashboards, Telegram remote control, AI-powered smali mutation, and …

    Python 2