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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
D4N155 — OWASP D4N155 - OSINTを利用したインテリジェントで動的なワードリスト | Kitploit
ツール/GitHubGitHub/owasp/d4n155
OSINT (オープンソースインテリジェンス)情報収集ペネトレーションテストクローラー
GitHubowasp/d4n155

D4N155

OWASP D4N155 - OSINTを利用したインテリジェントで動的なワードリスト

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

人気

すべて見る →

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

すべてのツールを探索

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

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

OWASP D4N155

バグ: ドメインによるURL抽出が機能しません。Googleクローラーが停止しています。修正予定です。 made-with-bash GPLv3 license OWASP project

これは、対象ページの内容に基づいてインテリジェントなワードリストを作成する情報セキュリティ監査ツールです。

asciicast

ヘルプ、使用される計算の例を見る

進行中のプロジェクト 👷: D4N155のDocker版 🎁、Web API版D4N155 ☁️、Telegramボット 🤖

インストール

必要なもの: Python3.6、Bash (GNU Bourne-Again SHell)、Go

オプション: Git

ソースコード

root@kitploit:~
git clone https://github.com/owasp/D4N155.git
cd D4N155
pip3 install -r requirements.txt
bash main --help

またはgitを使わない場合

root@kitploit:~
wget -qO- https://github.com/owasp/D4N155/archive/master.zip | bsdtar -xf-
cd D4N155-master
pip3 install -r requirements.txt
bash main --help

Docker

イメージの場合:

root@kitploit:~
FROM docker.pkg.github.com/owasp/d4n155/d4n155:latest

CLI:

root@kitploit:~
docker pull docker.pkg.github.com/owasp/d4n155/d4n155:latest
docker run -it d4n155

マニュアル

root@kitploit:~
    D4N155: Tool for smart audit security

    Usage: bash main <option> <value>
    All options are optionals

    Options:
	-w, --wordlist*	<domain|ip>	Make the smartwordlist based in informations
					on website.
	-t, --targets	<file>  	Make the smart-wordlist based in your passed
					source informations in urls.
	-b, --based	<file>		Analyze texts to generate the
					custom wordlist
	-r, --rate	<time>		Defines time interval between requests
	-o, --output	<file>		For to store the all wordlist.
  	-?a, --aggressive      Aggressive reading with headless
	-h, --help			Show this mensage.

     Value: <url | ip | source | file | time>
	DOMAIN		    DOMAIN target, example: scanme.nmap.org
	IP				IP address
	TIME				Time, example: 2.5. I.e: 00:00:02:30.. 0 are default
	FILE				File, for save the result, get urls or using in
					wordlist

    * Crawler google dont work
ツールをダウンロード