diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..e4a09ea66 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +node_modules/* +Bloodhound-* +dist/ +npm-debug.log \ No newline at end of file diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..60bec126a --- /dev/null +++ b/.travis.yml @@ -0,0 +1,45 @@ +language: node_js +node_js: + - "6" + +env: + matrix: + secure: hDK5HxOqtKBOTL8PbBOVN8Rl3JeySb0L7bn7X/ZhkpRsakwoj8Y2YfWZz8tb31W3yViGVAa1FpaJzphze4E+d48pNoV6220yTv5gjJHhtybWzTGNS/FOEUPKYQrDFBk3Ve3l5rIcBZhX6KEJg5r8O27JpJkhrCEqkDj+9SQHWEzLJHaW6HYwMlR0+CNQYSd8+siLsjITYiUn49TnD0f6Ou6PkpMym1q95TGmA+DNmg4iXud4FCdlWPiNVuML3Sl+zBakQd8sosgiGCp5k0qQSFu3l8G20oUoWs0iKmdgJZSdWkZupsrXDoWCmmvC+rHVsxKwQ7YrLgGejLUD7N1uDKO28sfOgPzOGNzSwFO+dZf6RKoyMn/WiudpwFW0/KV/bhv7Uklb5qd4O2nl8yKeoz5o5qCG4Pw7qXsJn8rSY1ytyCU6hCX8dVnN8aQ+MgfSyXPr7rEeeVQkOiNHrI5XLc1Dmiu4khoDf2yn1d/A61fgEwCMClLihOXyc+Qcw4bBgKTcJA5JeMuD39jTmFOLbipIHrFrLpTHOAi1G48uS1o2VWKFOgsA+QphVwdT0zo84oeLminykXxBtGB6YUuiWxLVXbLNET5t6BxskQcMKfCYy5+6Y1TCf3yzYlkqmFvoq/Tu8Z9IAxrT3Bx6IgGOV+njgGszm7PWIy9Doi84sic= + +os: + - linux + - osx + +before_install: + - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi + - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install p7zip; fi + - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -qq update; fi + - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y p7zip-full; fi + +install: + - npm install + - npm install -g electron-packager + +script: + - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then npm run macbuild; fi + - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then npm run linuxbuild; fi + +before_deploy: + - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then 7z a -tzip -mx9 BloodHound-darwin-x64-$TRAVIS_COMMIT.zip BloodHound-darwin-x64 > /dev/null; fi + - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then 7z a -tzip -mx9 BloodHound-linux-ia32-$TRAVIS_COMMIT.zip BloodHound-linux-ia32 > /dev/null; fi + - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then 7z a -tzip -mx9 BloodHound-linux-x64-$TRAVIS_COMMIT.zip BloodHound-linux-x64 > /dev/null; fi + - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then 7z a -tzip -mx9 BloodHound-linux-armv7l-$TRAVIS_COMMIT.zip BloodHound-linux-armv7l > /dev/null; fi + +deploy: + provider: script + script: /bin/bash deploy.sh + skip_cleanup: true + on: + branch: master + +notifications: + email: false + +branches: + only: + - master \ No newline at end of file diff --git a/BloodHoundExampleDB.graphdb/certificates/neo4j.cert b/BloodHoundExampleDB.graphdb/certificates/neo4j.cert new file mode 100644 index 000000000..a8804b285 --- /dev/null +++ b/BloodHoundExampleDB.graphdb/certificates/neo4j.cert @@ -0,0 +1,11 @@ +-----BEGIN CERTIFICATE----- +MIIBoTCCAQqgAwIBAgIIG1tfOzLnQa0wDQYJKoZIhvcNAQENBQAwEjEQMA4GA1UE +AwwHMC4wLjAuMDAgFw0xNTA2MTMwMzA3NDhaGA85OTk5MTIzMTIzNTk1OVowEjEQ +MA4GA1UEAwwHMC4wLjAuMDCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAoA7y +JBzmyXXbVvQV/96YuqC9VYH76rBPpajJMcZi4ROeTXpBnL392f9C+VefHokCHlqm +vFN7dC5g8ZSypZ1fNErm50gkXnofvp4wk3K696rXmJJApGKSMQkEXamteu4z0eAF +443IIVbh/sQtz9UBGbycE5iHtnx/F1IH2OnD280CAwEAATANBgkqhkiG9w0BAQ0F +AAOBgQBW0y3Uo7zYFik4F9z25weyemT9yA2Yf0185LnAT5D8prCjxWpQH0OxvYf8 +dGxrQGN+PFAjqKAvmbp1G0lUgALdS1PGRAQKuVux55lMnd8ESrzs1b6b/oyv/ysn +exlv2VNxFSb2ZaFyFkpSWCIsQ3SB/HGb7GLnP1nxRD1BvH/PWA== +-----END CERTIFICATE----- diff --git a/BloodHoundExampleDB.graphdb/certificates/neo4j.key b/BloodHoundExampleDB.graphdb/certificates/neo4j.key new file mode 100644 index 000000000..0acdf14b2 --- /dev/null +++ b/BloodHoundExampleDB.graphdb/certificates/neo4j.key @@ -0,0 +1,16 @@ +-----BEGIN PRIVATE KEY----- +MIICeAIBADANBgkqhkiG9w0BAQEFAASCAmIwggJeAgEAAoGBAKAO8iQc5sl121b0 +Ff/emLqgvVWB++qwT6WoyTHGYuETnk16QZy9/dn/QvlXnx6JAh5aprxTe3QuYPGU +sqWdXzRK5udIJF56H76eMJNyuveq15iSQKRikjEJBF2prXruM9HgBeONyCFW4f7E +Lc/VARm8nBOYh7Z8fxdSB9jpw9vNAgMBAAECgYBQQe5NCWj4D+7iFRaK7LUsr7kA +jWMidTIa4R2xpcajEdFJDEqmK+aETyjoGnWhPBYh3lbJDBtVUIQv3t4NiXHY3clO +28KM/UGU/o8LyvNlk70N1AKVDEDw9lI8161rat3vzdjF8KfBUOK/CewnF3yLqzYP +5UsZr5YDTX+GiTZaAQJBAMzsY+Ggo9c+bIflp4ERUt1HTQ2TW7N6sCoTT0/GwdjE +92Y1dtAUsb3OqP0wa9PamzESEAOxkQxnFA9z3t0pEEECQQDH89cC+gJGp+fAGiMR +MBz/BrVsxgRnkA3o12Lf/7iJQxVHEIoVS7fSwNqALwGKLpZKlkBhed8+RTRLi7wI +q+iNAkEAxpKizvatDVyOKrndsPIqjAYVonwStj7DCmKfzjxZh0aGPeK8+TG0cqsZ +kg8jzazeCZTpM8sTNSOFitvLMCAkgQJBAIKYLDJxf9MODztU1tp/BjE6/HvSyUWq +vKr7IkUTDD/6ZIdJsiY+kg1AkHVwPh02WErW363Kn5hYMtO0rFctkHECQQCNsAZ9 +ScwIeDtmgSIPNn+xXToSUExkKZjMs+HfZljFE9P7IKop6WGd2MEt6wjbH5W8nM0+ +USv34xhBt8Z86dLz +-----END PRIVATE KEY----- diff --git a/BloodHoundExampleDB.graphdb/data/dbms/auth b/BloodHoundExampleDB.graphdb/data/dbms/auth new file mode 100644 index 000000000..b66e30551 --- /dev/null +++ b/BloodHoundExampleDB.graphdb/data/dbms/auth @@ -0,0 +1 @@ +neo4j:SHA-256,40E0ECEC46CF97B7DD31D296AA2462D3C690908FB852D2D6A788086FE70FC730,D0357E62D8B042914C64937C9D9AB9F8: diff --git a/BloodHoundExampleDB.graphdb/neostore b/BloodHoundExampleDB.graphdb/neostore new file mode 100644 index 000000000..b3fb184fe Binary files /dev/null and b/BloodHoundExampleDB.graphdb/neostore differ diff --git a/BloodHoundExampleDB.graphdb/neostore.counts.db.a b/BloodHoundExampleDB.graphdb/neostore.counts.db.a new file mode 100644 index 000000000..cda798b25 Binary files /dev/null and b/BloodHoundExampleDB.graphdb/neostore.counts.db.a differ diff --git a/BloodHoundExampleDB.graphdb/neostore.counts.db.b b/BloodHoundExampleDB.graphdb/neostore.counts.db.b new file mode 100644 index 000000000..db6160eb1 Binary files /dev/null and b/BloodHoundExampleDB.graphdb/neostore.counts.db.b differ diff --git a/BloodHoundExampleDB.graphdb/neostore.id b/BloodHoundExampleDB.graphdb/neostore.id new file mode 100644 index 000000000..5d51e74cd Binary files /dev/null and b/BloodHoundExampleDB.graphdb/neostore.id differ diff --git a/BloodHoundExampleDB.graphdb/neostore.labeltokenstore.db b/BloodHoundExampleDB.graphdb/neostore.labeltokenstore.db new file mode 100644 index 000000000..c4c96441f Binary files /dev/null and b/BloodHoundExampleDB.graphdb/neostore.labeltokenstore.db differ diff --git a/BloodHoundExampleDB.graphdb/neostore.labeltokenstore.db.id b/BloodHoundExampleDB.graphdb/neostore.labeltokenstore.db.id new file mode 100644 index 000000000..5b2379969 Binary files /dev/null and b/BloodHoundExampleDB.graphdb/neostore.labeltokenstore.db.id differ diff --git a/BloodHoundExampleDB.graphdb/neostore.labeltokenstore.db.names b/BloodHoundExampleDB.graphdb/neostore.labeltokenstore.db.names new file mode 100644 index 000000000..70a19be5b Binary files /dev/null and b/BloodHoundExampleDB.graphdb/neostore.labeltokenstore.db.names differ diff --git a/BloodHoundExampleDB.graphdb/neostore.labeltokenstore.db.names.id b/BloodHoundExampleDB.graphdb/neostore.labeltokenstore.db.names.id new file mode 100644 index 000000000..3c7a44526 Binary files /dev/null and b/BloodHoundExampleDB.graphdb/neostore.labeltokenstore.db.names.id differ diff --git a/BloodHoundExampleDB.graphdb/neostore.nodestore.db b/BloodHoundExampleDB.graphdb/neostore.nodestore.db new file mode 100644 index 000000000..e624e021d Binary files /dev/null and b/BloodHoundExampleDB.graphdb/neostore.nodestore.db differ diff --git a/BloodHoundExampleDB.graphdb/neostore.nodestore.db.id b/BloodHoundExampleDB.graphdb/neostore.nodestore.db.id new file mode 100644 index 000000000..e500bdead Binary files /dev/null and b/BloodHoundExampleDB.graphdb/neostore.nodestore.db.id differ diff --git a/BloodHoundExampleDB.graphdb/neostore.nodestore.db.labels b/BloodHoundExampleDB.graphdb/neostore.nodestore.db.labels new file mode 100644 index 000000000..df8ce2a58 Binary files /dev/null and b/BloodHoundExampleDB.graphdb/neostore.nodestore.db.labels differ diff --git a/BloodHoundExampleDB.graphdb/neostore.nodestore.db.labels.id b/BloodHoundExampleDB.graphdb/neostore.nodestore.db.labels.id new file mode 100644 index 000000000..102ef2455 Binary files /dev/null and b/BloodHoundExampleDB.graphdb/neostore.nodestore.db.labels.id differ diff --git a/BloodHoundExampleDB.graphdb/neostore.propertystore.db b/BloodHoundExampleDB.graphdb/neostore.propertystore.db new file mode 100644 index 000000000..b7ac36a0b Binary files /dev/null and b/BloodHoundExampleDB.graphdb/neostore.propertystore.db differ diff --git a/BloodHoundExampleDB.graphdb/neostore.propertystore.db.arrays b/BloodHoundExampleDB.graphdb/neostore.propertystore.db.arrays new file mode 100644 index 000000000..d19598d74 Binary files /dev/null and b/BloodHoundExampleDB.graphdb/neostore.propertystore.db.arrays differ diff --git a/BloodHoundExampleDB.graphdb/neostore.propertystore.db.arrays.id b/BloodHoundExampleDB.graphdb/neostore.propertystore.db.arrays.id new file mode 100644 index 000000000..102ef2455 Binary files /dev/null and b/BloodHoundExampleDB.graphdb/neostore.propertystore.db.arrays.id differ diff --git a/BloodHoundExampleDB.graphdb/neostore.propertystore.db.id b/BloodHoundExampleDB.graphdb/neostore.propertystore.db.id new file mode 100644 index 000000000..8831bcc46 Binary files /dev/null and b/BloodHoundExampleDB.graphdb/neostore.propertystore.db.id differ diff --git a/BloodHoundExampleDB.graphdb/neostore.propertystore.db.index b/BloodHoundExampleDB.graphdb/neostore.propertystore.db.index new file mode 100644 index 000000000..4e36477ad Binary files /dev/null and b/BloodHoundExampleDB.graphdb/neostore.propertystore.db.index differ diff --git a/BloodHoundExampleDB.graphdb/neostore.propertystore.db.index.id b/BloodHoundExampleDB.graphdb/neostore.propertystore.db.index.id new file mode 100644 index 000000000..1e37e365d Binary files /dev/null and b/BloodHoundExampleDB.graphdb/neostore.propertystore.db.index.id differ diff --git a/BloodHoundExampleDB.graphdb/neostore.propertystore.db.index.keys b/BloodHoundExampleDB.graphdb/neostore.propertystore.db.index.keys new file mode 100644 index 000000000..84c9179ca Binary files /dev/null and b/BloodHoundExampleDB.graphdb/neostore.propertystore.db.index.keys differ diff --git a/BloodHoundExampleDB.graphdb/neostore.propertystore.db.index.keys.id b/BloodHoundExampleDB.graphdb/neostore.propertystore.db.index.keys.id new file mode 100644 index 000000000..30e5ef4c8 Binary files /dev/null and b/BloodHoundExampleDB.graphdb/neostore.propertystore.db.index.keys.id differ diff --git a/BloodHoundExampleDB.graphdb/neostore.propertystore.db.strings b/BloodHoundExampleDB.graphdb/neostore.propertystore.db.strings new file mode 100644 index 000000000..616296518 Binary files /dev/null and b/BloodHoundExampleDB.graphdb/neostore.propertystore.db.strings differ diff --git a/BloodHoundExampleDB.graphdb/neostore.propertystore.db.strings.id b/BloodHoundExampleDB.graphdb/neostore.propertystore.db.strings.id new file mode 100644 index 000000000..f9441dbd0 Binary files /dev/null and b/BloodHoundExampleDB.graphdb/neostore.propertystore.db.strings.id differ diff --git a/BloodHoundExampleDB.graphdb/neostore.relationshipgroupstore.db b/BloodHoundExampleDB.graphdb/neostore.relationshipgroupstore.db new file mode 100644 index 000000000..9f0b155bc Binary files /dev/null and b/BloodHoundExampleDB.graphdb/neostore.relationshipgroupstore.db differ diff --git a/BloodHoundExampleDB.graphdb/neostore.relationshipgroupstore.db.id b/BloodHoundExampleDB.graphdb/neostore.relationshipgroupstore.db.id new file mode 100644 index 000000000..4e724d072 Binary files /dev/null and b/BloodHoundExampleDB.graphdb/neostore.relationshipgroupstore.db.id differ diff --git a/BloodHoundExampleDB.graphdb/neostore.relationshipstore.db b/BloodHoundExampleDB.graphdb/neostore.relationshipstore.db new file mode 100644 index 000000000..e6b544188 Binary files /dev/null and b/BloodHoundExampleDB.graphdb/neostore.relationshipstore.db differ diff --git a/BloodHoundExampleDB.graphdb/neostore.relationshipstore.db.id b/BloodHoundExampleDB.graphdb/neostore.relationshipstore.db.id new file mode 100644 index 000000000..c589ebe76 Binary files /dev/null and b/BloodHoundExampleDB.graphdb/neostore.relationshipstore.db.id differ diff --git a/BloodHoundExampleDB.graphdb/neostore.relationshiptypestore.db b/BloodHoundExampleDB.graphdb/neostore.relationshiptypestore.db new file mode 100644 index 000000000..c4c96441f Binary files /dev/null and b/BloodHoundExampleDB.graphdb/neostore.relationshiptypestore.db differ diff --git a/BloodHoundExampleDB.graphdb/neostore.relationshiptypestore.db.id b/BloodHoundExampleDB.graphdb/neostore.relationshiptypestore.db.id new file mode 100644 index 000000000..5b2379969 Binary files /dev/null and b/BloodHoundExampleDB.graphdb/neostore.relationshiptypestore.db.id differ diff --git a/BloodHoundExampleDB.graphdb/neostore.relationshiptypestore.db.names b/BloodHoundExampleDB.graphdb/neostore.relationshiptypestore.db.names new file mode 100644 index 000000000..6fe834f42 Binary files /dev/null and b/BloodHoundExampleDB.graphdb/neostore.relationshiptypestore.db.names differ diff --git a/BloodHoundExampleDB.graphdb/neostore.relationshiptypestore.db.names.id b/BloodHoundExampleDB.graphdb/neostore.relationshiptypestore.db.names.id new file mode 100644 index 000000000..3c7a44526 Binary files /dev/null and b/BloodHoundExampleDB.graphdb/neostore.relationshiptypestore.db.names.id differ diff --git a/BloodHoundExampleDB.graphdb/neostore.schemastore.db b/BloodHoundExampleDB.graphdb/neostore.schemastore.db new file mode 100644 index 000000000..0997c008c Binary files /dev/null and b/BloodHoundExampleDB.graphdb/neostore.schemastore.db differ diff --git a/BloodHoundExampleDB.graphdb/neostore.schemastore.db.id b/BloodHoundExampleDB.graphdb/neostore.schemastore.db.id new file mode 100644 index 000000000..5d51e74cd Binary files /dev/null and b/BloodHoundExampleDB.graphdb/neostore.schemastore.db.id differ diff --git a/BloodHoundExampleDB.graphdb/neostore.transaction.db.0 b/BloodHoundExampleDB.graphdb/neostore.transaction.db.0 new file mode 100644 index 000000000..c76ae782f Binary files /dev/null and b/BloodHoundExampleDB.graphdb/neostore.transaction.db.0 differ diff --git a/BloodHoundExampleDB.graphdb/schema/index/lucene/1/1/segments_2b b/BloodHoundExampleDB.graphdb/schema/index/lucene/1/1/segments_2b new file mode 100644 index 000000000..dd25adcb1 Binary files /dev/null and b/BloodHoundExampleDB.graphdb/schema/index/lucene/1/1/segments_2b differ diff --git a/BloodHoundExampleDB.graphdb/schema/index/lucene/1/1/write.lock b/BloodHoundExampleDB.graphdb/schema/index/lucene/1/1/write.lock new file mode 100644 index 000000000..e69de29bb diff --git a/BloodHoundExampleDB.graphdb/schema/index/lucene/1/failure-message b/BloodHoundExampleDB.graphdb/schema/index/lucene/1/failure-message new file mode 100644 index 000000000..294f4016d Binary files /dev/null and b/BloodHoundExampleDB.graphdb/schema/index/lucene/1/failure-message differ diff --git a/BloodHoundExampleDB.graphdb/schema/index/lucene/10/1/segments_1r b/BloodHoundExampleDB.graphdb/schema/index/lucene/10/1/segments_1r new file mode 100644 index 000000000..77d43f4aa Binary files /dev/null and b/BloodHoundExampleDB.graphdb/schema/index/lucene/10/1/segments_1r differ diff --git a/BloodHoundExampleDB.graphdb/schema/index/lucene/10/1/write.lock b/BloodHoundExampleDB.graphdb/schema/index/lucene/10/1/write.lock new file mode 100644 index 000000000..e69de29bb diff --git a/BloodHoundExampleDB.graphdb/schema/index/lucene/10/failure-message b/BloodHoundExampleDB.graphdb/schema/index/lucene/10/failure-message new file mode 100644 index 000000000..294f4016d Binary files /dev/null and b/BloodHoundExampleDB.graphdb/schema/index/lucene/10/failure-message differ diff --git a/BloodHoundExampleDB.graphdb/schema/index/lucene/12/1/_12.cfe b/BloodHoundExampleDB.graphdb/schema/index/lucene/12/1/_12.cfe new file mode 100644 index 000000000..9f3bb5c73 Binary files /dev/null and b/BloodHoundExampleDB.graphdb/schema/index/lucene/12/1/_12.cfe differ diff --git a/BloodHoundExampleDB.graphdb/schema/index/lucene/12/1/_12.cfs b/BloodHoundExampleDB.graphdb/schema/index/lucene/12/1/_12.cfs new file mode 100644 index 000000000..afd13f3a4 Binary files /dev/null and b/BloodHoundExampleDB.graphdb/schema/index/lucene/12/1/_12.cfs differ diff --git a/BloodHoundExampleDB.graphdb/schema/index/lucene/12/1/_12.si b/BloodHoundExampleDB.graphdb/schema/index/lucene/12/1/_12.si new file mode 100644 index 000000000..9f574e997 Binary files /dev/null and b/BloodHoundExampleDB.graphdb/schema/index/lucene/12/1/_12.si differ diff --git a/BloodHoundExampleDB.graphdb/schema/index/lucene/12/1/segments_12 b/BloodHoundExampleDB.graphdb/schema/index/lucene/12/1/segments_12 new file mode 100644 index 000000000..d8ffa449e Binary files /dev/null and b/BloodHoundExampleDB.graphdb/schema/index/lucene/12/1/segments_12 differ diff --git a/BloodHoundExampleDB.graphdb/schema/index/lucene/12/1/write.lock b/BloodHoundExampleDB.graphdb/schema/index/lucene/12/1/write.lock new file mode 100644 index 000000000..e69de29bb diff --git a/BloodHoundExampleDB.graphdb/schema/index/lucene/12/failure-message b/BloodHoundExampleDB.graphdb/schema/index/lucene/12/failure-message new file mode 100644 index 000000000..294f4016d Binary files /dev/null and b/BloodHoundExampleDB.graphdb/schema/index/lucene/12/failure-message differ diff --git a/BloodHoundExampleDB.graphdb/schema/index/lucene/2/1/segments_2b b/BloodHoundExampleDB.graphdb/schema/index/lucene/2/1/segments_2b new file mode 100644 index 000000000..21f7f0b7b Binary files /dev/null and b/BloodHoundExampleDB.graphdb/schema/index/lucene/2/1/segments_2b differ diff --git a/BloodHoundExampleDB.graphdb/schema/index/lucene/2/1/write.lock b/BloodHoundExampleDB.graphdb/schema/index/lucene/2/1/write.lock new file mode 100644 index 000000000..e69de29bb diff --git a/BloodHoundExampleDB.graphdb/schema/index/lucene/2/failure-message b/BloodHoundExampleDB.graphdb/schema/index/lucene/2/failure-message new file mode 100644 index 000000000..294f4016d Binary files /dev/null and b/BloodHoundExampleDB.graphdb/schema/index/lucene/2/failure-message differ diff --git a/BloodHoundExampleDB.graphdb/schema/index/lucene/3/1/segments_2b b/BloodHoundExampleDB.graphdb/schema/index/lucene/3/1/segments_2b new file mode 100644 index 000000000..17048d7de Binary files /dev/null and b/BloodHoundExampleDB.graphdb/schema/index/lucene/3/1/segments_2b differ diff --git a/BloodHoundExampleDB.graphdb/schema/index/lucene/3/1/write.lock b/BloodHoundExampleDB.graphdb/schema/index/lucene/3/1/write.lock new file mode 100644 index 000000000..e69de29bb diff --git a/BloodHoundExampleDB.graphdb/schema/index/lucene/3/failure-message b/BloodHoundExampleDB.graphdb/schema/index/lucene/3/failure-message new file mode 100644 index 000000000..294f4016d Binary files /dev/null and b/BloodHoundExampleDB.graphdb/schema/index/lucene/3/failure-message differ diff --git a/BloodHoundExampleDB.graphdb/schema/index/lucene/4/1/_4v.cfe b/BloodHoundExampleDB.graphdb/schema/index/lucene/4/1/_4v.cfe new file mode 100644 index 000000000..6448b68e9 Binary files /dev/null and b/BloodHoundExampleDB.graphdb/schema/index/lucene/4/1/_4v.cfe differ diff --git a/BloodHoundExampleDB.graphdb/schema/index/lucene/4/1/_4v.cfs b/BloodHoundExampleDB.graphdb/schema/index/lucene/4/1/_4v.cfs new file mode 100644 index 000000000..06e11a7bf Binary files /dev/null and b/BloodHoundExampleDB.graphdb/schema/index/lucene/4/1/_4v.cfs differ diff --git a/BloodHoundExampleDB.graphdb/schema/index/lucene/4/1/_4v.si b/BloodHoundExampleDB.graphdb/schema/index/lucene/4/1/_4v.si new file mode 100644 index 000000000..9b03880c8 Binary files /dev/null and b/BloodHoundExampleDB.graphdb/schema/index/lucene/4/1/_4v.si differ diff --git a/BloodHoundExampleDB.graphdb/schema/index/lucene/4/1/segments_2b b/BloodHoundExampleDB.graphdb/schema/index/lucene/4/1/segments_2b new file mode 100644 index 000000000..4931f1b1b Binary files /dev/null and b/BloodHoundExampleDB.graphdb/schema/index/lucene/4/1/segments_2b differ diff --git a/BloodHoundExampleDB.graphdb/schema/index/lucene/4/1/write.lock b/BloodHoundExampleDB.graphdb/schema/index/lucene/4/1/write.lock new file mode 100644 index 000000000..e69de29bb diff --git a/BloodHoundExampleDB.graphdb/schema/index/lucene/4/failure-message b/BloodHoundExampleDB.graphdb/schema/index/lucene/4/failure-message new file mode 100644 index 000000000..294f4016d Binary files /dev/null and b/BloodHoundExampleDB.graphdb/schema/index/lucene/4/failure-message differ diff --git a/BloodHoundExampleDB.graphdb/schema/index/lucene/5/1/_4a.cfe b/BloodHoundExampleDB.graphdb/schema/index/lucene/5/1/_4a.cfe new file mode 100644 index 000000000..730fc9d35 Binary files /dev/null and b/BloodHoundExampleDB.graphdb/schema/index/lucene/5/1/_4a.cfe differ diff --git a/BloodHoundExampleDB.graphdb/schema/index/lucene/5/1/_4a.cfs b/BloodHoundExampleDB.graphdb/schema/index/lucene/5/1/_4a.cfs new file mode 100644 index 000000000..1077ed8e0 Binary files /dev/null and b/BloodHoundExampleDB.graphdb/schema/index/lucene/5/1/_4a.cfs differ diff --git a/BloodHoundExampleDB.graphdb/schema/index/lucene/5/1/_4a.si b/BloodHoundExampleDB.graphdb/schema/index/lucene/5/1/_4a.si new file mode 100644 index 000000000..ac9302467 Binary files /dev/null and b/BloodHoundExampleDB.graphdb/schema/index/lucene/5/1/_4a.si differ diff --git a/BloodHoundExampleDB.graphdb/schema/index/lucene/5/1/segments_2b b/BloodHoundExampleDB.graphdb/schema/index/lucene/5/1/segments_2b new file mode 100644 index 000000000..882aa53dd Binary files /dev/null and b/BloodHoundExampleDB.graphdb/schema/index/lucene/5/1/segments_2b differ diff --git a/BloodHoundExampleDB.graphdb/schema/index/lucene/5/1/write.lock b/BloodHoundExampleDB.graphdb/schema/index/lucene/5/1/write.lock new file mode 100644 index 000000000..e69de29bb diff --git a/BloodHoundExampleDB.graphdb/schema/index/lucene/5/failure-message b/BloodHoundExampleDB.graphdb/schema/index/lucene/5/failure-message new file mode 100644 index 000000000..294f4016d Binary files /dev/null and b/BloodHoundExampleDB.graphdb/schema/index/lucene/5/failure-message differ diff --git a/BloodHoundExampleDB.graphdb/schema/index/lucene/6/1/_2p.cfe b/BloodHoundExampleDB.graphdb/schema/index/lucene/6/1/_2p.cfe new file mode 100644 index 000000000..0bab6cba3 Binary files /dev/null and b/BloodHoundExampleDB.graphdb/schema/index/lucene/6/1/_2p.cfe differ diff --git a/BloodHoundExampleDB.graphdb/schema/index/lucene/6/1/_2p.cfs b/BloodHoundExampleDB.graphdb/schema/index/lucene/6/1/_2p.cfs new file mode 100644 index 000000000..08a65ab6f Binary files /dev/null and b/BloodHoundExampleDB.graphdb/schema/index/lucene/6/1/_2p.cfs differ diff --git a/BloodHoundExampleDB.graphdb/schema/index/lucene/6/1/_2p.si b/BloodHoundExampleDB.graphdb/schema/index/lucene/6/1/_2p.si new file mode 100644 index 000000000..960c6da6f Binary files /dev/null and b/BloodHoundExampleDB.graphdb/schema/index/lucene/6/1/_2p.si differ diff --git a/BloodHoundExampleDB.graphdb/schema/index/lucene/6/1/segments_2b b/BloodHoundExampleDB.graphdb/schema/index/lucene/6/1/segments_2b new file mode 100644 index 000000000..49205516a Binary files /dev/null and b/BloodHoundExampleDB.graphdb/schema/index/lucene/6/1/segments_2b differ diff --git a/BloodHoundExampleDB.graphdb/schema/index/lucene/6/1/write.lock b/BloodHoundExampleDB.graphdb/schema/index/lucene/6/1/write.lock new file mode 100644 index 000000000..e69de29bb diff --git a/BloodHoundExampleDB.graphdb/schema/index/lucene/6/failure-message b/BloodHoundExampleDB.graphdb/schema/index/lucene/6/failure-message new file mode 100644 index 000000000..294f4016d Binary files /dev/null and b/BloodHoundExampleDB.graphdb/schema/index/lucene/6/failure-message differ diff --git a/BloodHoundExampleDB.graphdb/schema/label/lucene/labelStore/1/_6u.cfe b/BloodHoundExampleDB.graphdb/schema/label/lucene/labelStore/1/_6u.cfe new file mode 100644 index 000000000..70f5dcc17 Binary files /dev/null and b/BloodHoundExampleDB.graphdb/schema/label/lucene/labelStore/1/_6u.cfe differ diff --git a/BloodHoundExampleDB.graphdb/schema/label/lucene/labelStore/1/_6u.cfs b/BloodHoundExampleDB.graphdb/schema/label/lucene/labelStore/1/_6u.cfs new file mode 100644 index 000000000..559acd339 Binary files /dev/null and b/BloodHoundExampleDB.graphdb/schema/label/lucene/labelStore/1/_6u.cfs differ diff --git a/BloodHoundExampleDB.graphdb/schema/label/lucene/labelStore/1/_6u.si b/BloodHoundExampleDB.graphdb/schema/label/lucene/labelStore/1/_6u.si new file mode 100644 index 000000000..714e0bba7 Binary files /dev/null and b/BloodHoundExampleDB.graphdb/schema/label/lucene/labelStore/1/_6u.si differ diff --git a/BloodHoundExampleDB.graphdb/schema/label/lucene/labelStore/1/segments_25 b/BloodHoundExampleDB.graphdb/schema/label/lucene/labelStore/1/segments_25 new file mode 100644 index 000000000..a8026b946 Binary files /dev/null and b/BloodHoundExampleDB.graphdb/schema/label/lucene/labelStore/1/segments_25 differ diff --git a/BloodHoundExampleDB.graphdb/schema/label/lucene/labelStore/1/write.lock b/BloodHoundExampleDB.graphdb/schema/label/lucene/labelStore/1/write.lock new file mode 100644 index 000000000..e69de29bb diff --git a/BloodHoundExampleDB.graphdb/schema/label/lucene/labelStore/failure-message b/BloodHoundExampleDB.graphdb/schema/label/lucene/labelStore/failure-message new file mode 100644 index 000000000..294f4016d Binary files /dev/null and b/BloodHoundExampleDB.graphdb/schema/label/lucene/labelStore/failure-message differ diff --git a/BloodHoundExampleDB.graphdb/store_lock b/BloodHoundExampleDB.graphdb/store_lock new file mode 100644 index 000000000..e69de29bb diff --git a/Bloodhound.html b/Bloodhound.html deleted file mode 100644 index 931539cd0..000000000 --- a/Bloodhound.html +++ /dev/null @@ -1,839 +0,0 @@ - - -
-Node Label | -Collapsed Into | -
Choose a Node | -