GithubHelp home page GithubHelp logo

doughboikush / android-ransomware Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sivazozo/android-ransomware

0.0 1.0 0.0 1.76 MB

An RansomWare Android app

License: MIT License

Java 87.35% Python 12.65%

android-ransomware's Introduction

Ransomware

This project is use used for provide a RSA key for crypted data for any android smartophone. The api is used in a android application.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

API Python

Prerequisites

For use the project you must install python 3.X in your host or computer and lanch the command.

Installing

First you have to install the lib needed by the application

pip install -r requirements.txt

Launch the application

We can lanch the application in two mode :

  1. Production
  2. Development
  3. Testing
  4. Default (by default)

For launch the application :

python runserver.py

For launch with production environnment:

MODE=development python runserver.py

The keywords use in mode :

  • production
  • testing
  • production
  • default

Project strcuture

The project structre :

├── LICENSE.md
├── ransomware          # The flask application
│   ├── __init__.py
│   ├── config          # th folder contains the different config for each env
│   │   ├── __init__.py
│   │   └── config.py
│   ├── models.py       # The schema of the database
│   └── utils.py        # Some function use in the application
├── readme.md
├── requirements.txt
└── runserver.py        # Script for run the flask application

Built With

Doc Api :

Android App

Built With

  • Butter Knife - Bind Android views and callbacks to fields and methods
  • google-gson - A Java serialization/deserialization library to convert Java Objects into JSON and back
  • Retrofit - Type-safe HTTP client for Android and Java

Demo

Demo

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

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.