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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
graphcat — 암호 해독 결과를 기반으로 그래프와 차트를 생성합니다. | Kitploit
도구/GitHubGitHub/orange-cyberdefense/graphcat
Password CrackingPassword Attacks
GitHuborange-cyberdefense/graphcat

graphcat

암호 해독 결과를 기반으로 그래프와 차트를 생성합니다.

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

graphcat.py

해시캣(및 john) potfile 및 ntds에 대한 그래프와 차트를 생성하는 간단한 스크립트입니다.

목차

  • graphcat.py
    • 목차
    • 설치
    • 도움말
    • 사용법
    • 형식
    • 차트 예시

설치

root@kitploit:~
git clone https://github.com/Orange-Cyberdefense/graphcat
cd graphcat
pip install .

도움말

root@kitploit:~
$ graphcat.py -h
usage: graphcat.py [-h] -potfile hashcat.potfile -hashfile hashfile.txt [-john] [-format FORMAT] [-export-charts] [-output-dir OUTPUT_DIR] [-debug]

Password Cracking Graph Reporting

options:
  -h, --help            show this help message and exit
  -potfile hashcat.potfile
                        Hashcat Potfile
  -hashfile hashfile.txt
                        File containing hashes (one per line)
  -john                 John potfile
  -format FORMAT        hashfile format (default 3): 1 for hash; 2 for username:hash; 3 for secretsdump (username:uid:lm:ntlm)
  -export-charts        Output also charts in png
  -output-dir OUTPUT_DIR
                        Output directory
  -debug                Turn DEBUG output ON

사용법

Graphcat는 -potfile(기본값은 hashcat, -john을 사용하여 john potfile 제출 가능)과 -hashfile을 사용하여 hashfile이 필요합니다. hashfile은 -format 플래그와 함께 3가지 형식 중 하나의 특정 형식이어야 합니다. 기본값은 Secretsdump입니다.

이 도구는 여러 암호 크래킹 차트가 포함된 보고서를 생성합니다. -export-charts 플래그를 사용하여 PNG 형식의 차트를 얻을 수 있습니다.

root@kitploit:~
$ graphcat.py -hashfile entreprise.local.ntds -potfile hashcat.pot
[-] Parsing potfile
[-] 164 entries in potfile
[-] Parsing hashfile
[-] 1600 entries in hashfile
[-] Generating graphs...
[-] Generating report...
[-] Report available at graphcat_1672941324.pdf

형식

1: 해시만

root@kitploit:~
aad3b435b51404eeaad3b435b51404ee
aad3b435b51404eeaad3b435b51404ee
aad3b435b51404eeaad3b435b51404ee

2: 사용자명 + 해시

root@kitploit:~
test1:aad3b435b51404eeaad3b435b51404ee
test2:aad3b435b51404eeaad3b435b51404ee
test3:aad3b435b51404eeaad3b435b51404ee

3: Secretsdump

root@kitploit:~
waza.local\test1:4268:aad3b435b51404eeaad3b435b51404ee:aad3b435b51404eeaad3b435b51404ee:::
waza.local\test2:4269:aad3b435b51404eeaad3b435b51404ee:aad3b435b51404eeaad3b435b51404ee:::
waza.local\test3:4270:aad3b435b51404eeaad3b435b51404ee:aad3b435b51404eeaad3b435b51404ee:::

해시 파일에서 동일한 해시가 여러 번 나타나면 그만큼 여러 번 계산됩니다.

또한, 비밀번호 기록과 함께 secretsdump를 제출하면(-history 플래그), 비밀번호 기록의 유사성을 분석합니다.

차트 예시

도구 다운로드