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

# Network Tools

> Explore a collection of powerful and efficient tools in the Network 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="asnmap" description="Go CLI for quickly mapping organization network ranges using ASN information." iframeUrl="https://editor.trickest.io/preview?workflow_url=https://trickest-public-workflow.s3.eu-central-1.amazonaws.com/0f6fe2f2-1ed8-4402-84d0-e41ab9c91054.json" href="/docs/library/network/tools/asnmap" category="Network" />

  <ToolCard cardTitle="decant" description="Decant can be used to expand CIDR ranges into a list of IP addresses easily." iframeUrl="https://editor.trickest.io/preview?workflow_url=https://trickest-public-workflow.s3.eu-central-1.amazonaws.com/ed5adaea-2cd8-4129-b09f-7533d77f075a.json" href="/docs/library/network/tools/decant" category="Network" />

  <ToolCard cardTitle="dnsvalidator" description="Maintains a list of IPv4 DNS servers by verifying them against baseline servers, and ensuring accurate responses." iframeUrl="https://editor.trickest.io/preview?workflow_url=https://trickest-public-workflow.s3.eu-central-1.amazonaws.com/74ef0d55-1358-47ae-9047-a9362f9a3149.json" href="/docs/library/network/tools/dnsvalidator" category="Network" />

  <ToolCard cardTitle="dnsvalidator-patch" description="Maintains a list of IPv4 DNS servers by verifying them against baseline servers, and ensuring accurate responses." iframeUrl="https://editor.trickest.io/preview?workflow_url=https://trickest-public-workflow.s3.eu-central-1.amazonaws.com/3457b857-de80-472c-a94d-455e885f5ec3.json" href="/docs/library/network/tools/dnsvalidator-patch" category="Network" />

  <ToolCard cardTitle="evilscan" description="Nodejs Simple Network Scanner" iframeUrl="https://editor.trickest.io/preview?workflow_url=https://trickest-public-workflow.s3.eu-central-1.amazonaws.com/594e511e-97b7-4f22-93b1-d92fd9ff056c.json" href="/docs/library/network/tools/evilscan" category="Network" />

  <ToolCard cardTitle="fingerprintx" description="Standalone utility for service discovery on open ports." iframeUrl="https://editor.trickest.io/preview?workflow_url=https://trickest-public-workflow.s3.eu-central-1.amazonaws.com/55d51f04-f43b-4685-9640-df213167f899.json" href="/docs/library/network/tools/fingerprintx" category="Network" />

  <ToolCard cardTitle="get-asn-prefixes" description="Get prefixes by asn." iframeUrl="https://editor.trickest.io/preview?workflow_url=https://trickest-public-workflow.s3.eu-central-1.amazonaws.com/b4d0f836-389a-4c9e-b2ef-97d137a92b56.json" href="/docs/library/network/tools/get-asn-prefixes" category="Network" />

  <ToolCard cardTitle="httprobe" description="Take a list of domains and probe for working http and https servers." iframeUrl="https://editor.trickest.io/preview?workflow_url=https://trickest-public-workflow.s3.eu-central-1.amazonaws.com/7a4f1cc0-c02e-4ea6-a563-1a2d1ad23296.json" href="/docs/library/network/tools/httprobe" category="Network" />

  <ToolCard cardTitle="httpx" description="Httpx is a fast and multi-purpose HTTP toolkit allow to run multiple probers using retryablehttp library, it is designed to maintain the result reliability with increased threads" iframeUrl="https://editor.trickest.io/preview?workflow_url=https://trickest-public-workflow.s3.eu-central-1.amazonaws.com/670cc013-e62c-4325-a3fb-45905e9de5bd.json" href="/docs/library/network/tools/httpx" category="Network" />

  <ToolCard cardTitle="ipinfo" description="Command Line Interface for the IPinfo API (IP geolocation and other types of IP data)" iframeUrl="https://editor.trickest.io/preview?workflow_url=https://trickest-public-workflow.s3.eu-central-1.amazonaws.com/0ee5f685-2918-46a2-98bd-2d064c07789d.json" href="/docs/library/network/tools/ipinfo" category="Network" />

  <ToolCard cardTitle="mapcidr" description="Perform multiple operations for a given subnet/CIDR ranges." iframeUrl="https://editor.trickest.io/preview?workflow_url=https://trickest-public-workflow.s3.eu-central-1.amazonaws.com/a800a1b8-a0f3-4b02-ab7d-51fa21787e29.json" href="/docs/library/network/tools/mapcidr" category="Network" />

  <ToolCard cardTitle="masscan" description="This is an Internet-scale port scanner. It can scan the entire Internet in under 6 minutes, transmitting 10 million packets per second, from a single machine." iframeUrl="https://editor.trickest.io/preview?workflow_url=https://trickest-public-workflow.s3.eu-central-1.amazonaws.com/047727a3-0dcf-45ee-832e-30aed6009d09.json" href="/docs/library/network/tools/masscan" category="Network" />

  <ToolCard cardTitle="masscan-json" description="This is an Internet-scale port scanner. It can scan the entire Internet in under 6 minutes, transmitting 10 million packets per second, from a single machine." iframeUrl="https://editor.trickest.io/preview?workflow_url=https://trickest-public-workflow.s3.eu-central-1.amazonaws.com/d30b7388-8e1f-435f-b825-8ad60d410d45.json" href="/docs/library/network/tools/masscan-json" category="Network" />

  <ToolCard cardTitle="naabu" description="Naabu is a port scanning tool written in Go that allows you to enumerate valid ports for hosts in a fast and reliable manner. It is a really simple tool that does fast SYN scans on the host/list of hosts and lists all ports that return a reply." iframeUrl="https://editor.trickest.io/preview?workflow_url=https://trickest-public-workflow.s3.eu-central-1.amazonaws.com/33f8efa7-a592-465a-b415-bbdf5888f89d.json" href="/docs/library/network/tools/naabu" category="Network" />

  <ToolCard cardTitle="nscan" description="Nscan is a fast Network scanner optimized for internet-wide scanning purposes and inspired by Masscan and Zmap. It has it's own tiny TCP/IP stack and uses Raw sockets to send TCP SYN probes. It doesn't need to set SYN Cookies so it doesn't wastes time checking if a received packet is a result of it's own scan, that makes Nscan faster than other similar scanners." iframeUrl="https://editor.trickest.io/preview?workflow_url=https://trickest-public-workflow.s3.eu-central-1.amazonaws.com/76c323ab-b69c-483a-9db1-8c75c796420a.json" href="/docs/library/network/tools/nscan" category="Network" />

  <ToolCard cardTitle="prips" description="tool that prints the IP addresses in a given range" iframeUrl="https://editor.trickest.io/preview?workflow_url=https://trickest-public-workflow.s3.eu-central-1.amazonaws.com/842f5898-6f5b-4018-96a7-460d7e6fd9e7.json" href="/docs/library/network/tools/prips" category="Network" />

  <ToolCard cardTitle="rustscan" description="The Modern Port Scanner. Find ports quickly (3 seconds at its fastest). Run scripts through our scripting engine (Python, Lua, Shell supported)." iframeUrl="https://editor.trickest.io/preview?workflow_url=https://trickest-public-workflow.s3.eu-central-1.amazonaws.com/e6fc80af-4a5d-4145-bc86-2600e7dc8707.json" href="/docs/library/network/tools/rustscan" category="Network" />

  <ToolCard cardTitle="rustscan-loop" description="The Modern Port Scanner. Find ports quickly (3 seconds at its fastest). Run scripts through our scripting engine (Python, Lua, Shell supported)." iframeUrl="https://editor.trickest.io/preview?workflow_url=https://trickest-public-workflow.s3.eu-central-1.amazonaws.com/9d1ea27f-5e43-4535-92fd-200fdfd10bbf.json" href="/docs/library/network/tools/rustscan-loop" category="Network" />

  <ToolCard cardTitle="uncover" description="Quickly discover exposed hosts on the internet using multiple search engines." iframeUrl="https://editor.trickest.io/preview?workflow_url=https://trickest-public-workflow.s3.eu-central-1.amazonaws.com/b2fd8519-9322-4d42-96e9-4be05b4db80c.json" href="/docs/library/network/tools/uncover" category="Network" />

  <ToolCard cardTitle="zmap" description="ZMap is a fast single packet network scanner designed for Internet-wide network surveys." iframeUrl="https://editor.trickest.io/preview?workflow_url=https://trickest-public-workflow.s3.eu-central-1.amazonaws.com/ad902d54-a424-4969-bf45-d63faf20d8da.json" href="/docs/library/network/tools/zmap" category="Network" />
</CardGroup>
