Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
D4N155 — OWASP D4N155 - 지능적이고 동적인 워드리스트 (OSINT 활용) | Kitploit
도구/GitHubGitHub/owasp/d4n155
OSINT (Open Source Intelligence)Information GatheringPenetration TestingCrawler
GitHubowasp/d4n155

D4N155

OWASP D4N155 - 지능적이고 동적인 워드리스트 (OSINT 활용)

저장소 보기웹사이트
26950216일 전Kitploit 검토 완료

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

OWASP D4N155

버그: 도메인별 URL 추출이 작동하지 않음. Google 크롤러 중단. 수정 예정 made-with-bash GPLv3 license OWASP project

대상 페이지의 내용을 기반으로 지능적인 단어 목록을 생성하는 정보 보안 감사 도구입니다.

asciicast

Help us, See some calculations used

진행 중인 프로젝트 👷: D4N155 in docker 🎁, Web API D4N155 ☁️, Telegram bot 🤖

설치

필요: 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
도구 다운로드