Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 973 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 973 Bytes

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.