> ## Documentation Index
> Fetch the complete documentation index at: https://trickest.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Vulnerabilities Tools

> Explore a collection of powerful and efficient tools in the Vulnerabilities category to enhance your productivity and security.

export const ToolCard = ({cardTitle, description, iframeUrl, href, category}) => <a href={href} style={{
  textDecoration: 'none'
}}>
    <div style={{
  background: 'linear-gradient(145deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.02) 100%)',
  borderRadius: '16px',
  overflow: 'hidden',
  transition: 'transform 0.4s cubic-bezier(0.215,0.61,0.355,1), box-shadow 0.3s ease',
  height: '35rem',
  display: 'flex',
  marginBottom: '16px',
  flexDirection: 'column',
  border: '1px solid rgba(255, 255, 255, 0.1)',
  boxShadow: '0px 8px 32px -2px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(255, 255, 255, 0.07)',
  backdropFilter: 'blur(8px)',
  perspective: '1000px'
}} onMouseOver={e => {
  e.currentTarget.style.boxShadow = '0 8px 32px -2px rgba(0, 0, 0, 0.4)';
  e.currentTarget.style.transform = 'translateY(-4px) scale(1.02)';
}} onMouseOut={e => {
  e.currentTarget.style.boxShadow = '0px 8px 32px -2px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(255, 255, 255, 0.07)';
  e.currentTarget.style.transform = 'translateY(0) scale(1)';
}}>
      <div style={{
  width: '100%',
  height: '300px',
  borderBottom: '1px solid rgba(255, 255, 255, 0.1)',
  position: 'relative'
}}>
        <div style={{
  position: 'absolute',
  top: 0,
  left: 0,
  right: 0,
  bottom: 0,
  background: 'linear-gradient(45deg, rgba(0, 163, 255, 0.1) 0%, rgba(0, 101, 255, 0.05) 100%)'
}} />
        <iframe src={iframeUrl} style={{
  width: '100%',
  height: '100%',
  border: 'none',
  position: 'relative',
  zIndex: 1,
  background: 'transparent'
}} scrolling="no" />
      </div>

      <div style={{
  padding: '1.5rem',
  display: 'flex',
  flexDirection: 'column',
  height: 'calc(100% - 300px)',
  gap: '8px'
}}>
        <h2 style={{
  color: '#ffffff',
  fontSize: '1.4rem',
  margin: 0,
  fontWeight: '600',
  lineHeight: '1.3',
  height: '1.8rem',
  overflow: 'hidden',
  textOverflow: 'ellipsis',
  display: '-webkit-box',
  WebkitLineClamp: 1,
  WebkitBoxOrient: 'vertical'
}}>
          {cardTitle}
        </h2>

        <p style={{
  color: 'rgba(163, 179, 188, 0.8)',
  fontSize: '1rem',
  margin: 0,
  lineHeight: '1.5',
  flex: '1 1 auto',
  overflowY: 'auto',
  paddingRight: '8px'
}}>
          {description}
        </p>
      </div>
    </div>
  </a>;

<CardGroup cols={2}>
  <ToolCard cardTitle="bypass-403" description="Go script for bypassing 403 forbidden" iframeUrl="https://editor.trickest.io/preview?workflow_url=https://trickest-public-workflow.s3.eu-central-1.amazonaws.com/e05a8a0c-f306-4992-93c7-82e4b0ab9c7d.json" href="/docs/library/vulnerabilities/tools/bypass-403" category="Vulnerabilities" />

  <ToolCard cardTitle="cve-2023-3519-inspector" description="Accurately fingerprint and detect vulnerable versions of Netscaler / Citrix ADC to CVE-2023-3519" iframeUrl="https://editor.trickest.io/preview?workflow_url=https://trickest-public-workflow.s3.eu-central-1.amazonaws.com/e66b634a-e268-4c96-ae6a-1ebc51a167ca.json" href="/docs/library/vulnerabilities/tools/cve-2023-3519-inspector" category="Vulnerabilities" />

  <ToolCard cardTitle="dalfox" description="DalFox is a fast, powerful parameter analysis and XSS scanner, based on a golang/DOM parser." iframeUrl="https://editor.trickest.io/preview?workflow_url=https://trickest-public-workflow.s3.eu-central-1.amazonaws.com/02d04663-2cb0-4828-840e-fa3c22c1bdb6.json" href="/docs/library/vulnerabilities/tools/dalfox" category="Vulnerabilities" />

  <ToolCard cardTitle="dnsreaper" description="subdomain takeover tool for attackers, bug bounty hunters and the blue team!" iframeUrl="https://editor.trickest.io/preview?workflow_url=https://trickest-public-workflow.s3.eu-central-1.amazonaws.com/4d310e43-d860-4b78-8833-640bd6248fc2.json" href="/docs/library/vulnerabilities/tools/dnsreaper" category="Vulnerabilities" />

  <ToolCard cardTitle="dsss" description="Damn Small SQLi Scanner (DSSS) is a fully functional SQL injection vulnerability scanner (supporting GET and POST parameters) written in under 100 lines of code. As of optional settings it supports HTTP proxy together with HTTP header values User-Agent, Referer and Cookie." iframeUrl="https://editor.trickest.io/preview?workflow_url=https://trickest-public-workflow.s3.eu-central-1.amazonaws.com/f92846f0-8a14-4577-b5a6-a04bc70ede08.json" href="/docs/library/vulnerabilities/tools/dsss" category="Vulnerabilities" />

  <ToolCard cardTitle="dsxs" description="Damn Small XSS Scanner (DSXS) is a fully functional Cross-site scripting vulnerability scanner (supporting GET and POST parameters) written in under 100 lines of code." iframeUrl="https://editor.trickest.io/preview?workflow_url=https://trickest-public-workflow.s3.eu-central-1.amazonaws.com/a0aefed3-8323-4c4f-8ed9-0d90ecfdc86e.json" href="/docs/library/vulnerabilities/tools/dsxs" category="Vulnerabilities" />

  <ToolCard cardTitle="find-gh-poc" description="Find CVE PoCs on GitHub" iframeUrl="https://editor.trickest.io/preview?workflow_url=https://trickest-public-workflow.s3.eu-central-1.amazonaws.com/6dc1d58b-b31f-48f9-9f31-459ec499c1a2.json" href="/docs/library/vulnerabilities/tools/find-gh-poc" category="Vulnerabilities" />

  <ToolCard cardTitle="findom-xss" description="FinDOM-XSS with file input. FinDOM-XSS is a tool that allows you to finding for possible and/ potential DOM based XSS vulnerability in a fast manner." iframeUrl="https://editor.trickest.io/preview?workflow_url=https://trickest-public-workflow.s3.eu-central-1.amazonaws.com/41d42c7a-d6d3-4a3f-b1b1-08ef013bde3d.json" href="/docs/library/vulnerabilities/tools/findom-xss" category="Vulnerabilities" />

  <ToolCard cardTitle="oralyzer" description="Oralyzer, a simple python script that is capable of finding the open redirection vulnerability in a website. It does that by fuzzing the url i.e. provided as the input." iframeUrl="https://editor.trickest.io/preview?workflow_url=https://trickest-public-workflow.s3.eu-central-1.amazonaws.com/e7268717-6243-4b6f-90dd-cfa776e12e33.json" href="/docs/library/vulnerabilities/tools/oralyzer" category="Vulnerabilities" />

  <ToolCard cardTitle="sqlmap" description="sqlmap is an open source penetration testing tool that automates the process of detecting and exploiting SQL injection flaws and taking over of database servers" iframeUrl="https://editor.trickest.io/preview?workflow_url=https://trickest-public-workflow.s3.eu-central-1.amazonaws.com/ff50d7ca-bf85-4b3a-be25-ed1bc26369b6.json" href="/docs/library/vulnerabilities/tools/sqlmap" category="Vulnerabilities" />

  <ToolCard cardTitle="ssrfuzz" description="SSRFuzz is a tool to find Server Side Request Forgery vulnerabilities" iframeUrl="https://editor.trickest.io/preview?workflow_url=https://trickest-public-workflow.s3.eu-central-1.amazonaws.com/49bd5345-2ebd-4f3a-8a50-ce696da3b604.json" href="/docs/library/vulnerabilities/tools/ssrfuzz" category="Vulnerabilities" />

  <ToolCard cardTitle="subzy" description="Subzy is subdomain takeover tool which works based on matching response fingerprings from can-i-take-over-xyz." iframeUrl="https://editor.trickest.io/preview?workflow_url=https://trickest-public-workflow.s3.eu-central-1.amazonaws.com/e1c719c9-1166-4919-8915-880ac5ae7191.json" href="/docs/library/vulnerabilities/tools/subzy" category="Vulnerabilities" />

  <ToolCard cardTitle="tko-subs" description="A tool that can help detect and takeover subdomains with dead DNS records" iframeUrl="https://editor.trickest.io/preview?workflow_url=https://trickest-public-workflow.s3.eu-central-1.amazonaws.com/371bf4d4-434b-48b5-beea-f3261cd19d3f.json" href="/docs/library/vulnerabilities/tools/tko-subs" category="Vulnerabilities" />

  <ToolCard cardTitle="tplmap" description="Server-Side Template Injection and Code Injection Detection and Exploitation Tool" iframeUrl="https://editor.trickest.io/preview?workflow_url=https://trickest-public-workflow.s3.eu-central-1.amazonaws.com/cc251d0a-58ab-4211-9009-0e68cc45ddf6.json" href="/docs/library/vulnerabilities/tools/tplmap" category="Vulnerabilities" />
</CardGroup>
