Six Degrees of Domain Admin
 
 
 
 
 
Go to file
Rohan Vazarkar bd2f8312ed Update appveyor again 2016-09-01 17:33:12 -04:00
BloodHoundExampleDB.graphdb Delete debug.log 2016-08-06 19:47:32 -07:00
PowerShell Add additional check for empty SID parameter 2016-08-26 00:09:29 -04:00
src Missing single quote escape 2016-09-01 09:56:35 -04:00
.gitignore Update package.json 2016-08-05 22:39:55 -07:00
LICENSE-3RD-PARTY.md Rename third party license file to remove space 2016-08-05 23:21:42 -07:00
LICENSE.md Create LICENSE.md 2016-08-05 22:11:51 -07:00
README.md fixed typo 2016-08-08 15:24:10 +01:00
appveyor.yml Update appveyor again 2016-09-01 17:33:12 -04:00
index.html Fix building/running on Linux from Source 2016-08-07 07:59:38 -07:00
main.js Fix builds + upload sample db 2016-08-06 11:49:52 -07:00
package.json Update react and add react-css 2016-08-23 23:40:18 -04: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 Icon and prebuilt query fixes 2016-08-06 00:47:56 -07:00
webpack.config.production.js Necessary stuff for building 2016-07-26 19:40:51 -04:00

README.md

#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.

License

BloodHound uses graph theory to reveal hidden relationships and attack paths in an Active Directory environment. Copyright (C) 2016 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/.