Description: SecLists.org archive for the Daily Dave mailing list: This technical discussion list covers vulnerability research, exploit development, and security events/gossip. It was started by ImmunitySec founder Dave Aitel and many security luminaries participate. Many posts simply advertise Immunity products, but you can't really fault Dave for being self-promotional on a list named DailyDave.
This technical discussion list covers vulnerability research, exploit development, and security events/gossip. It was started by ImmunitySec founder Dave Aitel and many security luminaries participate. Many posts simply advertise Immunity products, but you can't really fault Dave for being self-promotional on a list named DailyDave.
More Neo4j Dave Aitel via Dailydave (Aug 03) https://www.youtube.com/live/YY-ugAHPu4M?feature=share&t=1057 I have on my todo list to reply to our thread last month, but in the meantime, here is a video that goes over all the lessons learned from my last couple years doing Neo4j. But as a reminder, we should still port Ghidra to Neo4j. :) -dave
Re: Tooling, Graph Databases, etc. Jason Lash via Dailydave (Jun 28) I've been using Joern with Ghidra for a couple years. For my needs, the ghidra2cpg project is too limiting. It works at the disassembly level by mapping various CPU instructions for a few common archs via a pre-patched bundled Ghidra build (ie, no custom loaders, processor definitions, etc). As a work-around, I've hacked together an alternative (worse) approach that operates on the decompiler level: a Ghidra script that just...