{"id":13481725,"url":"https://github.com/mycert/ESPot","last_synced_at":"2025-03-27T12:31:19.285Z","repository":{"id":19722471,"uuid":"22978323","full_name":"mycert/ESPot","owner":"mycert","description":"ESPot - ElasticSearch Honeypot","archived":false,"fork":false,"pushed_at":"2014-08-25T07:10:30.000Z","size":204,"stargazers_count":27,"open_issues_count":0,"forks_count":4,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-11-18T09:33:25.036Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/mycert.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":"2014-08-15T04:15:32.000Z","updated_at":"2024-09-29T20:50:34.000Z","dependencies_parsed_at":"2022-07-27T00:46:51.085Z","dependency_job_id":null,"html_url":"https://github.com/mycert/ESPot","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/mycert%2FESPot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mycert%2FESPot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mycert%2FESPot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mycert%2FESPot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mycert","download_url":"https://codeload.github.com/mycert/ESPot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245844897,"owners_count":20681798,"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-07-31T17:00:54.783Z","updated_at":"2025-03-27T12:31:18.959Z","avatar_url":"https://github.com/mycert.png","language":"JavaScript","readme":"ESPot - ElasticSearch Honeypot\n==============================\nAn Elasticsearch honeypot written in NodeJS, to capture every attempts to exploit [CVE-2014-3120].\n\nPrerequisite\n============\n* NodeJS - v0.10.x\n* NodeJS Package Manager - npm v1.4.x\n\nInstall\n========\nDownload and extract to /opt/espot, then run followwing command:\n\n    $ cd /opt/espot\n    $ npm install\n    $ mv config.js-sample config.js\nConfigure config.js \n\n    module.exports = {\n        default_response: 'default', // default = 1.1.1, available = 0.90.0, 0.90.5, 1.1.1, 1.2.1, 1.2.2, 1.3.1\n        logging: {\n            sqlite: {\n                enable: true,\n                dbpath: __dirname + \"/logs/attack.db\"\n            },\n            http_push: {\n                enable: false,\n                url: \"http://localhost/path/path?query=string\"\n            }\n        },\n        tz: 'GMT+8' // Timezone\n    };\n\n\nMisc\n====\n### HTTP Push ###\n\nESPot will send post request with following json data to provided url in config.js\n    \n    {\n        payload: \u003cpayload\u003e,\n        payload_key: \u003cpayload key\u003e,\n        ip: \u003cip address\u003e,\n        timestamp: \u003cunix timestamp\u003e,\n        raw_request: \u003craw url request\u003e\n    }\n\n### Run as deamon ###\nIf you would like to run ESPot as deamon, you will need [forever]\n\n    $ npm install -g forever\n    $ forever start app.js\n\nLicense\n========\nSource code of ESPot is released under the [General Public License version 3].\n\n[CVE-2014-3120]:http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3120\n[General Public License version 3]:http://www.gnu.org/licenses/gpl-3.0.html\n[forever]:https://github.com/nodejitsu/forever","funding_links":[],"categories":["Honeypots","\u003ca name=\"honeypots\"\u003e\u003c/a\u003e Honeypots"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmycert%2FESPot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmycert%2FESPot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmycert%2FESPot/lists"}