Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
ShredHound — Small utility to chunk up a large BloodHound JSON file into smaller files for importing. | Kitploit
Tools/GitHubGitHub/ustayready/shredhound
ReconnaissanceInformation GatheringPenetration TestingUtilities & Frameworks
GitHubustayready/shredhound

ShredHound

Small utility to chunk up a large BloodHound JSON file into smaller files for importing.

View Repository
9883 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

ShredHound

Overview

Split a large BloodHound JSON file into a bunch of smaller files for faster importing.

Follow me on Twitter (Mike Felch - @ustayready)

Basic Usage

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/

Installation

You can install and run with the following command:

root@kitploit:~
$ git clone https://github.com/ustayready/shredhound
$ cd shredhound
~/shredhound $ virtualenv -p python3 .
~/shredhound $ source bin/activate
(shredhound) ~/shredhound $ python shred.py
Download Tool