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

# OSINT Tools

> Explore a collection of powerful and efficient tools in the OSINT 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="dnsdumpster-dns-lookup" description="Look up DNS records on DNSDumpster" iframeUrl="https://editor.trickest.io/preview?workflow_url=https://trickest-public-workflow.s3.eu-central-1.amazonaws.com/4b6bd82b-0d26-4e49-a454-50d55e1949e3.json" href="/docs/library/osint/tools/dnsdumpster-dns-lookup" category="OSINT" />

  <ToolCard cardTitle="dnsdumpster-host-search" description="Look up a host on DNSDumpster" iframeUrl="https://editor.trickest.io/preview?workflow_url=https://trickest-public-workflow.s3.eu-central-1.amazonaws.com/2fced42e-51b9-4cbd-a5b1-0dd9e41ed5fd.json" href="/docs/library/osint/tools/dnsdumpster-host-search" category="OSINT" />

  <ToolCard cardTitle="dnstwist" description="See what sort of trouble users can get in trying to type your domain name. Find lookalike domains that adversaries can use to attack you. Can detect typosquatters, phishing attacks, fraud, and brand impersonation. Useful as an additional source of targeted threat intelligence." iframeUrl="https://editor.trickest.io/preview?workflow_url=https://trickest-public-workflow.s3.eu-central-1.amazonaws.com/acddf5df-5a84-4811-b6ba-fff35dd8ca10.json" href="/docs/library/osint/tools/dnstwist" category="OSINT" />

  <ToolCard cardTitle="enumerepo" description="List all public repositories for (valid) Github usernames" iframeUrl="https://editor.trickest.io/preview?workflow_url=https://trickest-public-workflow.s3.eu-central-1.amazonaws.com/ad26f198-d535-4199-acb8-ea4c3a0fb747.json" href="/docs/library/osint/tools/enumerepo" category="OSINT" />

  <ToolCard cardTitle="infoga" description="Infoga is a tool gathering email accounts informations (ip,hostname,country,...) from different public source (search engines, pgp key servers and shodan) and check if emails was leaked using haveibeenpwned.com API." iframeUrl="https://editor.trickest.io/preview?workflow_url=https://trickest-public-workflow.s3.eu-central-1.amazonaws.com/a77d9eb7-3da6-415f-8957-c8e3a2635621.json" href="/docs/library/osint/tools/infoga" category="OSINT" />

  <ToolCard cardTitle="maigret" description="Collect a dossier on a person by username from thousands of sites" iframeUrl="https://editor.trickest.io/preview?workflow_url=https://trickest-public-workflow.s3.eu-central-1.amazonaws.com/a98fc55f-e16d-4998-9b57-d62b15144994.json" href="/docs/library/osint/tools/maigret" category="OSINT" />

  <ToolCard cardTitle="pymeta" description="Search the web for files on a domain to download and extract metadata. This technique can be used to identify: domains, usernames, software/version numbers and naming conventions." iframeUrl="https://editor.trickest.io/preview?workflow_url=https://trickest-public-workflow.s3.eu-central-1.amazonaws.com/48bb1ade-d0db-4c6e-a5d4-e81833a63908.json" href="/docs/library/osint/tools/pymeta" category="OSINT" />

  <ToolCard cardTitle="shodan-download" description="Download json.gz data from shodan." iframeUrl="https://editor.trickest.io/preview?workflow_url=https://trickest-public-workflow.s3.eu-central-1.amazonaws.com/c4eb3c68-d6a1-42f3-997e-11d539b6f005.json" href="/docs/library/osint/tools/shodan-download" category="OSINT" />

  <ToolCard cardTitle="shodan-python" description="Shodan is a search engine for Internet-connected devices. Google lets you search for websites, Shodan lets you search for devices." iframeUrl="https://editor.trickest.io/preview?workflow_url=https://trickest-public-workflow.s3.eu-central-1.amazonaws.com/b7f6895e-40b6-4b01-8058-c34d3d81b31b.json" href="/docs/library/osint/tools/shodan-python" category="OSINT" />

  <ToolCard cardTitle="socialscan" description="Socialscan offers accurate and fast checks for email address and username usage on online platforms. Given an email or username, socialscan returns whether it is available, taken or invalid on online platforms." iframeUrl="https://editor.trickest.io/preview?workflow_url=https://trickest-public-workflow.s3.eu-central-1.amazonaws.com/67f411eb-b2c7-4c4d-927e-87ff4909c8a1.json" href="/docs/library/osint/tools/socialscan" category="OSINT" />
</CardGroup>
