{ "info": { "author": "Alexey Kostyrin", "author_email": "alex.kostirin@ya.ru", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# ICMP remote shell\nPrototype of steganography remote shell using ICMP protocol for data\nhiding.\n\nTo install packet use pip:\n\n`pip install icmp_remote_shell`\n\nPacket provides some common functions can be used in your ICMP\nsteganography projects:\n\n- checksum - calculates packet checksum\n- send_one_ping - sends one ICMP packet\n- send_one - as previous but more convenient\n- start_sniffing - starts ICMP packets sniffer\n\nPacket also provides to commandline utils for creating remote shell.\n\n**icmp-remote-shell-client** - ICMP remote shell client\n\nUsage:\n\n`icmp-remote-shell-client host_out host_in \\[ping_delay\\] \\[log_file\\]`\n\nwhere:\n\n- host_out - The interface to send requests\n- host_in - The interface to listen replies\n- ping_delay - Delay between answer pings in seconds, default is 1\n- log_file - File to log server answers, default is /var/log/icmp_covert.log\n\n\n**icmp-remote-shell-server** - ICMP remote shell server\n\nUsage:\n\n`icmp-remote-shell-server host \\[ping_delay\\]`\n\nwhere:\n\n- host - The interface to listen request\n- ping_delay - Delay between answer pings in seconds, default is 1\n\n>Note: commands should run under user with privileges to send ICMP\n>messages only\n\n**Contribution**\n\nFell free ro contribute to this project using\n[github](https://github.com/alex-kostirin/icmp-remote-shell) or\n[gitlab](https://gitlab.com/alex-kostirin/icmp-remote-shell).\n\n\n\n\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://gitlab.com/alex-kostirin/icmp-remote-shell", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "icmp-remote-shell", "package_url": "https://pypi.org/project/icmp-remote-shell/", "platform": "", "project_url": "https://pypi.org/project/icmp-remote-shell/", "project_urls": { "Homepage": "https://gitlab.com/alex-kostirin/icmp-remote-shell" }, "release_url": "https://pypi.org/project/icmp-remote-shell/1.0/", "requires_dist": null, "requires_python": "", "summary": "Prototype of steganography remote shell using ICMP protocol for data hiding", "version": "1.0" }, "last_serial": 3936118, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "9913f0aea54c9a1e57b8abd4c0c307e1", "sha256": "519df052b2260fab4b71a288efb9615f5decf58f66611e018243a8aaadfa2973" }, "downloads": -1, "filename": "icmp_remote_shell-1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "9913f0aea54c9a1e57b8abd4c0c307e1", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5089, "upload_time": "2018-06-06T14:08:58", "url": "https://files.pythonhosted.org/packages/d5/aa/ea6fff3314edd3b37fb4b92cd62a9b7aa4f0a02547ce4bcd24bdc441f416/icmp_remote_shell-1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "887eefd9d6cecf6ec234c0b4c34c5115", "sha256": "f4c07fe3fd3bfa55a945cb79c2bf631f19568ab737887cb459e79c1f3080c9aa" }, "downloads": -1, "filename": "icmp-remote-shell-1.0.tar.gz", "has_sig": false, "md5_digest": "887eefd9d6cecf6ec234c0b4c34c5115", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3580, "upload_time": "2018-06-06T14:08:59", "url": "https://files.pythonhosted.org/packages/a6/f3/c15f60037d2fb8672e5c9fb86d42111566364979c85ed4290fb0e1137787/icmp-remote-shell-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9913f0aea54c9a1e57b8abd4c0c307e1", "sha256": "519df052b2260fab4b71a288efb9615f5decf58f66611e018243a8aaadfa2973" }, "downloads": -1, "filename": "icmp_remote_shell-1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "9913f0aea54c9a1e57b8abd4c0c307e1", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5089, "upload_time": "2018-06-06T14:08:58", "url": "https://files.pythonhosted.org/packages/d5/aa/ea6fff3314edd3b37fb4b92cd62a9b7aa4f0a02547ce4bcd24bdc441f416/icmp_remote_shell-1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "887eefd9d6cecf6ec234c0b4c34c5115", "sha256": "f4c07fe3fd3bfa55a945cb79c2bf631f19568ab737887cb459e79c1f3080c9aa" }, "downloads": -1, "filename": "icmp-remote-shell-1.0.tar.gz", "has_sig": false, "md5_digest": "887eefd9d6cecf6ec234c0b4c34c5115", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3580, "upload_time": "2018-06-06T14:08:59", "url": "https://files.pythonhosted.org/packages/a6/f3/c15f60037d2fb8672e5c9fb86d42111566364979c85ed4290fb0e1137787/icmp-remote-shell-1.0.tar.gz" } ] }