A simple LD_PRELOAD library to disable SSL certificate verification. Inspired by libeatmydata.
C
183
5 commits
updated Sep 20, 2018
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.
$ make
$ LD_PRELOAD=./libleakmydata.so curl https://self-signed.badssl.com/
...
Eventually, I'd like to come up with some method of hooking into Firefox/Chrome, which each use staticly linked SSL libraries.
5 commits
C
88.0%
Makefile
12.0%
A simple LD_PRELOAD library to disable SSL certificate verification. Inspired by libeatmydata.
C
183
5 commits
updated Sep 20, 2018
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.
$ make
$ LD_PRELOAD=./libleakmydata.so curl https://self-signed.badssl.com/
...
Eventually, I'd like to come up with some method of hooking into Firefox/Chrome, which each use staticly linked SSL libraries.
5 commits
C
88.0%
Makefile
12.0%