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)
Bug Fixed ;)
Comming Soon:
GUI version
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
# windows
leaker.exe
# linux
./leaker
python3 jsontoHTML.py