{ "info": { "author": "Timothy Heard", "author_email": "", "bugtrack_url": null, "classifiers": [ "Environment :: Console", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# LookingGlass\nA collaborative network / infrastructure visualization tool oriented towards use for defensive and offensive cyber operations\n\n# How to run\n\nFrom the command line, execute:\n\n> FLASK_APP=application.py flask run\n\nThis will make the application accessible locally at http://127.0.0.1:5000\n\nTo make the application accessible to other computers, add `--host=0.0.0.0` to the end of the command \n\n> FLASK_APP=application.py flask run --host=0.0.0.0\n\n**Note:** this is not recommended for production use and exposing a local webserver on your machine over the network has potential security considerations. Please do this with care.\n\n\n# How to run on ElasticBeanstalk\n\n1. Set the LOCAL_MODE value to False (this will cause the graph state to be stored in S3 instead of locally on the ElasticBeanstalk instance, which is empheral)\n1. Create an AWS account\n1. Install and configure the AWS CLI\n1. From the root LookingGlass direcctory (i.e. where the root of the local LookingGlass git repository) run `eb init -p python-3.6 --region `\n1. Create an environment within your application by running `eb create `\n1. Open the application by running `eb open`\n\n**Note:** you will be billed for all AWS infrastructure used will the application / environment are active; to stop the application, run `eb terminate `\nSee [this page](https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/create-deploy-python-flask.html) for more details\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://github.com/unheardof/LookingGlass", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "looking-glass", "package_url": "https://pypi.org/project/looking-glass/", "platform": "", "project_url": "https://pypi.org/project/looking-glass/", "project_urls": { "Homepage": "https://github.com/unheardof/LookingGlass" }, "release_url": "https://pypi.org/project/looking-glass/1.0.4/", "requires_dist": null, "requires_python": "", "summary": "Web-based tool for visualizing data from network scanning and reconnaissance tools", "version": "1.0.4" }, "last_serial": 4985314, "releases": { "1.0.3": [ { "comment_text": "", "digests": { "md5": "b53c617cd5b6d31b68c93e32f259a101", "sha256": "ccd7589131e563f2af4ed63a01b6187e13819f45ffefd56fe802a56a39208645" }, "downloads": -1, "filename": "looking_glass-1.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "b53c617cd5b6d31b68c93e32f259a101", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5587657, "upload_time": "2019-02-26T22:21:33", "url": "https://files.pythonhosted.org/packages/89/e5/64b82f0109ba86ec1f487a576ab58a4b66015530cbd982b8e9f471cc24d1/looking_glass-1.0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8dd7b86e374805ab0e75439736f312ea", "sha256": "47c8b9e05fdd2133fe706884e6e77100ea226a1bcaa0adb89fce205b6befb128" }, "downloads": -1, "filename": "looking_glass-1.0.3.tar.gz", "has_sig": false, "md5_digest": "8dd7b86e374805ab0e75439736f312ea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5104039, "upload_time": "2019-02-26T22:22:20", "url": "https://files.pythonhosted.org/packages/f6/ef/73bddcd2daac09f363f4b3358bdf5642030eb9e12536f58acc31b5c8278f/looking_glass-1.0.3.tar.gz" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "c25a89d554849d835f8b8765dc375244", "sha256": "815e21d58bdeb13e2b7e32aafef22da27a8f33702753a27abf2e2a1d0ee9fa19" }, "downloads": -1, "filename": "looking_glass-1.0.4-py3-none-any.whl", "has_sig": false, "md5_digest": "c25a89d554849d835f8b8765dc375244", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5596616, "upload_time": "2019-03-26T00:25:57", "url": "https://files.pythonhosted.org/packages/ef/75/830c9bc7ea8ff4191fb8447c3b8617ddc0b54055c6c3e6d7b6b36a140264/looking_glass-1.0.4-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c25a89d554849d835f8b8765dc375244", "sha256": "815e21d58bdeb13e2b7e32aafef22da27a8f33702753a27abf2e2a1d0ee9fa19" }, "downloads": -1, "filename": "looking_glass-1.0.4-py3-none-any.whl", "has_sig": false, "md5_digest": "c25a89d554849d835f8b8765dc375244", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5596616, "upload_time": "2019-03-26T00:25:57", "url": "https://files.pythonhosted.org/packages/ef/75/830c9bc7ea8ff4191fb8447c3b8617ddc0b54055c6c3e6d7b6b36a140264/looking_glass-1.0.4-py3-none-any.whl" } ] }