{ "info": { "author": "Moxie Marlinspike", "author_email": "moxie@thoughtcrime.org", "bugtrack_url": null, "classifiers": [], "description": "sslstrip is a MITM tool that implements Moxie Marlinspike's SSL stripping \nattacks.\n\nIt requires Python 2.5 or newer, along with the 'twisted' python module.\n\nInstalling:\n\tpip install sslstrip\n\nRunning:\n\tsslstrip can be run from the source base without installation. \n\tJust run 'python sslstrip.py -h' as a non-root user to get the \n\tcommand-line options.\n\n\tThe four steps to getting this working (assuming you're running Linux) \n\tare:\n\n\t1) Flip your machine into forwarding mode (as root):\n\t echo \"1\" > /proc/sys/net/ipv4/ip_forward\n\n\t2) Setup iptables to intercept HTTP requests (as root):\n\t iptables -t nat -A PREROUTING -p tcp --destination-port 80 -j REDIRECT --to-port \n\t\n\t3) Run sslstrip with the command-line options you'd like (see above).\n\n\t4) Run arpspoof to redirect traffic to your machine (as root):\n\t arpspoof -i -t \n\nMore Info:\n\thttp://www.thoughtcrime.org/software/sslstrip/\n", "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/graingert/sslstrip/", "keywords": null, "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "sslstrip", "package_url": "https://pypi.org/project/sslstrip/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/sslstrip/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/graingert/sslstrip/" }, "release_url": "https://pypi.org/project/sslstrip/0.9.2/", "requires_dist": null, "requires_python": null, "summary": "A MITM tool that implements Moxie Marlinspike's HTTPS stripping attacks.", "version": "0.9.2" }, "last_serial": 864821, "releases": { "0.9.2": [ { "comment_text": "", "digests": { "md5": "b0fd34a39cc40b314849a5b8b10edd07", "sha256": "efd5a3d10f1189e49b5ed038b01d8ae559dee245807970099e58940c55b28277" }, "downloads": -1, "filename": "sslstrip-0.9.2.tar.gz", "has_sig": false, "md5_digest": "b0fd34a39cc40b314849a5b8b10edd07", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9200, "upload_time": "2013-09-13T12:51:20", "url": "https://files.pythonhosted.org/packages/18/02/bad7817d167ad2547bbddaefa1d31d3a06857f5e7829f494dbd2d6abdf8e/sslstrip-0.9.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b0fd34a39cc40b314849a5b8b10edd07", "sha256": "efd5a3d10f1189e49b5ed038b01d8ae559dee245807970099e58940c55b28277" }, "downloads": -1, "filename": "sslstrip-0.9.2.tar.gz", "has_sig": false, "md5_digest": "b0fd34a39cc40b314849a5b8b10edd07", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9200, "upload_time": "2013-09-13T12:51:20", "url": "https://files.pythonhosted.org/packages/18/02/bad7817d167ad2547bbddaefa1d31d3a06857f5e7829f494dbd2d6abdf8e/sslstrip-0.9.2.tar.gz" } ] }