8000 GitHub - ZetaTwo/ctf-tls-example: Example using Envoy as a TLS proxy with SNI routing to host CTF challenges
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Example using Envoy as a TLS proxy with SNI routing to host CTF challenges

Notifications You must be signed in to change notification settings

ZetaTwo/ctf-tls-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CTF TLS Test

GCP Notes

gcloud init
gcloud auth application-default login
gcloud config set project ctf-tls-test
gcloud config set compute/zone europe-north1-a

Result

$ host chall2.ctftest1.zetatwo.dev
chall2.ctftest1.zetatwo.dev has address 34.88.159.215
$ host chall1.ctftest1.zetatwo.dev
chall1.ctftest1.zetatwo.dev has address 34.88.159.215
$ ncat --ssl-verify chall2.ctftest1.zetatwo.dev 443
Hello pwn!
$ curl https://chall1.ctftest1.zetatwo.dev
...
<p><em>Thank you for using nginx.</em></p>
...

About

Example using Envoy as a TLS proxy with SNI routing to host CTF challenges

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0