{ "info": { "author": "Bas Stottelaar", "author_email": "basstottelaar@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "kippo-extra\n===========\n\nSet of extra commands for the kippo SSH honeypot daemon\n(https://github.com/desaster/kippo/).\n\nProvided commands\n-----------------\n\n- ``/usr/bin/env`` - current environment variables\n- ``/usr/bin/gcc`` - fake compiler with file output\n- ``/sbin/iptables`` - fake firewall management, supports flush and\n list for different tables/chains\n- ``/bin/which`` - path of binary\n- ``/bin/netstat`` - work in progress\n- ``/bin/sleep`` - sleep command\n- ``/bin/uname`` - kernel and OS identification\n\nThe commands are based on the x64 build of Debian 5.\n\nInstallation\n------------\n\nPlease read the full installation part.\n\nPython 2.7 or later is required (Python 3.x isn't). Install kippo-extra\nvia one of the methods below.\n\n- ``pip install kippo-extra``\n- ``pip install git+git://github.com/basilfx/kippo-extra.git``.\n\nTo check if everything works, you can run\n``python -c 'import kippo_extra'`` which should not produce any errors.\n\nKippo doesn't come with a plugin system. Therefore, the kippo source\nshould be modified. Open the file ``KIPPO_ROOT/kippo/__init__.py``. By\ndefault, it is an empty file. Insert the line\n``from kippo_extra import loader`` and save the file.\n\nNote 1\n~~~~~~\n\nThe commands require you have a fake filesystem ready with fake links to\nthe commands. Therefore, make sure the ``/path/to/command`` is in your\nfake filesystem. If a command does not work in a session, try to\n``touch /path/to/command`` and then try again. If it works now, then you\ndo not have the fake links in your fake filesystem.\n\nNote 2\n~~~~~~\n\nA small portion of the kippo source code is modified at runtime by\nintercepting imports (See PEP302). However, these patches are dependend\non the version of kippo. At this moment, the patches are based on\n`revision\n4999618 `__.\nIn case a new version is available and kippo fails to start, you can try\nto manually apply the patches to the kippo source (see the directory\n``kippo_extra/patches``). Insert ``PATCH_SOURCE = False`` in\n``KIPPO_ROOT/kippo/__init__.py`` to disable runtime patching.\n\nKnown issues\n------------\n\nProbably a lot. Of course, not all commands are complete and are\nfunctional. I have implemented the basic options to make an honeypot\nsession more realistic.\n\nFeel free to fork or submit issues!\n\nLicense\n-------\n\nSee the ``LICENSE`` file (MIT license).\n\nThis work uses of some code of\n`Merge-in-Memory `__ by\nDaniel Moniz.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/basilfx/kippo-extra", "keywords": null, "license": "Copyright (c) 2013-2015 Bas Stottelaar\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.", "maintainer": null, "maintainer_email": null, "name": "kippo-extra", "package_url": "https://pypi.org/project/kippo-extra/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/kippo-extra/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/basilfx/kippo-extra" }, "release_url": "https://pypi.org/project/kippo-extra/1.1.0/", "requires_dist": null, "requires_python": null, "summary": "Set of extra commands for the kippo SSH honeypot daemon", "version": "1.1.0" }, "last_serial": 1817455, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "d8e23b9f1ecb0e31ce9471b25fa61ee0", "sha256": "b6d08b0648e633d878737d155fe3f66a26eba7491d4e77f7be5c8ec77cdb1e70" }, "downloads": -1, "filename": "kippo-extra-1.0.0.tar.gz", "has_sig": false, "md5_digest": "d8e23b9f1ecb0e31ce9471b25fa61ee0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14459, "upload_time": "2013-07-08T23:44:02", "url": "https://files.pythonhosted.org/packages/33/0b/a12f2013a9849a1b7c8bdbb74d16aa9f691062914535c6fac5c6ec88d450/kippo-extra-1.0.0.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "a987631fb86cd8f4dea778f76c62760c", "sha256": "339d6e66aacfe4548c44a6eeea4600e9a3634cd2fe7d4a541a23494d9a759cba" }, "downloads": -1, "filename": "kippo-extra-1.1.0.tar.gz", "has_sig": false, "md5_digest": "a987631fb86cd8f4dea778f76c62760c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15442, "upload_time": "2015-11-15T16:47:08", "url": "https://files.pythonhosted.org/packages/b7/6b/a72a9caf624bee9546f2de0ae3a65adeb7407293dceb3f039871890add6e/kippo-extra-1.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a987631fb86cd8f4dea778f76c62760c", "sha256": "339d6e66aacfe4548c44a6eeea4600e9a3634cd2fe7d4a541a23494d9a759cba" }, "downloads": -1, "filename": "kippo-extra-1.1.0.tar.gz", "has_sig": false, "md5_digest": "a987631fb86cd8f4dea778f76c62760c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15442, "upload_time": "2015-11-15T16:47:08", "url": "https://files.pythonhosted.org/packages/b7/6b/a72a9caf624bee9546f2de0ae3a65adeb7407293dceb3f039871890add6e/kippo-extra-1.1.0.tar.gz" } ] }