shibin-xu / cloudguard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cloud Guard

Introduction

Cloud Guard is one of CSE481 S Security Capstone projects developed by Shibin(Jack) Xu (shibix@cs.washington.edu), Zhaoyuan(Matt) Xu (xzy1998@cs.washington.edu), and Xinghan(Jeff) Zhao (zhaox27@cs.washington.edu) at University of Washington.

Deploy your server

Obtain an AWS EC2 ubuntu server
Set all traffic on port 7729
Allow http(s) traffic on your server
SSH into your server
git clone git@github.com:shibix/cloudguard.git
cd cloudguard
Enter tmux
./DEPLOY
Save URL (e.g. ec2--.compute.amazonaws.com/CloudGuard.zip)
Exit tmux

Download client app on Unix-like systems (e.g. Linux, Mac OS)

Visit the URL saved
unzip CloudGuard.zip
cd CloudGuard
./client_linux

About

License:GNU General Public License v3.0


Languages

Language:Java 96.5%Language:Shell 3.5%