Searches online paste sites for certain search terms which can indicate a possible data breach.
Search keywords against websites that have been indexed/spidered by Google.
git clone https://github.com/xakepnz/BLUELAY.git
cd BLUELAY
pip install -r requirements.txt
python3 bluelay.py
Edit the three config files:
keywords.conf
# These are the keywords to search against Google. They can be simply domain names, or specific terminology.
# Anything behind a hashtag like this line, will be ignored.
BLUELAY
sources.conf
# These are new line separated domain names that you want to search against.
# The domain names must be able to be indexed/spidered by Google.
# Anything behind a hashtag like this line, will be ignored.
# pastebin.com
# pastie.org.ru
# paste.org
# hackforums.net
# antichat.ru
github.com
proxies.conf
# Enter new proxies below on a new line
# Anything behind a hashtag like this line, will be ignored.
# Format: schema://ip_or_domain:port
# http://1.1.1.1:80
# https://1.1.1.1:443