Skip to main content

Web-based tool for visualizing data from network scanning and reconnaissance tools

Project description

LookingGlass

A collaborative network / infrastructure visualization tool oriented towards use for defensive and offensive cyber operations

How to run

From the command line, execute:

FLASK_APP=application.py flask run

This will make the application accessible locally at http://127.0.0.1:5000

To make the application accessible to other computers, add --host=0.0.0.0 to the end of the command

FLASK_APP=application.py flask run --host=0.0.0.0

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.

How to run on ElasticBeanstalk

  1. 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)
  2. Create an AWS account
  3. Install and configure the AWS CLI
  4. From the root LookingGlass direcctory (i.e. where the root of the local LookingGlass git repository) run eb init -p python-3.6 <application name> --region <AWS region where the applicaiton should be hosted>
  5. Create an environment within your application by running eb create <environment name>
  6. Open the application by running eb open

Note: you will be billed for all AWS infrastructure used will the application / environment are active; to stop the application, run eb terminate <environment name> See this page for more details

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

looking_glass-1.0.4-py3-none-any.whl (5.6 MB view details)

Uploaded Python 3

File details

Details for the file looking_glass-1.0.4-py3-none-any.whl.

File metadata

  • Download URL: looking_glass-1.0.4-py3-none-any.whl
  • Upload date:
  • Size: 5.6 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.15+

File hashes

Hashes for looking_glass-1.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 815e21d58bdeb13e2b7e32aafef22da27a8f33702753a27abf2e2a1d0ee9fa19
MD5 c25a89d554849d835f8b8765dc375244
BLAKE2b-256 ef75830c9bc7ea8ff4191fb8447c3b8617ddc0b54055c6c3e6d7b6b36a140264

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page