{"id":13481752,"url":"https://github.com/sjinks/mysql-honeypotd","last_synced_at":"2025-04-10T00:36:46.330Z","repository":{"id":26241338,"uuid":"107731618","full_name":"sjinks/mysql-honeypotd","owner":"sjinks","description":"Low interaction MySQL honeypot written in C","archived":false,"fork":false,"pushed_at":"2025-04-03T11:05:32.000Z","size":230,"stargazers_count":32,"open_issues_count":2,"forks_count":14,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-03T12:22:28.743Z","etag":null,"topics":["honeypot","mysql","security"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sjinks.png","metadata":{"funding":{"custom":["https://www.paypal.com/donate/?hosted_button_id=SAG6877JDJ3KU","https://send.monobank.ua/jar/7rosVfiwKM"]},"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-10-20T22:16:57.000Z","updated_at":"2025-03-23T19:56:38.000Z","dependencies_parsed_at":"2024-04-14T09:38:31.776Z","dependency_job_id":"92ee25e3-4db4-422d-b11e-a2a0e4bf6939","html_url":"https://github.com/sjinks/mysql-honeypotd","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sjinks%2Fmysql-honeypotd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sjinks%2Fmysql-honeypotd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sjinks%2Fmysql-honeypotd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sjinks%2Fmysql-honeypotd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sjinks","download_url":"https://codeload.github.com/sjinks/mysql-honeypotd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248138001,"owners_count":21053774,"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":["honeypot","mysql","security"],"created_at":"2024-07-31T17:00:55.158Z","updated_at":"2025-04-10T00:36:46.312Z","avatar_url":"https://github.com/sjinks.png","language":"C","funding_links":["https://www.paypal.com/donate/?hosted_button_id=SAG6877JDJ3KU","https://send.monobank.ua/jar/7rosVfiwKM"],"categories":["Honeypots","\u003ca name=\"honeypots\"\u003e\u003c/a\u003e Honeypots","\u003ca id=\"a53d22b9c5d09dc894413453f4755658\"\u003e\u003c/a\u003e未分类"],"sub_categories":[],"readme":"# mysql-honeypotd\n\n[![Build Status](https://travis-ci.org/sjinks/mysql-honeypotd.svg?branch=master)](https://travis-ci.org/sjinks/mysql-honeypotd)\n[![Coverity Scan Build Status](https://scan.coverity.com/projects/14112/badge.svg)](https://scan.coverity.com/projects/14112)\n\nLow interaction MySQL honeypot written in C\n\n## Dependencies\n\n[libev](http://software.schmorp.de/pkg/libev.html)\n\n## Usage\n\n`mysql-honeypotd [options]...`\n\nMandatory arguments to long options are mandatory for short options too.\n\n  * `-b`, `--address ADDRESS` the IP address to bind to (default: 0.0.0.0). Can be specified several times\n  * `-p`, `--port PORT`       the port to bind to (default: 3306)\n  * `-P`, `--pid FILE`        the PID file\n  * `-n`, `--name NAME`       the name of the daemon for syslog (default: `mysql-honeypotd`)\n  * `-u`, `--user USER`       drop privileges and switch to this `USER` (default: `daemon` or `nobody`)\n  * `-g`, `--group GROUP`     drop privileges and switch to this `GROUP` (default: `daemon` or `nogroup`)\n  * `-c`, `--chroot DIR`      chroot() into the specified `DIR`\n  * `-s`, `--setver VER`      set MySQL server version to `VER` (default: 5.7.19)\n  * `-d`, `--delay DELAY`     Add `DELAY` seconds after each login attempt\n  * `-f`, `--foreground`      do not daemonize (forced if no PID file specified)\n  * `-x`, `--no-syslog`       log errors to stderr only; ignored if `-f` is not specified\n  * `-h`, `--help`            display this help and exit\n  * `-v`, `--version`         output version information and exit\n\n**Notes:**\n  1. `--user`, `--group`, and `--chroot` options are honored only if mysql-honeypotd is run as `root`\n  2. PID file can be outside of chroot\n  3. When using `--name` and/or `--group`, please make sure that the PID file can be deleted by the target user\n\n## Sample output\n\n```\nOct 20 22:06:45 server mysql-honeypotd[22363]: Access denied for user 'root' from 222.186.61.231:4240 to x.x.x.146:3306 (using password: YES)\nOct 20 22:06:45 server mysql-honeypotd[22363]: Access denied for user 'root' from 222.186.61.231:4281 to x.x.x.135:3306 (using password: YES)\nOct 20 22:06:46 server mysql-honeypotd[22363]: Access denied for user 'root' from 222.186.61.231:4570 to x.x.x.146:3306 (using password: YES)\nOct 20 22:06:46 server mysql-honeypotd[22363]: Access denied for user 'root' from 222.186.61.231:4644 to x.x.x.135:3306 (using password: YES)\nOct 20 22:06:46 server mysql-honeypotd[22363]: Access denied for user 'root' from 222.186.61.231:4949 to x.x.x.146:3306 (using password: YES)\nOct 20 22:06:47 server mysql-honeypotd[22363]: Access denied for user 'root' from 222.186.61.231:4998 to x.x.x.135:3306 (using password: YES)\nOct 20 22:06:47 server mysql-honeypotd[22363]: Access denied for user 'root' from 222.186.61.231:1238 to x.x.x.146:3306 (using password: YES)\nOct 20 22:06:47 server mysql-honeypotd[22363]: Access denied for user 'root' from 222.186.61.231:1264 to x.x.x.135:3306 (using password: YES)\nOct 20 22:06:48 server mysql-honeypotd[22363]: Access denied for user 'root' from 222.186.61.231:1537 to x.x.x.135:3306 (using password: YES)\nOct 20 22:06:49 server mysql-honeypotd[22363]: Access denied for user 'root' from 222.186.61.231:2370 to x.x.x.135:3306 (using password: YES)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsjinks%2Fmysql-honeypotd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsjinks%2Fmysql-honeypotd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsjinks%2Fmysql-honeypotd/lists"}