Feel Free to Contribute.
This is a simple DLP test system that checks for data leaks of essential/private data and alerts back for scrutiny.
Usage: To run the program
- Allow read rights to your file i.e chmod +r example.txt
- On your terminal run: g++ -o dlp(or a name of your choice) dlp.cpp i.e g++ -o dlp dlp.cpp
- Then run ./dlp
Happy Coding !"!