Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
ShredHound — 一款小型实用工具,可将大型 BloodHound JSON 文件拆分为较小的文件以便导入。 | Kitploit
工具/GitHubGitHub/ustayready/shredhound
侦察信息收集渗透测试实用工具与框架
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
下载工具