{"id":13625529,"url":"https://github.com/woj-ciech/LeakLooker","last_synced_at":"2025-04-16T06:32:51.602Z","repository":{"id":41187048,"uuid":"164701646","full_name":"woj-ciech/LeakLooker","owner":"woj-ciech","description":"Find open databases - Powered by Binaryedge.io","archived":true,"fork":false,"pushed_at":"2020-06-28T08:43:22.000Z","size":51,"stargazers_count":1290,"open_issues_count":12,"forks_count":307,"subscribers_count":44,"default_branch":"master","last_synced_at":"2024-09-27T03:24:27.263Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/woj-ciech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-01-08T17:39:24.000Z","updated_at":"2024-09-20T18:32:46.000Z","dependencies_parsed_at":"2022-08-10T01:43:04.234Z","dependency_job_id":null,"html_url":"https://github.com/woj-ciech/LeakLooker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woj-ciech%2FLeakLooker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woj-ciech%2FLeakLooker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woj-ciech%2FLeakLooker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woj-ciech%2FLeakLooker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/woj-ciech","download_url":"https://codeload.github.com/woj-ciech/LeakLooker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223700553,"owners_count":17188342,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T21:01:57.299Z","updated_at":"2024-11-08T14:31:41.787Z","avatar_url":"https://github.com/woj-ciech.png","language":null,"funding_links":[],"categories":["Tools","Others","Hack Program","📦 Legacy \u0026 Inactive Projects"],"sub_categories":["Other"],"readme":"# LeakLooker - Powered by Binaryedge.io\nFind open databases/services\n\nGUI\nhttps://www.offensiveosint.io/leaklooker-gui-discover-browse-and-monitor-database-source-code-leaks/\nhttps://github.com/woj-ciech/LeakLooker-X\n\nNew version supports:\n- Elasticsearch\n- CouchDB\n- MongoDB\n- Gitlab\n- Rsync\n- Jenkins\n- Sonarqube\n- Kibana\n- CassandraDB\n- RethinkDB\n- Directory listing\n- Amazon S3\n\nand custom query.\n\nQueries:\n\nhttps://docs.binaryedge.io/api-v2/\n\nBackground:\nhttps://www.offensiveosint.io/leaklooker-find-open-databases-in-seconds/\nhttps://www.offensiveosint.io/fun-with-amazon-s3-leaks-and-bucket-takeover-attack/\nhttps://www.offensiveosint.io/leaklooker-v2-find-more-open-servers-and-source-code-leaks/\nhttps://www.offensiveosint.io/leaklooker-part-3-dna-samples-internal-files-and-more/\n\n## Requirements:\nPython 3 \u0026\nBinaryedge API\n\n***Paste your BinaryEdge API key in line 113***\n```\npip3 install colorama\npip3 install hurry.filesize\npip3 install beautifulsoup4\npip3 install pybinaryedge\n```\n\n```\npip install -r requirements.txt\n```\n\n## Usage\n```\n(venv) root@kali:~/PycharmProjects/LeakLooker# python leaklooker.py -h\n\n         ,\n         )\\\n        /  \\\n       '  # '\n       ',  ,'\n         `'\n\n         ,\n         )\\\n        /  \\\n       '  ~ '\n       ',  ,'\n         `'\nLeakLooker - Find open databases - Powered by Binaryedge.io\nhttps://medium.com/@woj_ciech https://github.com/woj-ciech/\nExample: python leaklooker.py --mongodb --couchdb --kibana --elastic --first 21 --last 37\nusage: leaklooker.py [-h] [--elastic] [--couchdb] [--mongodb] [--gitlab]\n                     [--rsync] [--jenkins] [--sonarqube] [--query QUERY]\n                     [--cassandra] [--rethink] [--listing] [--kibana]\n                     [--s3asia] [--s3usa] [--s3europe] [--first FIRST]\n                     [--last LAST]\n\noptional arguments:\n  -h, --help     show this help message and exit\n  --elastic      Elastic search (default: False)\n  --couchdb      CouchDB (default: False)\n  --mongodb      MongoDB (default: False)\n  --gitlab       Gitlab (default: False)\n  --rsync        Rsync (default: False)\n  --jenkins      Jenkins (default: False)\n  --sonarqube    SonarQube (default: False)\n  --query QUERY  Additional query or filter for BinaryEdge (default: )\n  --cassandra    Cassandra DB (default: False)\n  --rethink      Rethink DB (default: False)\n  --listing      Listing directory (default: False)\n  --kibana       Kibana (default: False)\n  --s3asia       Amazon s3 s3.ap-southeast-1 (default: False)\n  --s3usa        Amazon s3 s3.ap-southeast-1 (default: False)\n  --s3europe     Amazon s3 s3.ap-southeast-1 (default: False)\n\nPages:\n  --first FIRST  First page (default: None)\n  --last LAST    Last page (default: None)\n\n```\n\n***You need to specify first and last page***\n\n## Example\n\n### Search for RethinkDB and listing directory in pages from 21 to 37\n```\nroot@kali:~/PycharmProjects/LeakLooker# python leaklooker.py --rethink --listing --first 21 --last 37\n----------------------------------Listing directory - Page 21--------------------------------\nhttps://[REDACTED]:6666\nProduct: Apache httpd\nHostname: localhost\n[REDACTED]/\n[REDACTED]/\n[REDACTED]/\n[REDACTED]/\n[REDACTED]/\n-----------------------------\nhttps://[REDACTED]:6666\nProduct: MiniServ\n-----------------------------\nhttps://[REDACTED]:6666\nProduct: Apache httpd\n[REDACTED]/\n[REDACTED]/\n[REDACTED].html\n[REDACTED]/\n[REDACTED].css\n[REDACTED]/\n[REDACTED]/\n[REDACTED]/\nfavicon.ico\n-----------------------------\nhttps://[REDACTED]:6666\nProduct: Apache httpd\n[REDACTED]/\n[REDACTED]/\n[REDACTED]/\n[REDACTED]..\u003e\n[REDACTED]/\n[REDACTED]..\u003e\n[REDACTED]/\n----------------------------------Rethink DB - Page 21--------------------------------\nReQL: [REDACTED]:28015\nHTTP Admin: http://[REDACTED]:8080\nHostname: [REDACTED]\nVersion: rethinkdb 2.3.6~0trusty (GCC 4.8.2)\nName: [REDACTED]\nDatabase: [REDACTED]\nTables: \nDatabase: rethinkdb\nTables: \ncluster_config\ncurrent_issues\ndb_config\njobs\nlogs\npermissions\nserver_config\nserver_status\nstats\ntable_config\ntable_status\nusers\nDatabase: [REDACTED]\nTables: \n-----------------------------\nReQL: [REDACTED]:28015\nHTTP Admin: http://[REDACTED]:8080\nHostname: [REDACTED]\nVersion: rethinkdb 2.3.6~0jessie (GCC 4.9.2)\nName: [REDACTED]\nDatabase: [REDACTED]\nTables: \nDatabase: rethinkdb\nTables: \ncluster_config\ncurrent_issues\ndb_config\njobs\nlogs\npermissions\nserver_config\nserver_status\nstats\ntable_config\ntable_status\nusers\nDatabase: settings\nTables: \n-----------------------------\n\n```\n\n### Search for Jenkins, Gitlab in Uruguay (Country code is UY) on pages from 1 to 2\n```\nroot@kali:~/PycharmProjects/LeakLooker# python leaklooker.py --jenkins --gitlab --first 1 --last 2 --query \"country:UY\"\n----------------------------------GitLab - Page 1--------------------------------\nTotal results: 13\nhttps://[REDACTED]:443\nGitLab Community Edition\nRegistration is open\n-----------------------\nhttps://[REDACTED]:443\nRegistration is closed. Check public repositories. https://164.73.232.10:443/explore\n-----------------------\nhttps://[REDACTED]:443\nRegistration is closed. Check public repositories. https://190.64.138.5:443/explore\n-----------------------\nhttps://[REDACTED]:443\nGitLab Community Edition\nRegistration is open\n[...]\n----------------------------------Jenkins - Page 1--------------------------------\nTotal results: 6501\nhttp://[REDACTED]:443\nExecutors\nWindows\n(master)\nJobs\n-----------------------------\nhttp://[REDACTED]:443\nExecutors\nJobs\n-----------------------------\nhttp://[REDACTED]:443\nExecutors\nJobs\n[REDACTED]\n[REDACTED]\n```\n### Search for mongoDB and Elasticsearch with keyword \"medical\" only on first page\n```\nroot@kali:~/PycharmProjects/LeakLooker# python leaklooker.py --mongo --elastic --first 1 --last 2 --query \"medical\"\n```\n## Additional\nTool has been made for educational purposes only. I'm not responsible for any damage caused. Don't be evil.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwoj-ciech%2FLeakLooker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwoj-ciech%2FLeakLooker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwoj-ciech%2FLeakLooker/lists"}