Skip to content

DavidBuchanan314/libleakmydata

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

libleakmydata

A simple LD_PRELOAD library to disable SSL certificate verification. Inspired by libeatmydata.

DO NOT USE this if you care about the authenticity or privacy of any data transmitted over TLS/SSL.

Example usage:

$ make
$ LD_PRELOAD=./libleakmydata.so curl https://self-signed.badssl.com/
...

Currently supported libraries:

  • OpenSSL
  • GnuTLS
  • WebKit2GTK (Tested with Midori and Epiphany browsers)

Eventually, I'd like to come up with some method of hooking into Firefox/Chrome, which each use staticly linked SSL libraries.

About

A simple LD_PRELOAD library to disable SSL certificate verification. Inspired by libeatmydata.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published