Skip to content

BloodHound 1.2

Compare
Choose a tag to compare
@rvazarkar rvazarkar released this 20 Jan 17:05
· 1343 commits to master since this release

This release changes the communications channel from WebSockets to native Node Channels (thanks Neo4j devs), along with several other changes

Changelog

User Interface

  • Fixed authentication issues introduced with Neo4j 3.1.0
  • Updated npm packages
  • The User Interface now communicates over native Node.JS channels instead of websockets with the database.
  • Connections to database now use TLS
  • Huge CSV ingestion speed increase
  • Support for ingesting multiple CSV files by selecting multiple files
  • Fixed ingestion of large CSV files, should no longer break on huge files
  • Rewrite of login screen to account for new cases
  • Update sessions query to significantly speed up query time
  • Added support for upcoming schema expansion
  • Removed noverlap from hierarchical layout, should be more usable
  • Added a button to clear sessions