Skip to content

The Python script is designed to process various input files, such as database dumps or data from leaks and breaches, and convert them into standardized CSV files.

Notifications You must be signed in to change notification settings

damianStrojek/Dump-Merger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dump Merger

The Python script is designed to process various input files, such as database dumps or data from leaks and breaches, and convert them into standardized CSV files. These input files, which might be in various formats, are first parsed and cleaned to ensure consistency and remove any unnecessary or corrupted data. The script then consolidates this data into a uniform structure suitable for CSV export.

The output CSV files are structured in a way that can be easily imported into a database, enabling efficient search capabilities. This allows for the querying of the database to find specific customer data, making it easier to manage and analyze sensitive information from different sources.

Preview

Current Local Scope

Currently the script is able to process the following inputs.

Basic scope:

Batch one:

Batch two:

About

The Python script is designed to process various input files, such as database dumps or data from leaks and breaches, and convert them into standardized CSV files.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages