Skip to content

passe-partout is a tool to extract SSL private keys from process memory written by Nicolas Collignon and Jean-Baptiste Aviat (passe-partout@hsc.fr).

swills/passe-partout

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Passe partout v0.1

NOTE: This project requires OpenSSL 1.0.x to build. Building against OpenSSL 1.1.x does not work.

passe-partout is a tool to extract SSL private keys from process memory written by Nicolas Collignon and Jean-Baptiste Aviat (passe-partout@hsc.fr).

More information may be found at the following URLs:

Tested to work with:

  • sshd and ssh-agent (from OpenSSH 7.4p1 running on Fedora 24)
  • sshd and ssh-agent (from OpenSSH 6.1)
  • ssh-agent running on macOS Sierra (System Integrity Protection needs to be turned off)
  • Apache httpd 2.2.23
  • Nginx 1.2.6
  • Node.js v0.8.15
  • Thin web server (v1.5.0 codename Knife)
  • Tomcat 7.0.34 + apr 1.4.6 + jdk7-openjdk 7.u9
  • CherryPy 3.2.2 + Python 2.7.3 (load generation is required to catch live SSL_CTX objects)
  • Tornado 2.4.1 + Python 2.7.3 (load generation is required to catch live SSL_CTX objects)
  • Tornado 2.4.1 + Python 3.3.0 (load generation is required to catch live SSL_CTX objects)

Test Platform (if not specified): Arch Linux 64-bit, OpenSSL 1.0.1c

License: Beerware

Authors: Nicolas Collignon and Jean-Baptiste Aviat

About

passe-partout is a tool to extract SSL private keys from process memory written by Nicolas Collignon and Jean-Baptiste Aviat (passe-partout@hsc.fr).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 95.1%
  • Ruby 2.3%
  • Shell 1.8%
  • Other 0.8%