Skip to content

A small PoC demonstrating TLS interception on both HTTP1 and HTTP2

License

Notifications You must be signed in to change notification settings

Costinteo/hook-https

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hook-https

A small PoC demonstrating TLS interception on both HTTP1 and HTTP2.

Greatly inspired by https://github.com/sebcat/openssl-hook

Building

Makefile has all batteries included.

$ make             # makes the library
$ make test-all    # makes some sample curl calls while hooked
$ make test-http1  # makes a http1 over TLS curl call while hooked
$ make test-http2  # makes a http2 over TLS curl call while hooked

About

A small PoC demonstrating TLS interception on both HTTP1 and HTTP2

Topics

Resources

License

Stars

Watchers

Forks