https://www.offensiveosint.io/offensive-osint-so1e07-offensive-leak-hunt-with-leaklooker
https://www.offensiveosint.io/leaklooker-gui-discover-browse-and-monitor-database-source-code-leaks/
- Gitlab
- Elasticsearch
- Kibana
- Sonarqube
- Kibana
- Jenkins
- MongoDB
- Rsync
- Listing directory
- Cassandra
- CouchDB
- RethinkDB
- Anonymous FTP
- S3 bruteforce
- Open S3 buckets
- Buckets in HTML
- Github (Secrets)
- API keys in HTML
- Angular applications
- Javascript (Secrets)
- python3
- Binary Edge paid plan
- django
- celery
- redis
- BeautifulSoup
- jsbeautifier
pip install -r requirements.txt
sudo apt-get install python3-jsbeautifier
- Paste your Binary Edge api key into config.json
- Paste your gmail email and password in case you want to use monitoring feature
python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py runserver
n a new window fire up redis
apt-get install redis redis-server
redis-server
In a new window (in main directory) run
celery -A leaklooker worker --loglevel=info
For scheduling task (monitoring) run also
celery -A leaklooker beat --loglevel=info
I
And server should be available on https://localhost:8000/
Useful commands https://github.com/woj-ciech/LeakLooker-X/blob/master/cheatsheet.md
Dashboard shows chart of retrieved databases by type
Number of confirmed/for later findings
Binary Edge credits and total amount of records in database
Progress of checking MongoDB/Cassandra/Rethink/Elastic (% of findings marked as confirmed or for later)
Random leaks by type (not confirmed nor marked for later)
Findings marked "for later" for the same random type
Notifications
Orange "count" button counts amount of records in your database
Blue "count" button counts amount in Binary Edge
If there are no results (due to blacklist or they are already in db) you will be informed
Red button deletes record and put it in blacklist so it will be never displayed again
Green button confirms finding
Blue button marks it as "for later review"
It will sent mail every 24 hours with new findings based on provided keywords/network.
It compares new results with database and blacklist and sends only new findings.
"gitlab": "title:%22gitlab%22%20AND%20web.body.content:%22register%22",
"elastic": "type:%22elasticsearch%22",
"dirs": "title:%22Index of /%22",
"jenkins": "title:%22Dashboard [Jenkins]%22",
"mongo": "type:%22mongodb%22",
"rsync": "port:873 @RSYNCD",
'sonarqube': "title:SonarQube",
'couchdb': "product:couchdb",
"kibana": "product:kibana",
"cassandra": "type:cassandra",
"rethink": "type:rethinkdb",
"ftp":"ftp.user:anonymous",
"asia":"tag:'webserver' s3.ap-southeast-1.amazonaws.com",
"europe":"tag:'webserver' s3-eu-west-1.amazonaws.com",
"north america":"tag:'webserver' s3-us-west-2.amazonaws.com",
"api_key":'web.body.content:"api_key" -web.title:swagger',
"stripe":'web.body.content:"STRIPE_KEY"',
"secret_key":'web.body.content:"secret_key" -web.title:swagger',
'google_api_key':'web.body.content:"google_api_key"'
'amazons3be':'web.body.content:ListBucketResult',
'angular':"web.body.content:polyfills web.body.content:main web.body.content:runtime"
- I am not responsible for any damage caused by using the tool
- You must login to the gmail account via browser first to use monitoring
- If something does not work or you have an idea raise an issue
- Tested on Kali Linux on newest browser
- All credits for template goes to ColorLib