Skip to content

rcabezas29/stockholm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STOCKHOLM - BOOTCAMP CYBERSECURITY 42 MADRID

Description

This project is a malware program done in python for Linux based systems.

It encrypts every file that would be affected by WannaCry, adding .ft to the extension of the file.

There is a Dockerfile to create a container where you can try the performance of the program. It encrypts every file with permissions in the $HOME/infection folder.

Functionalities

  • Flags:

    • -h, --help
    • -v, --version
    • -r, --reverse [ KEY ] (decrytion)
    • -s, --silent
  • AES-256 encryption

Usage

docker build -t <container_name> .
docker run -d <container_name>

Check execution script to try the functionalities.

About

Simple ransomware project for 42 Madrid Cybersecurity Bootcamp. First project on malware branch.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published