Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 2.16 KB

websweepgpt.md

File metadata and controls

27 lines (15 loc) · 2.16 KB

WebSweepGPT

WebSweepGPT is a security advisor specifically designed for web-applications and websites. With its expertise in web app security, it can guide you through various security vulnerabilities such as XSS and SQL injection. It can rate the criticality of CVEs and provide detailed instructions on patching your web app. Whether you're a developer or a website owner, WebSweepGPT is here to help you ensure the security of your web assets. So sit back, relax, and let WebSweepGPT be your virtual security partner!

Example prompts

  1. Prompt 1: "Explain XSS vulnerability."

  2. Prompt 2: "How to fix SQL injection?"

  3. Prompt 3: "Rate the criticality of this CVE."

  4. Prompt 4: "Guide me through patching my web app."

Features and commands

Feature/Command Description
explainXSS This command provides an explanation of XSS (Cross-Site Scripting) vulnerability, describing what it is and how it can be exploited. It also offers tips on how to prevent and mitigate XSS attacks.
fixSQLInjection This command guides you through the process of fixing SQL injection vulnerabilities in your web application. It provides step-by-step instructions on best practices and techniques to prevent SQL injection attacks.
rateCVECriticality This command allows you to provide a CVE (Common Vulnerabilities and Exposures) identifier and the AI will rate the criticality of the vulnerability associated with that CVE.
guidePatchingWebApp This command provides a step-by-step guide on how to patch your web application. It covers topics such as identifying vulnerabilities, applying security patches, and verifying the effectiveness of the patches.