Six Degrees of Domain Admin
 
 
 
 
 
Go to file
Rohan Vazarkar 0116980171 Move debug mode so edges are formatted 2019-03-08 14:46:08 -05:00
BloodHoundExampleDB.graphdb Update exampldb 2018-03-28 18:31:00 -04:00
Ingestors Update ingestors 2019-02-18 16:10:56 -05:00
src Move debug mode so edges are formatted 2019-03-08 14:46:08 -05:00
.gitignore Ad ingestor output files to .gitignore 2017-10-18 13:15:09 -04:00
.travis.yml Fix typo 2016-10-11 14:53:47 -04:00
LICENSE-3RD-PARTY.md JSON ingestion updates 2018-07-16 10:30:16 -04:00
LICENSE.md Create LICENSE.md 2016-08-05 22:11:51 -07:00
README.md Bump copyright year to 2019 2019-02-18 17:50:20 -08:00
appveyor.yml Downgrade npm to 5.2 for rolling release (please work) 2017-09-16 23:22:05 -04:00
deploy.sh Update travis deploy script for new GH API 2018-08-15 11:22:36 -04:00
index.html Update to fontawesome 5 2018-07-19 17:11:44 -04:00
main.js Support drag and drop file ingestion 2018-07-16 15:00:37 -04:00
package.json Boost upload speed 2019-02-19 12:36:58 -05:00
renderer.js New dev environment 2016-07-26 19:29:06 -04:00
server.js New dev environment 2016-07-26 19:29:06 -04:00
webpack.config.development.js Update lots of stuff 2017-05-15 14:37:36 -04:00
webpack.config.production.js Necessary stuff for building 2016-07-26 19:40:51 -04:00

README.md

Downloading BloodHound Binaries

Pre-Compiled BloodHound binaries can be found here.

The rolling release will always be updated to the most recent source. Tagged releases are considered "stable" but will likely not have new features or fixes.

About BloodHound

To get started with BloodHound, check out the BloodHound Github Wiki.

BloodHound is a single page Javascript web application, built on top of Linkurious, compiled with Electron, with a Neo4j database fed by a PowerShell ingestor.

BloodHound uses graph theory to reveal the hidden and often unintended relationships within an Active Directory environment. Attackers can use BloodHound to easily identify highly complex attack paths that would otherwise be impossible to quickly identify. Defenders can use BloodHound to identify and eliminate those same attack paths. Both blue and red teams can use BloodHound to easily gain a deeper understanding of privilege relationships in an Active Directory environment.

BloodHound is developed by @_wald0, @CptJesus, and @harmj0y.

A sample database generator can be found here

License

BloodHound uses graph theory to reveal hidden relationships and attack paths in an Active Directory environment. Copyright (C) 2016-2019 Andrew Robbins, Rohan Vazarkar, Will Schroeder

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.