All Projects → DavidBuchanan314 → Libleakmydata

DavidBuchanan314 / Libleakmydata

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

Programming Languages

c
50402 projects - #5 most used programming language

Labels

Projects that are alternatives of or similar to Libleakmydata

Chromium Gost
Chromium с поддержкой алгоритмов ГОСТ
Stars: ✭ 123 (-6.82%)
Mutual labels:  ssl, tls
Certstrap
Tools to bootstrap CAs, certificate requests, and signed certificates.
Stars: ✭ 1,689 (+1179.55%)
Mutual labels:  ssl, tls
Ghostunnel
A simple SSL/TLS proxy with mutual authentication for securing non-TLS services
Stars: ✭ 1,296 (+881.82%)
Mutual labels:  ssl, tls
Tlslite Ng
TLS implementation in pure python, focused on interoperability testing
Stars: ✭ 119 (-9.85%)
Mutual labels:  ssl, tls
Sslsplit
Transparent SSL/TLS interception
Stars: ✭ 1,371 (+938.64%)
Mutual labels:  ssl, tls
Docker Openldap
Docker OpenLDAP Container w/TLS & Replication Support S6 Overlay, and Zabbix Monitoring based on Alpine
Stars: ✭ 74 (-43.94%)
Mutual labels:  ssl, tls
Captagent
100% Open-Source Packet Capture Agent for HEP
Stars: ✭ 116 (-12.12%)
Mutual labels:  ssl, tls
Wolfssl
wolfSSL (formerly CyaSSL) is a small, fast, portable implementation of TLS/SSL for embedded devices to the cloud. wolfSSL supports up to TLS 1.3!
Stars: ✭ 1,098 (+731.82%)
Mutual labels:  ssl, tls
Pem
Easy PEM file parsing in Python.
Stars: ✭ 122 (-7.58%)
Mutual labels:  ssl, tls
Ssl Checker
Python script that collects SSL/TLS information from hosts
Stars: ✭ 94 (-28.79%)
Mutual labels:  ssl, tls
Merecat
Small and made-easy HTTP/HTTPS server based on Jef Poskanzer's thttpd
Stars: ✭ 69 (-47.73%)
Mutual labels:  ssl, tls
React Native Tcp Socket
React Native TCP socket API for Android, iOS & macOS with client SSL/TLS support
Stars: ✭ 112 (-15.15%)
Mutual labels:  ssl, tls
Tlslibrary
Simple TlsLibrary written in Kotlin - Provides DSL for creating TLS connections
Stars: ✭ 67 (-49.24%)
Mutual labels:  ssl, tls
Acme client
Java ACME Client application
Stars: ✭ 77 (-41.67%)
Mutual labels:  ssl, tls
Gmtls
GM TLS/SSL Based on Golang (基于国密算法的TLS/SSL代码库)
Stars: ✭ 63 (-52.27%)
Mutual labels:  ssl, tls
Tls Inspector
Easily view and inspect X.509 certificates on your iOS device.
Stars: ✭ 92 (-30.3%)
Mutual labels:  ssl, tls
Nico
A HTTP2 web server for reverse proxy and single page application, automatically apply for ssl certificate, Zero-Configuration.
Stars: ✭ 43 (-67.42%)
Mutual labels:  ssl, tls
Ssl Baseline
DevSec SSL/TLS Baseline - InSpec Profile
Stars: ✭ 56 (-57.58%)
Mutual labels:  ssl, tls
Php Hyper Builtin Server
Reverse proxy for PHP built-in server which supports multiprocessing and TLS/SSL encryption
Stars: ✭ 93 (-29.55%)
Mutual labels:  ssl, tls
Lemur
Repository for the Lemur Certificate Manager
Stars: ✭ 1,533 (+1061.36%)
Mutual labels:  ssl, tls

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].