blacklanternsecurity / bbot

A recursive internet scanner for hackers.
https://www.blacklanternsecurity.com/bbot/
GNU General Public License v3.0
4.02k stars 370 forks source link

Optimize Neo4j #1452

Open TheTechromancer opened 3 weeks ago

TheTechromancer commented 3 weeks ago

@t94j0 I did some testing with Neo4j, and you're right that it's slow to insert events. In big scans especially, when the events are really flooding in, the Neo4j queue can get backed up.

To fix this, we'll need to figure out how to batch the cypher statements.