htrace.sh v1.1.7 releases: debugging http/https traffic tracing & response headers

htrace.sh

htrace.sh

Simple shell script to debugging http/https traffic tracing and response headers. Support external security tools: Mozilla Observatory and SSL Labs API.
It is useful for:
  • checking properly domain configuration (web servers/reverse proxies)
  • displaying basic HTTP information including URLs, GeoIP, status codes and protocol info
  • checking HTTP request latency (time_connect and time_total)
  • redirects analysis (and follows it), e.g. to eliminate redirect loops
  • viewing and analyzing response headers for each request
  • checking basic ssl configuration
    • validation of the certificates (e.g. date, cn, san) and verification ssl connection
  • scanning domain for Mixed Content
  • scanning domain using Nmap NSE Library (34 scripts)
  • scanning domain with external security tools: Mozilla Observatory and SSL Labs API

Install

Requirements

Download

  • symlink to bin/htrace.sh is placed in /usr/local/bin
  • man page is placed in /usr/local/man/man8

External tools

htrace.sh support external tools for security scans:

  • Ssllabs – command-line reference-implementation client for SSL Labs APIs

Use

htrace.sh

Tutorial

Copyright (C) 2018 trimstray

Source: https://github.com/trimstray/