Library for making sense of Agent Ransack results. Very much a WIP.
If you're looking for a solid SQLite tool, check out DB Browser for SQLite.
The results from Agent Ransack need to use the settings from above. Eventually we'll support other formats, including those from other search tools.
import plunder
plunder.add_results_to_db("Report.txt", override=True)
This reads the tab-delimited results into plunder.sqlite
so you can query to your heart's content.
See LICENSE for details.