Skip to content
KitploitKITPLOIT
ツールブログ
提出
ツールブログ
提出

ハッキング、侵入テスト、サイバーセキュリティツールをあなたのセキュリティアーセナルに!

Kitploitはハッキング、サイバーセキュリティ、ペネトレーションテストのツールディレクトリです。最新のプロジェクトアップデートを見つけて、脆弱性の発見、システム分析、テストの自動化、セキュリティの強化を行いましょう。

··フィード·お問い合わせ·プライバシー·© 2026 Kitploit

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
htrace.sh — http/httpsのトラブルシューティングとプロファイリングのためのシンプルなスイスアーミーナイフ。 | Kitploit
ツール/GitHubGitHub/trimstray/htrace.sh
脆弱性スキャナーDNSおよびサブドメイン列挙情報収集WAFバイパスウェブセキュリティペネトレーションテスト
GitHubtrimstray/htrace.sh

htrace.sh

http/httpsのトラブルシューティングとプロファイリングのためのシンプルなスイスアーミーナイフ。

リポジトリを見る
3.9k2451年前Kitploit レビュー済み

人気

すべて見る →

コミュニティで最も使われているツールを見つけましょう。

すべてのツールを探索

ツールコレクションを閲覧

すべてのツールを見る →
共有

Travis-CI Dockerfile


Master


説明

htrace.sh は、HTTP/HTTPS トラブルシューティングとプロファイリングのためのシェルスクリプトです。また、いくつかのオープンソースセキュリティツールのシンプルなラッパーでもあります。

htrace.sh、そのパラメータ、機能、および全体的な動作をより詳しく理解するには、htrace.sh --examples を実行するか、Wiki をご覧ください。

プレビュー

Master

使い方

htrace.sh 自体をインストールするには:

root@kitploit:~
# Clone this repository
git clone https://github.com/trimstray/htrace.sh

# Go into directory
cd htrace.sh

# Install
sudo ./setup.sh install

# Install dependencies (Debian 8/9, Ubuntu 18.x and MacOS support)
#   - recommend build docker image or install dependencies manually
#   - before init please see what it does and which packages are available on your repository
sudo ./dependencies.sh

# Show examples
htrace.sh --examples

# Run the app
htrace.sh -u https://nmap.org -s -h
  • bin/htrace.sh へのシンボリックリンクは /usr/local/bin に配置されます
  • マニュアルページは /usr/local/man/man8 に配置されます

または Docker イメージをビルドする:

root@kitploit:~
# Clone this repository
git clone https://github.com/trimstray/htrace.sh

# Go into directory and build docker image
cd htrace.sh && build/build.sh

# Run the app
docker run --rm -it --name htrace.sh htrace.sh -u https://nmap.org -s -h

パラメータ

以下のオプションを提供します:

root@kitploit:~
    htrace.sh v1.1.7

  Usage:

    htrace.sh <option|long-option> [value]

  Examples:

    htrace.sh -u https://example.com -s -h -b
    htrace.sh -u https://example.com --all-scans

  Options:

        --help                                show this message
        --version                             show script version
        --examples                            show script examples

    Standard:

        -u|--url <value>                      set target url with http/https protocol
        -s|--ssl                              show basic ssl server/connection parameters
        -h|--headers                          show response headers
        -b|--body                             show response body
        -M|--req-method <value>               set request method (default: GET)
        -H|--req-header <value>               set request header(s)
        -p|--proxy <value>                    set proxy server (not for external tools)
        -r|--resolve <value>                  resolve the host+port to this address
        -i|--iface <value>                    set network interface (or address)
        -a|--all-scans                        use all external security tools

    Security tools:

        --testssl                             test ssl protocols and ciphers (testssl.sh)
        --observatory                         analyze website headers (mozilla observatory)
        --ssllabs                             deep analysis of the ssl web server (ssllabs)
        --mixed-content                       scan website for non-secure resources (mixed-content-scan)
        --nse                                 scan website and domain with nse library (nmap)
        --waf                                 detect and bypass web application firewalls (wafw00f)
        --dns                                 enumerate subdomains (subfinder) and perform zone transfer
        --http2                               test HTTP/2 (nghttp2)

    Extended:

        --ssl-bin <path>                      set path to the openssl bin
        --ssl-debug                           debug ssl connection
        --cache-bypass <value>                try (proxy) cache bypass
        --user-agent <value>                  set 'User-Agent' header
        --referer <value>                     set 'Referer' header
        --auth <value>                        set authentication method
        --httpv <value>                       set http version
        --tlsv <value>                        set tls version
        --ciph <value>                        set of cryptographic algorithm
        --max-redirects <num>                 set max redirects (default: 10)
        --timeout <num>                       set max timeout (default: 15)
        --hide-src-ip                         hide source ip from output

コントリビューション

こちら をご覧ください。

コードコントリビューター

このプロジェクトは、貢献してくださるすべての方々のおかげで成り立っています。

ライセンス

GPLv3 : http://www.gnu.org/licenses/

フリーソフトウェア、イェイ!

ツールをダウンロード