Git Product home page Git Product logo

atlas's Introduction

Atlas 🌎

Atlas is a online application that connects to a websocket (provided by geo-locater) and displays a map with potential live and demo attack data.

Installation

Atlas has been tested and confirmed to work on Apache 2.4.7 and is believed to work on later versions as well.

  1. Install Apache: $ sudo apt-get install apache2
  2. Download Atlas: $ git clone https://github.com/Marist-Innovation-Lab/Atlas.git
  3. Configure Atlas
  4. Move the contents of Atlas to the Apache webserver directory /var/www/html/ with the command $ mv -v Atlas/* /var/www/html/ NOTE: you may need elevated permissions to perform this action. An alternative solution would be to owner and permissions of the /var/www/ directory with the command sudo chown -R [USER NAME]:[USER NAME] /var/www replacing USER NAME with your own.
  5. Restart Apache2! sudo service apache2 restart

Configuration

Atlas needs a websocket server to communicate with in order to properly function and perform its mapping duties. To add this, naviage to Atlas/script/attack.js and change the IP address in the line: var socket = io.connect('http://10.11.17.141:8080'); to wherever you are hosting your geo-locater application.

Usage

To use Atlas, press the Run Demo button at the bottom of the page. Atlas is currently configured to also take a 'custom attack' where you can upload any properly formatted .json attack file. An sample of one of these custom attacks is located in the geo-locater repoistory.

It is important to note that geo-locater emulates time-delayed attacks by comparing the difference between the timestamp of the current attack and a lookahead to the timestamp in front of it. Timestamp is not a timestamp per se but is used to determine how long to wait before displaying the next attack.

atlas's People

Contributors

gleaden avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.