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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
pphack — 高度なクライアントサイドプロトタイプ汚染スキャナー | Kitploit
ツール/GitHubGitHub/edoardottt/pphack
脆弱性スキャナーウェブアプリケーション悪用ウェブセキュリティペネトレーションテスト
GitHubedoardottt/pphack

pphack

高度なクライアントサイドプロトタイプ汚染スキャナー

リポジトリを見るウェブサイト
2502610日前Kitploit レビュー済み

人気

すべて見る →

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

すべてのツールを探索

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

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

pphack

高度なクライアントサイド プロトタイプ汚染スキャナー

edoardottt が 💙 を込めて開発

go action go report card
Twitterでシェア!

インストール • はじめに • 使用例 • 変更履歴 • コントリビューション • ライセンス

インストール 📡

Go を使用

root@kitploit:~
go install github.com/edoardottt/pphack/cmd/pphack@latest

pphack は chromedp に依存しているため、Chrome または Chromium ベースのブラウザが必要です。

はじめに 🎉

root@kitploit:~
Usage:
  pphack [flags]

Flags:
INPUT:
   -u, -url string   Input URL
   -l, -list string  File containing input URLs

CONFIGURATION:
   -c, -concurrency int       Concurrency level (default 50)
   -t, -timeout int           Connection timeout in seconds (default 20)
   -px, -proxy string         Set a proxy server (URL)
   -rl, -rate-limit int       Set a rate limit (per second)
   -ua, -user-agent string    Set a custom User Agent (random by default)
   -H, -headers string[]      Set custom headers
   -Hf, -headers-file string  File containing custom headers

SCAN:
   -p, -payload string            Custom payload
   -js, -javascript string        Run custom Javascript on target
   -jsf, -javascript-file string  File containing custom Javascript to run on target
   -e, -exploit                   Automatic Exploitation

OUTPUT:
   -o, -output string  File to write output results
   -v, -verbose        Verbose output
   -s, -silent         Silent output. Print only results
   -j, -json           JSON output

使用例 💡

単一URLのスキャン

root@kitploit:~
pphack -u https://edoardottt.github.io/pphack-test/
root@kitploit:~
echo https://edoardottt.github.io/pphack-test/ | pphack

URLリストのスキャン

root@kitploit:~
pphack -l targets.txt
root@kitploit:~
cat targets.txt | pphack

自動エクスプロイト

root@kitploit:~
pphack -e -u https://edoardottt.github.io/pphack-test/

pphack の使い方を理解するには Wiki を読んでください。

変更履歴 📌

各リリースの詳細な変更は リリースノート に記載されています。

コントリビューション 🛠

issue または pull request を開いてください。

プルリクエストを開く前に、golangci-lint をダウンロードして、次のコマンドを実行してください。

root@kitploit:~
golangci-lint run

エラーがなければ、そのまま進めてください :)

ニュース 📰

  • tl;dr sec Newsletter

ライセンス 📝

このリポジトリは MIT ライセンス の下にあります。
私に連絡するには edoardottt.com へ。

ツールをダウンロード