Skip to content

karolba/wgcfcat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wgcfcat

Like netcat, but over Cloudflare WARP!

Usage:

Usage of wgcfcat:
  -a, --accept-warp-tos     Accept the Cloudflare WARP Terms Of Service (reqired)
  -c, --config-dir string   Runtime directory where connection parameters will be stored
  -h, --host string         Host to connect to over cloudflare WARP
      --keepalive uint      Keepalive interval in seconds
  -p, --port uint           Port to connect to over cloudflare WARP

Example uses

Access a remote host over IPv6 on an IPv4-only connection by going through Cloudflare WARP:

$ ssh -o ProxyCommand='wgcfcat --accept-warp-tos -h %h -p %p' user@ipv6-host

Query an HTTP web server over WARP:

$ echo -e 'GET / HTTP/1.1\r\nHost: ipv6.google.com\r\n\r\n' | wgcfcat -a -h ipv6.google.com -p 80

Credits

Notice of Non-Affiliation and Disclaimer

I am not affiliated, associated, authorized, endorsed by, or in any way officially connected with Cloudflare, or any of its subsidiaries or its affiliates. The official Cloudflare website can be found at https://www.cloudflare.com/.

The names Cloudflare Warp and Cloudflare as well as related names, marks, emblems and images are registered trademarks of their respective owners.

About

Like netcat, but over Cloudflare WARP

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages