Giter Site home page Giter Site logo

hotelzululima / rupture Goto Github PK

View Code? Open in Web Editor NEW

This project forked from decrypto-org/rupture

0.0 1.0 0.0 5.96 MB

A framework for BREACH and other compression-based crypto attacks

License: MIT License

Python 65.07% Shell 4.20% JavaScript 7.83% HTML 0.14% TeX 22.76%

rupture's Introduction

Rupture

Rupture is a framework for easily conducting BREACH and other compression-based attacks.

Authors

Rupture is developed by:

This research is being conducted at the Cryptography & Security lab at the University of Athens and the National Technical University of Athens.

License

Rupture is licensed under MIT. See LICENSE for more information.

Development

Javascript

Rupture uses Javascript for communication between the client code and the realtime server. Client code is compiled using browserify and server code is run on Node.js.

Client

  • Install gulp on your system.
npm install -g gulp
  • Install required packages for compilation of the client code.
rupture/client $ npm install
  • Use browserify to compile the code.
rupture/client $ gulp browserify
  • Use watchify to automatically bundle together scripts compiled with browserify.
rupture/client $ gulp watchify
  • Open test.html using browser.

Realtime

  • Install Node.js on your system (Instructions).
  • Install required packages for server setup.
rupture/realtime $ npm install
  • Start the server endpoint.
rupture/realtime $ npm start

Python

Rupture uses Python for the Command & Control server. Communication between js realtime server and Python backend is performed with a Django API endpoint.

  • Install Python 2.7.x.
  • Install pip package manager.
  • Install virtual enviroment module using pip.
pip install virtualenv
  • Create Python virtual environment for the project.
rupture/backend $ virtualenv env
  • Activate virtual environment.
rupture/backend $ source env/bin/activate
  • Install package dependencies according to requirements.txt.
rupture/backend $ pip install -r requirements.txt
  • Migrate database.
rupture/backend $ python manage.py migrate
  • Run Django project.
rupture/backend $ python manage.py runserver

rupture's People

Contributors

dimkarakostas avatar dionyziz avatar esarafianou avatar

Watchers

hotelzululima 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.