Netweave gives you direct, unmediated access to any network endpoint on the planet. Connect, listen, scan, transfer, chat — all from a single, category-defining interface. This is networking at first principles.
Reach any host on any port with zero config. TCP or UDP, raw or encrypted. Just tell Netweave where to go.
netweave example.com 8080
Spin up a server on any port instantly. Accept connections, receive data, or bind applications to the network.
netweave -l 9090
Zero-I/O reconnaissance. Probe any port range with surgical precision and discover what's listening, silently.
netweave -z -v host 1-1024
Move files across any network boundary. No protocol overhead, no handshake tax. Just raw, point-to-point data.
netweave -l 9899 > file.dat
Ad-hoc real-time messaging between any number of connected parties. Connection brokering built right in.
netweave -l --chat 4444
End-to-end SSL/TLS encryption baked into every connection. Verify certificates, pin ciphersuites, negotiate ALPN — all at the socket level.
--ssl --ssl-verifyBind any application directly to the network. Execute commands on connection, turning local programs into live network services in one line.
-e COMMANDTunnel through HTTP, SOCKS4, or SOCKS5 proxies with authenticated credentials. Your traffic, your path, your rules.
--proxy --proxy-typeFlip to UDP with a single flag. Full datagram support for latency-sensitive workloads, DNS probing, and connectionless architectures.
-uWhitelist and blacklist hosts with allow/deny rules. File-based ACLs for large-scale deployments. Only the right connections get through.
--allow --denyKeep-open mode accepts unlimited simultaneous connections with configurable concurrency limits. Your server never sleeps.
-k --max-connsSkip DNS resolution entirely. Operate with pure IP addresses for maximum stealth and zero lookup latency.
-nMulti-party connection brokering lets clients behind NATs communicate through a centralised Netweave relay. Network topology is irrelevant.
--brokerConnect to a remote host, listen for inbound connections, or scan a port range. Every mode is one flag away.
Layer on encryption, set timeouts, bind source addresses, route through proxies — compose your perfect network primitive.
Pipe anything through the connection. Files, commands, chat messages, application I/O — if it's data, Netweave moves it.
Watch Netweave establish connections in real time. Select a scenario to see raw socket communication unfold.
Watch Netweave's zero-I/O mode sweep through port ranges with surgical precision.
"Netweave replaced our entire custom socket library. One tool — connect, listen, transfer, proxy. It compound-accelerated our infra velocity by 10x."
"The Phantom Probe scan mode is game-changing. We went from zero visibility to full port reconnaissance in under a second. That's a paradigm shift for our security posture."
"I use Netweave for everything. Quick file transfers, banner grabs, debugging HTTP, probing services. It's the Swiss army knife energy I never knew I needed."
"The --broker mode lets our field teams communicate through NAT-traversed connections without any infrastructure changes. High-leverage, zero friction, default alive."
Start free. Scale infinitely. No hidden fees, no per-byte charges.
-z)-l)-k)-s, -p)-v)--chat)--allow/--deny)-o, -x)-e, -c)--broker)-U)Netweave natively supports TCP (default), UDP (-u), and SCTP
(--sctp), with full SSL/TLS encryption available across all modes. We also
support Unix domain sockets (-U) and AF_VSOCK for hypervisor-grade
communication.
Absolutely. Enable --ssl on any connection for transport-level encryption. Use
--ssl-verify for certificate validation, --ssl-cert and
--ssl-key for mutual TLS, and --ssl-ciphers to lock down your
ciphersuite selection. Enterprise plans include full session hex-dump logging for
compliance.
Yes — both directions. Use --proxy with --proxy-type http,
socks4, or socks5 to tunnel outbound connections through a proxy.
Or run Netweave as an HTTP proxy server in listen mode with
-l --proxy-type http.
Netweave operates at the socket level, so it works anywhere you have network interfaces —
localhost, LAN, or air-gapped environments. Unix domain sockets (-U) require no
network whatsoever.
Netweave's --chat flag enables a built-in multi-party messaging server. Each
connected client gets a unique ID prefix, messages are relayed to all participants, and
non-printable characters are automatically escaped for terminal safety. It's real-time
collaboration at the socket level.