Software Alternatives & Reviews

How to implement SSL/TLS pinning in Node.js

Nmap mitmproxy
  1. 1
    Nmap Free Security Scanner, Port Scanner, & Network Exploration Tool. Download open source software for Linux, Windows, UNIX, FreeBSD, etc.
    A third way to test our SSL/TLS pinning is using network scanning tools such as Nmap to perform an SSL port scan. Nmap provides the ssl-enum-chipers command to scan an SSL port on a specified target.

    #Security #Security Monitoring #Monitoring Tools 187 social mentions

  2. mitmproxy is an SSL-capable man-in-the-middle proxy for HTTP.
    Pricing:
    • Open Source
    A great way to test the effectiveness of a pinning implementation is by simulating an MITM attack. Tools like Mitmproxy or Wireshack allow us to create a test environment to monitor, intercept, and proxy network requests for a test host.

    #Developer Tools #Security #Software Development 81 social mentions

Discuss: How to implement SSL/TLS pinning in Node.js

Log in or Post with