{"id":13795809,"url":"https://github.com/lanjelot/twisted-honeypots","last_synced_at":"2025-10-15T15:43:15.243Z","repository":{"id":25978135,"uuid":"29420214","full_name":"lanjelot/twisted-honeypots","owner":"lanjelot","description":"SSH, FTP and Telnet honeypots based on Twisted","archived":false,"fork":false,"pushed_at":"2019-12-27T11:21:21.000Z","size":39,"stargazers_count":86,"open_issues_count":3,"forks_count":21,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-02-11T15:02:49.853Z","etag":null,"topics":["ftp","honeypot","python","ssh","twisted"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lanjelot.png","metadata":{"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}},"created_at":"2015-01-18T08:32:57.000Z","updated_at":"2024-11-28T02:45:01.000Z","dependencies_parsed_at":"2022-07-16T23:06:58.904Z","dependency_job_id":null,"html_url":"https://github.com/lanjelot/twisted-honeypots","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/lanjelot%2Ftwisted-honeypots","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lanjelot%2Ftwisted-honeypots/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lanjelot%2Ftwisted-honeypots/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lanjelot%2Ftwisted-honeypots/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lanjelot","download_url":"https://codeload.github.com/lanjelot/twisted-honeypots/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243841223,"owners_count":20356446,"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":["ftp","honeypot","python","ssh","twisted"],"created_at":"2024-08-03T23:01:02.609Z","updated_at":"2025-10-15T15:43:10.187Z","avatar_url":"https://github.com/lanjelot.png","language":"Shell","funding_links":[],"categories":["Shell (473)","Shell","\u003ca id=\"c8f749888134d57b5fb32382c78ef2d1\"\u003e\u003c/a\u003eSSH\u0026\u0026Telnet","Honeypots"],"sub_categories":[],"readme":"# twisted-honeypots\n\nSSH, FTP and Telnet honeypot services based on the [Twisted](http://twistedmatrix.com/) engine for Python 3.\nAll credentials are stored on a local MySQL database.\n\nThis will create easily (and painlessly) very good dictionaries to use for pentesting.\n\n\n## Install ##\n\n```bash\n$ git clone https://github.com/lanjelot/twisted-honeypots /opt/twisted-honeypots\n$ cd /opt/twisted-honeypots\n$ sudo ./install.sh \u0026\u0026 ./setup-db.sh\n```\n\n## Usage ##\n\nTo start/stop the services:\n\n```bash\n$ sudo ./start.sh\n$ sudo ./stop.sh\n```\n\n\nTo monitor the current execution:\n\n```bash\n$ ./monitor.sh\n```\n\n![preview](https://i.imgur.com/5p4GR5z.png)\n\n\nTo extract the login/passwords in a wordlist sorted by best popularity:\n\n```bash\n$ source vars.sh\n# logins\n$ echo \"select distinct login from pot group by login order by count(login) desc\" | mysql -rs -u${MYSQL_USER} -p${MYSQL_PWD} ${MYSQL_DB}\n# passwords\n$ echo \"select distinct password from pot group by password order by count(password) desc\" | mysql -rs -u${MYSQL_USER} -p${MYSQL_PWD} ${MYSQL_DB}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flanjelot%2Ftwisted-honeypots","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flanjelot%2Ftwisted-honeypots","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flanjelot%2Ftwisted-honeypots/lists"}