Git Product home page Git Product logo

fenrir's Introduction

A propos

Fenrir est un ransomware codé en python par moi. Pour le moment, il n'y a rien de dangereux. Il ne crypte pas encore les données du disque dur mais juste un seul fichier par un seul fichier selon le choix de l'utilisateur. On ne peut pas encore payer. (Et dans la version finale, on aura pas à le faire)

Merci de bien noter quelle clé de décryptage va avec quel fichier si entre deux fichiers vous fermez le programme. La clé se génère aléatoirement si le programme est relancé.

Installation :

  1. Avoir Python 3.
  2. Avoir une version de Visual Studio (La dernière, plus précisement.)
  3. Windows+r -> cmd
  4. cd C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Auxiliary\Build vcvarsall amd64
  5. cd
    set CL=-FI"%VCINSTALLDIR%\tools\msvc\14.13.26128\include\stdint.h"
  6. pip install pycrypto
  7. Ouvrir le fichier lib de Crypto. (C:\Users\Le nom de votre PC\AppData\Local\Programs\Python\Python36-32\Lib\site-packages\Crypto\Random\OSRNG)
  8. Ouvrir nt.py avec un éditeur de texte.
  9. Modifier "import winrandom" en "from . import winrandom" puis enregistrer.
  10. Ouvrir compile.bat
  11. Ouvrir le fichier Fenrir.exe dans \dist

fenrir's People

Contributors

miserablehating avatar

Watchers

James Cloos 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.