YAWAST

yawast-ng is an application meant to simplify initial analysis and information gathering for penetration testers and security auditors.

View the Project on GitHub Numorian/yawast-ng

This page contains notes and important information about testing for SWEET32, 3DES, and OpenSSL compatibility.

Versions 0.8 & up

yawast-ng, starting with 0.8, uses an embedded copy of sslyze and leverages it for access to a compiled version of OpenSSL that supports 3DES cipher suites. This is done to make it easy to maintain, and easy for users. This eliminates the majority of issues that users have experienced.

Versions 0.7 & below

The SWEET32 test relies on being able to send requests using a 3DES cipher suite, which when OpenSSL is compiled without 3DES support, this test fails. As most modern releases of OpenSSL have this cipher suite disabled at build time, this creates a problem for this test.

At the moment, the easiest work around for this issue is to use the docker container which includes a version of OpenSSL that’s properly configured.