Skip to content

Latest commit

 

History

History
58 lines (38 loc) · 729 Bytes

File metadata and controls

58 lines (38 loc) · 729 Bytes

Leaker

Leaker is a tool to transform leaked CSV file to JSON file
Three Version of Leaker
For linux (C++)
For windows (C++)
In python for windows and linux (not recommended very slow)

Note

Bug Fixed ;)


Comming Soon:
GUI version

Photo

Demo Photo Demo Photo

Install

git clone https://github.com/Hassan-Al-Achek/Leaker.git
#for windows
g++ main.cpp CSVRow.cpp -o leaker.exe

#for linux
g++ main.cpp CSVRow.cpp -o leaker

Run

# windows
leaker.exe

# linux
./leaker

Transform To HTML

python3 jsontoHTML.py

Demo Photo

Demo

Before

Demo Photo

After

Demo Photo