Ross ROSS = Recommend OSS · open-source software intelligence for agents

codingo/Interlace

Easily turn single threaded command line applications into a fast, multi-threaded application with CIDR and glob support. observed · 2026-08-28

github.com/codingo/Interlace · Python · GPL-3.0 (copyleft) observed · 2026-08-28

Health v2 · maintenance only

41/100

  • Activity 41
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 2871
  • days_rel: n/a
  • days_push: 355
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1303 stars · 189 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Interlace is a Python CLI tool that wraps single-threaded command-line applications and runs them in parallel across many targets, adding CIDR and glob notation support. It is popular in penetration testing and bug bounty workflows for speeding up tools like Nikto or Nmap without modifying them.

Use cases

  • run nikto against thousands of hosts in parallel
  • multithread a command-line tool that has no threading support
  • enumerate services across a CIDR range quickly
  • parallelize bug bounty recon commands
  • run a command against a list of targets with thread limits
  • add proxy rotation and exclusions to single-threaded scanners

When to choose

  • you need to speed up single-threaded CLI security tools without writing code
  • you want CIDR, glob, or target-list expansion for tools that lack it
  • you run repetitive enumeration commands across many hosts

When to avoid

  • the underlying tool already supports multithreading or CIDR natively
  • you need a GUI or long-running service rather than a command wrapper
  • you are not comfortable with command-line workflows

Facets

cli-tool · maturity active

cli concurrency penetration-testing developer-tools security penetration-testing developer-tools python cli cross-platform multithreading cidr glob enumeration bugbounty oscp service-enumeration command-wrapper command-line linux

1 source

Member repositories

RepositoryRoleHealth v2
codingo/Interlacemain41

For agents

markdown · JSON · MCP: product_card(name="codingo/Interlace")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem