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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
wordlist_generator — 고유한 워드리스트 생성기 | Kitploit
도구/GitHubGitHub/somekirill/wordlist_generator
ReconnaissanceInformation GatheringWeb SecurityPenetration Testing
GitHubsomekirill/wordlist_generator

wordlist_generator

고유한 워드리스트 생성기

저장소 보기
4193년 전Kitploit 검토 완료

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

wordlist_generator

wordlist_generator 도구는 tomnomnom의 비디오 "Who, What, Where, When"에 언급된 기술을 사용하여 대상에 맞는 고유한 워드리스트를 생성합니다. gau에서 URL을 가져와 페이지의 디렉터리, 파일 이름 또는 단어를 추출합니다. 추가 기능으로 HTML 주석을 추출할 수 있습니다. 기본적으로 도구는 2000개의 URL만 요청하고 모든 단어와 디렉터리를 추출합니다.

워드리스트를 정리하기 위해 wordlist_generator는 "denylists" 디렉터리 파일의 모든 결과를 제거하여 고유한 단어만 남깁니다. 또한 BonJarber의 clean_wordlist 도구의 정규식을 사용하여 결과를 정리합니다. 파일 파싱 및 페이지 가져오기 중 무시할 확장자는 parsing_allow_extensions.txt와 scraping_deny_extensions.txt에서 조정할 수 있습니다.

사용법:

예시:

root@kitploit:~
$ ./wordlist_generator.py -d hackerone.com -a 20 -files
$ ./wordlist_generator.py -d bugcrowd.com -a 7500 -dir
$ ./wordlist_generator.py -d intigriti.com > intigriti_wordlist.txt

도움말을 보려면 -h 플래그를 사용하세요:

root@kitploit:~
./wordlist_generator.py -h
플래그설명예시
-domain대상 도메인./wordlist_generator.py -d openbugbounty.org
-amountgau에서 가져올 URL 수./wordlist_generator.py -d twitter.com -a 10000
-dir디렉터리만 추출./wordlist_generator.py -d hackerone.com -dir
-f파일 이름만 추출./wordlist_generator.py -d hackerone.com -f
-c필터링 없이 주석만 추출./wordlist_generator.py -d hackerone.com -c

설치:

root@kitploit:~
$ GO111MODULE=on go get -u -v github.com/lc/gau
$ git clone https://github.com/SomeKirill/wordlist_generator/
$ pip3 install -r requirements.txt

denylists 사용된 워드리스트:

  • https://github.com/danielmiessler/SecLists/blob/master/Discovery/Web-Content/raft-large-directories-lowercase.txt
  • https://github.com/oprogramador/most-common-words-by-language/blob/master/src/resources/dutch.txt
  • https://github.com/first20hours/google-10000-english/blob/master/google-10000-english.txt
  • https://tools.ietf.org/html/rfc1866
도구 다운로드