Skip to content

Library for making sense of Agent Ransack results

License

Notifications You must be signed in to change notification settings

bergren2/plunder

Repository files navigation

Build Status FOSSA Status

Plunder

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.

Agent Ransack

The results from Agent Ransack need to use the settings from above. Eventually we'll support other formats, including those from other search tools.

Usage

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.

License

See LICENSE for details.