CARVIEW |
Select Language
HTTP/2 200
date: Thu, 31 Jul 2025 08:16:41 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
etag: W/"8391d8dc6334aa1fc6294ca18808ab0a"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com wss://alive-staging.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=6FktJTLp1uK9LmE8avAn%2BPgsBmu%2FTRCSuN3kC8QJCptnrt%2F%2FJt3hcoqPy7ZsHj1FpK3GD88ay7x1Va3Uy4565PkQa%2FkXz3KgC62VBf7fvNY2gCmiWKKyMyOo1daUQka9QN8dOg1ks8xFzmhXtF2zRuO18VLv4XDAOosvP06W9qScVV9QGkBKvyU9dhLPXmnqIaEZDVw8obxLygxCe9tXEmBH2BoJDoeJSaZI01wICpIkBizFv6oSoRKoNxkgzj1XXbng8fHzACjNQDC%2Bn1YppA%3D%3D--ebCXkGK%2FVwegQMOq--e3bu3KswkmqH5Vi%2FQVpt%2Fw%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.342741341.1753949801; Path=/; Domain=github.com; Expires=Fri, 31 Jul 2026 08:16:41 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Fri, 31 Jul 2026 08:16:41 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: B0E8:23875B:5D22A5:73AAD4:688B2669
Settings · trimstray/htrace.sh Wiki · GitHub
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 239
Settings
trimstray edited this page Feb 4, 2021
·
9 revisions
You can file an issue about it and ask that it be added.
htrace.sh
uses simple file (config
) to configure the parameters and initial settings:
# Set output colors.
# shellcheck disable=SC2034
# - on, off
HTRACE_COLORS="on"
# Maximum output line width.
# shellcheck disable=SC2034
# - <num>, auto
MAX_WIDTH="auto"
# Set path to the OpenSSL.
# shellcheck disable=SC2034
# - /path/to/openssl
HTRACE_SSL_BIN_PATH="$(command -v openssl)"
# Set path to certificates (see: https://serverfault.com/a/722646)
# shellcheck disable=SC2034
# - /path/to/certs
# Ubuntu/Debian: /etc/ssl/certs/ca-certificates.crt
# RHEL/CentOS: /etc/pki/tls/certs/ca-bundle.crt
HTRACE_SSL_CERT_PATH=""
# Check RootCA certificate in local CA store
# shellcheck disable=SC2034
# - on, off
HTRACE_SSL_CERT_CA_CHECK="off"
# Hide source ip addresses from output.
# shellcheck disable=SC2034
# - on, off
HIDE_SRC_IP="off"
# Set CURL timers.
# shellcheck disable=SC2034
# - on, off
CURL_TIMERS="off"
# Set random http user-agent.
# shellcheck disable=SC2034
# - on, off
HTTP_USER_AGENT="on"
# Set random http referer.
# shellcheck disable=SC2034
# - on, off
HTTP_REFERER="off"
# Set absolute path to cookie file.
# shellcheck disable=SC2034
# - /path/to/cookie
HTRACE_COOKIE_PATH="/tmp/htrace.sh.cookie"
# DNS server for remote dns requests.
# shellcheck disable=SC2034
# - <ip-addr>
DNS_SERVER="1.1.1.1"
# Type of zone transfer attack.
# shellcheck disable=SC2034
# - passive, active, off
ZONE_TRANSFER_TYPE="passive"
# Testssl options.
TESTSSL_OPT="--color 0 --quiet --protocols --cipher-per-proto --server-preference --server-defaults"
# Mozilla Observatory options.
OBSERVATORY_OPT="--format=report --rescan --zero --quiet"
# SSLLabs options.
SSLLABS_OPT="-quiet -grade"
# Mixed-content options.
MIXEDCONTENT_OPT="--format no-ansi --no-check-certificate | grep \"MCS.[E|W]\""
# Nmap options.
# Note: without '-sV' some NSE scripts not working properly.
NMAP_OPT="-sV"
NMAP_SCRIPT_ARGS=""
# Wafw00f options.
WAFW00F_OPT="-v"
# Subfinder options.
SUBFINDER_OPT="--silent -t 10 | grep -v \"canceled\|error\|warning\|fail\|timeout\|NOTE\""
# Nghttp2 options.
NGHTTP2_OPT="-nu -v"
htrace.sh v1.1.7
Clone this wiki locally
You can’t perform that action at this time.