On 15.07.2019 hundreds of databases of the Bulgarian tax agency got leacked by a Russian hacker. This tool allows the extraction of some data from the .csv files. Purely for analytics purposes.
$ cargo build --release
To extract unique email addresses from the leaked CSV files run
$ napgate extract emails -o output_file.txt /path/to/csv/folder
To extract EGN (unique civil number) run
$ napgate extract egn -o output_file.txt /path/to/csv/folder
Alternatively the -o
flag can be omitted to just get a number of unique entries.
Running the tool on the current amount of leaked files results in:
- 484654 email addresses
- 5410543 EGN