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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
ShredHound — 큰 BloodHound JSON 파일을 가져오기 위해 더 작은 파일로 분할하는 작은 유틸리티입니다. | Kitploit
도구/GitHubGitHub/ustayready/shredhound
ReconnaissanceInformation GatheringPenetration TestingUtilities & Frameworks
GitHubustayready/shredhound

ShredHound

큰 BloodHound JSON 파일을 가져오기 위해 더 작은 파일로 분할하는 작은 유틸리티입니다.

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

ShredHound

개요

큰 BloodHound JSON 파일을 더 작은 여러 파일로 분할하여 더 빠르게 가져올 수 있습니다.

Twitter에서 팔로우하세요 (Mike Felch - @ustayready)

기본 사용법

root@kitploit:~
usage: shred.py [-h] --output OUTPUT --filename FILENAME [--chunks CHUNKS]

optional arguments:
  -h, --help           show this help message and exit
  --output OUTPUT      Output folder for chunked JSON files
  --filename FILENAME  Name of the BloodHound JSON file
  --chunks CHUNKS      Number of chunks to split the BloodHound JSON file
                       into
  
ShredHound the BloodHound JSON splitter

python shred.py --filename /tmp/output.json --chunks 100 --output /tmp/

설치

다음 명령어로 설치 및 실행할 수 있습니다:

root@kitploit:~
$ git clone https://github.com/ustayready/shredhound
$ cd shredhound
~/shredhound $ virtualenv -p python3 .
~/shredhound $ source bin/activate
(shredhound) ~/shredhound $ python shred.py
도구 다운로드