Skip to content

A tool to analyze the leaked databases of the Bulgarian tax agency

Notifications You must be signed in to change notification settings

martinsotirov/napgate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NAPGate

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.

Install

$ cargo build --release

Usage

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.

Analytics

Running the tool on the current amount of leaked files results in:

  • 484654 email addresses
  • 5410543 EGN

About

A tool to analyze the leaked databases of the Bulgarian tax agency

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages