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

# Workflows

> Explore a collection of powerful and efficient workflows in the Content Discovery category to enhance your productivity and security.

export const WorkflowCard = ({cardTitle, description, iframeUrl, href, category, complexity, publisher}) => <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: '40rem',
  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: '12px'
}}>
        <div style={{
  height: '4.5rem',
  display: 'flex',
  alignItems: 'flex-start'
}}>
          <h2 style={{
  color: '#ffffff',
  fontSize: '1.4rem',
  margin: 0,
  fontWeight: '600',
  lineHeight: '1.3',
  overflow: 'hidden',
  textOverflow: 'ellipsis',
  display: '-webkit-box',
  WebkitLineClamp: 2,
  WebkitBoxOrient: 'vertical'
}}>
            {cardTitle}
          </h2>
        </div>

        <div style={{
  display: 'flex',
  alignItems: 'center',
  gap: '8px',
  marginBottom: '8px'
}}>
          <div style={{
  display: 'flex',
  alignItems: 'center',
  gap: '8px'
}}>
            <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="rgba(163, 179, 188, 0.8)" strokeWidth="2">
              <rect width="16" height="16" x="4" y="4" rx="2" />
              <rect width="6" height="6" x="9" y="9" rx="1" />
              <path d="M15 2v2" /><path d="M15 20v2" />
              <path d="M2 15h2" /><path d="M2 9h2" />
              <path d="M20 15h2" /><path d="M20 9h2" />
              <path d="M9 2v2" /><path d="M9 20v2" />
            </svg>
            <span style={{
  color: 'rgba(163, 179, 188, 0.8)',
  fontSize: '0.9rem'
}}>Complexity</span>
            <div style={{
  display: 'flex',
  gap: '4px',
  marginLeft: '8px'
}}>
              {Array.from({
  length: 5
}, (_, i) => <div key={i} style={{
  width: '20px',
  height: '4px',
  backgroundColor: i < complexity ? '#3a86ff' : 'rgba(255, 255, 255, 0.1)',
  borderRadius: '2px'
}} />)}
            </div>
          </div>
        </div>

        <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 style={{
  display: 'flex',
  justifyContent: 'flex-end',
  alignItems: 'center',
  gap: '8px',
  marginTop: '12px'
}}>
          <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="rgba(163, 179, 188, 0.8)" strokeWidth="2">
            <path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2" />
            <circle cx="12" cy="7" r="4" />
          </svg>
          <span style={{
  color: 'rgba(163, 179, 188, 0.8)',
  fontSize: '0.75rem'
}}>
            {publisher}
          </span>
        </div>
      </div>
    </div>
  </a>;

<CardGroup cols={2}>
  <WorkflowCard cardTitle="Ultimate Web Brute-Forcer" description="Get all possible URLs for a web app through js extraction, fuzzing per dir level, wayback archive, remove false positives and do everything in parallel" iframeUrl="https://editor.trickest.io/preview?workflow_url=https://trickest-public-workflow.s3.eu-central-1.amazonaws.com/34d4829f-814e-4487-a229-417b51ee8e80.json" href="/docs/library/content-discovery/workflows/ultimate-web-brute-forcer" id="34d4829f-814e-4487-a229-417b51ee8e80" category="Content Discovery" complexity={3} publisher="zaric" />

  <WorkflowCard cardTitle="Fuzz URL Levels - Multiple" description="Enumerate URLs for a list of hosts, then use a wordlist to fuzz for additional directories at each level." iframeUrl="https://editor.trickest.io/preview?workflow_url=https://trickest-public-workflow.s3.eu-central-1.amazonaws.com/28a28458-b6e3-43f7-85f4-7e61f6a6f4c7.json" href="/docs/library/content-discovery/workflows/fuzz-url-levels-multiple" id="28a28458-b6e3-43f7-85f4-7e61f6a6f4c7" category="Content Discovery" complexity={3} publisher="zaric" />

  <WorkflowCard cardTitle="Fuzz URL levels" description="Enumerate URLs for a host, then use a wordlist to fuzz for additional directories at each level." iframeUrl="https://editor.trickest.io/preview?workflow_url=https://trickest-public-workflow.s3.eu-central-1.amazonaws.com/8c7d3277-a41f-45ef-a336-1584e2c7f7bc.json" href="/docs/library/content-discovery/workflows/fuzz-url-levels" id="8c7d3277-a41f-45ef-a336-1584e2c7f7bc" category="Content Discovery" complexity={3} publisher="trickest-mhmdiaa" />

  <WorkflowCard cardTitle="Custom Parameter Discovery Wordlist" description="Collect URLs of a list of domains and generate a custom parameter discovery wordlist" iframeUrl="https://editor.trickest.io/preview?workflow_url=https://trickest-public-workflow.s3.eu-central-1.amazonaws.com/fd101877-61f3-485c-a41c-ce1487e77d19.json" href="/docs/library/content-discovery/workflows/custom-parameter-discovery-wordlist" id="fd101877-61f3-485c-a41c-ce1487e77d19" category="Content Discovery" complexity={1} publisher="trickest-mhmdiaa" />

  <WorkflowCard cardTitle="Simple Content Discovery" description="Enumerate subdomains and discover URLs through multiple ways" iframeUrl="https://editor.trickest.io/preview?workflow_url=https://trickest-public-workflow.s3.eu-central-1.amazonaws.com/fe9b9388-d2a6-4bc2-b795-788b369558cc.json" href="/docs/library/content-discovery/workflows/simple-content-discovery" id="fe9b9388-d2a6-4bc2-b795-788b369558cc" category="Content Discovery" complexity={2} publisher="trickest-mhmdiaa" />

  <WorkflowCard cardTitle="Inventory 2.0 - URL enumeration" description="Enumerate URLs from passive sources and classify them based on potential vulnerabilities. Check out the URLs of public bug bounty programs on https://github.com/trickest/inventory" iframeUrl="https://editor.trickest.io/preview?workflow_url=https://trickest-public-workflow.s3.eu-central-1.amazonaws.com/667e254d-2d55-4463-b8f6-46418b5b1d6a.json" href="/docs/library/content-discovery/workflows/inventory-2-0-url-enumeration" id="667e254d-2d55-4463-b8f6-46418b5b1d6a" category="Content Discovery" complexity={3} publisher="trickest-mhmdiaa" />

  <WorkflowCard cardTitle="Brute-Force Parameters - Single URL" description="Get all of the parameters that are used by a single url passed." iframeUrl="https://editor.trickest.io/preview?workflow_url=https://trickest-public-workflow.s3.eu-central-1.amazonaws.com/1d88ceb3-6c35-4b27-b6b5-f1a5704e6e81.json" href="/docs/library/content-discovery/workflows/brute-force-parameters-single-url" id="1d88ceb3-6c35-4b27-b6b5-f1a5704e6e81" category="Content Discovery" complexity={1} publisher="zaric" />

  <WorkflowCard cardTitle="Single Web App Fuzz" description="Fuzz and spider a web application, get responses and zip files for further examination." iframeUrl="https://editor.trickest.io/preview?workflow_url=https://trickest-public-workflow.s3.eu-central-1.amazonaws.com/0b13df35-a96c-4abc-8044-239db32932b6.json" href="/docs/library/content-discovery/workflows/single-web-app-fuzz" id="0b13df35-a96c-4abc-8044-239db32932b6" category="Content Discovery" complexity={2} publisher="zaric" />

  <WorkflowCard cardTitle="JavaScript Links and Paths" description="Find URLs/endpoints in a list of JavaScript files" iframeUrl="https://editor.trickest.io/preview?workflow_url=https://trickest-public-workflow.s3.eu-central-1.amazonaws.com/d734e94f-c0e5-4cb1-b5ce-a896c7a2551f.json" href="/docs/library/content-discovery/workflows/javascript-links-and-paths" id="d734e94f-c0e5-4cb1-b5ce-a896c7a2551f" category="Content Discovery" complexity={1} publisher="trickest-mhmdiaa" />

  <WorkflowCard cardTitle="Virtual Host Discovery" description="Enumerate virtual hosts" iframeUrl="https://editor.trickest.io/preview?workflow_url=https://trickest-public-workflow.s3.eu-central-1.amazonaws.com/b6cd9b4a-db78-4e97-a5dd-ce3196d50362.json" href="/docs/library/content-discovery/workflows/virtual-host-discovery" id="b6cd9b4a-db78-4e97-a5dd-ce3196d50362" category="Content Discovery" complexity={1} publisher="trickest-mhmdiaa" />

  <WorkflowCard cardTitle="Crawl URLs and Discover JavaScript URLs & Endpoints" description="Crawl a web host and extract endpoints and URLs from its JavaScript code" iframeUrl="https://editor.trickest.io/preview?workflow_url=https://trickest-public-workflow.s3.eu-central-1.amazonaws.com/c38a7116-a2ec-419e-88ee-93f7658b0889.json" href="/docs/library/content-discovery/workflows/crawl-urls-and-discover-javascript-urls-and-endpoints" id="c38a7116-a2ec-419e-88ee-93f7658b0889" category="Content Discovery" complexity={1} publisher="trickest-mhmdiaa" />

  <WorkflowCard cardTitle="Brute-Force Files & Directories on a List of Hosts" description="Fuzz a list of hosts for files/directories with a wordlist" iframeUrl="https://editor.trickest.io/preview?workflow_url=https://trickest-public-workflow.s3.eu-central-1.amazonaws.com/459ebaea-c2a8-4c03-b39e-2ff9935c71ee.json" href="/docs/library/content-discovery/workflows/brute-force-files-and-directories-on-a-list-of-hosts" id="459ebaea-c2a8-4c03-b39e-2ff9935c71ee" category="Content Discovery" complexity={2} publisher="trickest-mhmdiaa" />

  <WorkflowCard cardTitle="Spider All Subdomains" description="Spider all subdomains and merge all results." iframeUrl="https://editor.trickest.io/preview?workflow_url=https://trickest-public-workflow.s3.eu-central-1.amazonaws.com/5184ae9d-f320-4737-b8d1-e352206bc993.json" href="/docs/library/content-discovery/workflows/spider-all-subdomains" id="5184ae9d-f320-4737-b8d1-e352206bc993" category="Content Discovery" complexity={2} publisher="trickest-mhmdiaa" />

  <WorkflowCard cardTitle="APK Discovery - Urls & Paths" description="Find URLs & Paths in an APK file" iframeUrl="https://editor.trickest.io/preview?workflow_url=https://trickest-public-workflow.s3.eu-central-1.amazonaws.com/28a8a87e-8841-4e6d-996d-a06b545be702.json" href="/docs/library/content-discovery/workflows/apk-discovery-urls-and-paths" id="28a8a87e-8841-4e6d-996d-a06b545be702" category="Content Discovery" complexity={1} publisher="trickest-mhmdiaa" />

  <WorkflowCard cardTitle="Get All Public Urls" description="Get all archived urls for a list of subdomains." iframeUrl="https://editor.trickest.io/preview?workflow_url=https://trickest-public-workflow.s3.eu-central-1.amazonaws.com/6457e7be-3402-4a1f-8143-fca414dd315e.json" href="/docs/library/content-discovery/workflows/get-all-public-urls" id="6457e7be-3402-4a1f-8143-fca414dd315e" category="Content Discovery" complexity={1} publisher="trickest-mhmdiaa" />

  <WorkflowCard cardTitle="Get all urls and classify by vulnerability type" description="This workflow is used to gather ALL URLs and sort them by common vulnerabilities" iframeUrl="https://editor.trickest.io/preview?workflow_url=https://trickest-public-workflow.s3.eu-central-1.amazonaws.com/45cc28ee-fe5a-460f-b580-4f26977eac08.json" href="/docs/library/content-discovery/workflows/get-all-urls-and-classify-by-vulnerability-type" id="45cc28ee-fe5a-460f-b580-4f26977eac08" category="Content Discovery" complexity={3} publisher="trickest-mhmdiaa" />
</CardGroup>
