Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
O-Saft — O-Saft - OWASP SSL advanced forensic tool | Kitploit
Tools/GitHubGitHub/owasp/o-saft
Vulnerability ScannersNetwork SecurityCryptographyPenetration Testing
GitHubowasp/o-saft

O-Saft

O-Saft - OWASP SSL advanced forensic tool

View Repository
3858723 days agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Any use of this project's code by GitHub Copilot, past or present, is done without our permission. We do not consent to GitHub's use of this project's code in Copilot.

O-Saft - OWASP SSL advanced forensic tool

Download Version 24.09.24

QUICK START

root@kitploit:~
  o-saft.pl --help
  o-saft.pl +check  your.tld
  o-saft.pl +info   your.tld
  o-saft.pl +quick  your.tld
  o-saft.pl +cipher your.tld
  o-saft.pl --help=commands

  o-saft.tcl      # (simple GUI; requires Tcl/Tk 8.5 or newer)

  o-saft-docker   # (simple wrapper to call o-saft.pl in docker image)

  o-saft          # (simple wrapper to call o-saft.pl or o-saft.tcl or o-saft-docker)

DESCRIPTION

This tools lists information about remote target's SSL certificate and tests the remote target according given list of ciphers.

UNIQUE FEATURES

  • working in closed environments, i.e. without internet connection
  • checking availability of ciphers independent of installed library
  • checking for all possible ciphers (up to 65535 per SSL protocol)
  • needs just perl without modules for checking ciphers and protocols
  • mainly same results on all platforms

WHY?

Why a new tool for checking SSL when there already exist a dozens or more good tools in 2012? Some (but not all) reasons are:

  • lack of tests of unusual ciphers
  • different results returned for the same check on same target
  • missing functionality (checks) according modern SSL/TLS
  • lack of tests of unusual (SSL, certificate) configurations
  • (mainly) missing feasability to add own tests

For more details, please use:

root@kitploit:~
  o-saft.pl --help

or read the source ;-)

TARGET AUDIENCE

  • penetration testers
  • administrators

INSTALLATION

o-saft.pl requires following Perl modules:

ModuleVersion
Net::SSLeay(prefered >= 1.51, recommended 1.94)

It can be executed from within the unpacked or cloned directory, installation is not necessary. However, a INSTALL.sh script will be provided, which can be called as follows:

Own modules are all installed in ./lib .

root@kitploit:~
  INSTALL.sh /path/to/install
  INSTALL.sh --check

For more details on installation, please see:

root@kitploit:~
  INSTALL.sh --help

There're no dependencies to other Perl modules for checkAllCiphers.pl so the test of all ciphers will work with it.

Following files/tools are optional:

Sources

  • Project home is https://www.owasp.org/index.php/O-Saft
  • Project repo is https://github.com/OWASP/O-Saft
  • Historic Project home https://www.owasp.org/index.php/Projects/O-Saft

Get a Copy (latest stable release)

root@kitploit:~
  wget https://github.com/OWASP/O-Saft/raw/master/o-saft.tgz

Get a Copy (development version)

root@kitploit:~
  git clone https://github.com/OWASP/O-Saft.git
  git clone [email protected]:OWASP/O-Saft.git

Get Docker Image (latest stable release)

root@kitploit:~
  docker pull owasp/o-saft

VERSION

24.09.24

The version of the tarball o-saft.tgz represents the version listed on top herein. All other files in the repository may be ahead of this tarball version.

SHA256 checksum of o-saft.tgz

root@kitploit:~
158e33ea4c1f27ac87da3555f811d01bbccdf1756f064d68c144f58aad02eb0e

SHA256 checksum of docker image owasp/o-saft:latest and owasp/o-saft:24.09.24

root@kitploit:~
sha256:20b7ce94aa01861b4b3ebd4944c39ee243fee7550e4303e45658703ff5d038b9

NOTE that the checksums listed here are the previous versions if this file is from o-saft.tgz itself, or inside the docker image.

Changes

A detailled list of changes can be found in CHANGES. It will be updated with each new version (release).

Older version

If older versions should be used, please get the correspondig o-saft.tgz from github's releases, see: https://github.com/OWASP/O-Saft/releases (as of September 2024).

Download Tool
IO::Socket::SSL(prefered >= 1.37, recommended 2.081)
IO::Socket::INET(prefered >= 2.49)
Net::DNS(prefered >= 1.36, for --mx option only)
File / ToolDescription
.o-saft.pl(private user configuration)
.o-saft.tcl(private user configuration for GUI)
lib/OTrace.pm(functions for debugging)
lib/OMan.pm(documentation and generation functions)
doc/o-saft.pod(documentation in POD format)
lib/o-saft-img.tcl(images for buttons in GUI)
usr/checkAllCiphers.pl(simple script for checking all ciphers)
usr/*(additional programs and tools)