โ˜‘๏ธBug Bounty Checklist 2

  • Recon Phase

  • Registration Feature Testing

    a. If so, enumerate default folders of web application such as /images, /contact, /portfolio

    b. Do a registration using the username such as images, contact, portfolio

    c. Check if those default folders have been overwritten by your profile link or not."

  • Session Management Testing

  • Authentication Testing

  • My Account (Post Login) Testing

  • Forgot Password Testing

  • Contact Us Form Testing

  • Product Purchase Testing

    • Buy Now

    • Gift/Voucher

    • Add/Delete Product from Cart

    • Address

    • Place Order

    • Track Order

    • Wish list page testing

    • Post product purchase testing

    • Out of band testing

  • Banking Application Testing

  • Open Redirection Testing

  • Host Header Injection

  • SQL Injection Testing

  • Cross-Site Scripting Testing

  • CSRF Testing

    • Application has Anti-CSRF token implemented

    • Application uses Double Submit Cookie

    • Application validates the Referrer or the Origin of the request received

    • Sending data in JSON/XML format

    • Samesite Cookie attribute

  • SSO Vulnerabilities

  • XML Injection Testing

    <?xml version="1.0" encoding="ISO 8859 1"?>
    <!DOCTYPE tushar [
    <!ELEMENT tushar ANY
    <!ENTITY xxe SYSTEM "file:///etc/passwd" >]><tushar>&xxe;</
    <!ENTITY xxe SYSTEM "file:///etc/hosts" >]><tushar>&xxe;</
    <!ENTITY xxe SYSTEM "file:///proc/self/cmdline" >]><tushar>&xxe;</
    <!ENTITY xxe SYSTEM "file:///proc/version" >]><tushar>&xxe;</
  • Cross-origin resource sharing (CORS)

  • Server-side request forgery (SSRF)

  • File Upload Testing

  • CAPTCHA Testing

  • JWT Token Testing

  • Websockets Testing

  • GraphQL Vulnerabilities Testing

  • WordPress Common Vulnerabilities

  • Denial of Service

  • Other Test Cases (All Categories)

Last updated