EnglishFrenchSpanish

OnWorks favicon

openvpn-vulnkey - Online in the Cloud

Run openvpn-vulnkey in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command openvpn-vulnkey that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


openvpn-vulnkey — check blacklist of compromised keys

SYNOPSIS


openvpn-vulnkey [-q] file ...

DESCRIPTION


openvpn-vulnkey checks a key against a blacklist of compromised keys.

A substantial number of keys are known to have been generated using a broken version of
OpenSSL distributed by Debian which failed to seed its random number generator correctly.
Keys generated using these OpenSSL versions should be assumed to be compromised. This tool
may be useful in checking for such OpenVPN shared static keys. See openssl-vulnkey(1) for
details on checking SSL/TLS certificates.

Keys that are compromised cannot be repaired; replacements must be generated using
openvpn(8). Shared keys can be regenerated with:

$ openvpn --genkey --secret file

The options are as follows:

-q Quiet mode. openvpn-vulnkey(1). Normally, openvpn-vulnkey outputs the fingerprint
of each key scanned, with a description of its status. This option suppresses that
output.

BLACKLIST MD5SUM FORMAT


The blacklist file may start with comments, on lines starting with “#”. After these initial
comments, it must follow a strict format:

· Each line must consist of the lower-case hexadecimal MD5 key fingerprint, and with
the first 12 characters removed (that is, the least significant 80 bits of the
fingerprint).

The key fingerprint may be generated using

$ cat file.pem | sed '/^[^0-9a-f]/d' | md5sum | cut -d ' ' -f 1

This strict format is necessary to allow the blacklist file to be checked quickly.

Use openvpn-vulnkey online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    unitedrpms
    unitedrpms
    Join us in Gitter!
    https://gitter.im/unitedrpms-people/Lobby
    Enable the URPMS repository in your
    system -
    https://github.com/UnitedRPMs/unitedrpms.github.io/bl...
    Download unitedrpms
  • 2
    Boost C++ Libraries
    Boost C++ Libraries
    Boost provides free portable
    peer-reviewed C++ libraries. The
    emphasis is on portable libraries which
    work well with the C++ Standard Library.
    See http://www.bo...
    Download Boost C++ Libraries
  • 3
    VirtualGL
    VirtualGL
    VirtualGL redirects 3D commands from a
    Unix/Linux OpenGL application onto a
    server-side GPU and converts the
    rendered 3D images into a video stream
    with which ...
    Download VirtualGL
  • 4
    libusb
    libusb
    Library to enable user space
    application programs to communicate with
    USB devices. Audience: Developers, End
    Users/Desktop. Programming Language: C.
    Categories...
    Download libusb
  • 5
    SWIG
    SWIG
    SWIG is a software development tool
    that connects programs written in C and
    C++ with a variety of high-level
    programming languages. SWIG is used with
    different...
    Download SWIG
  • 6
    WooCommerce Nextjs React Theme
    WooCommerce Nextjs React Theme
    React WooCommerce theme, built with
    Next JS, Webpack, Babel, Node, and
    Express, using GraphQL and Apollo
    Client. WooCommerce Store in React(
    contains: Products...
    Download WooCommerce Nextjs React Theme
  • More »

Linux commands

Ad