All Projects → r3nt0n → markransom

r3nt0n / markransom

Licence: GPL-3.0 License
Simple but sharp ransomware

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to markransom

neo4j-graphql-java
Pure JVM translation for GraphQL queries and mutations to Neo4j's Cypher
Stars: ✭ 94 (+276%)
Mutual labels:  cypher
Phirautee
A proof of concept crypto virus to spread user awareness about attacks and implications of ransomwares. Phirautee is written purely using PowerShell and does not require any third-party libraries. This tool steals the information, holds an organisation’s data to hostage for payments or permanently encrypts/deletes the organisation data.
Stars: ✭ 96 (+284%)
Mutual labels:  ransomware
goMS17-010
Simple program for detecting if host(s) are vulnerable to SMB exploit(MS17-010)
Stars: ✭ 67 (+168%)
Mutual labels:  ransomware
Cypher.js
Cypher graph database for Javascript
Stars: ✭ 30 (+20%)
Mutual labels:  cypher
JavaRansomware
Simple Ransomware Tool in Pure Java
Stars: ✭ 99 (+296%)
Mutual labels:  ransomware
neo4j-ml-procedures
This project provides procedures and functions to support machine learning applications with Neo4j.
Stars: ✭ 37 (+48%)
Mutual labels:  cypher
nemucod decrypt
Ruby tool to decrypt Nemucod ransomware
Stars: ✭ 21 (-16%)
Mutual labels:  ransomware
Horus-Eye
Just Simple Code To Play With Android Payloads (;
Stars: ✭ 54 (+116%)
Mutual labels:  ransomware
mgmigrate
mgmigrate is a tool for migrating data from MySQL or PostgreSQL to Memgraph and between Memgraph instances.
Stars: ✭ 17 (-32%)
Mutual labels:  cypher
cytosm
OpenCypher to SQL Mapper
Stars: ✭ 65 (+160%)
Mutual labels:  cypher
NeoClient
🦉 Lightweight OGM for Neo4j which support transactions and BOLT protocol.
Stars: ✭ 21 (-16%)
Mutual labels:  cypher
mage
MAGE - Memgraph Advanced Graph Extensions 🔮
Stars: ✭ 89 (+256%)
Mutual labels:  cypher
MalwareDatabase
One of the few malware collection
Stars: ✭ 37 (+48%)
Mutual labels:  ransomware
The-MALWARE-Repo
A repository full of malware samples.
Stars: ✭ 380 (+1420%)
Mutual labels:  ransomware
legis-graph
ETL scripts for loading US Congressional data from govtrack.us into Neo4j
Stars: ✭ 48 (+92%)
Mutual labels:  cypher
Jasmin-Ransomware
Jasmin Ransomware is an advanced red team tool (WannaCry Clone) used for simulating real ransomware attacks. Jasmin helps security researchers to overcome the risk of external attacks.
Stars: ✭ 84 (+236%)
Mutual labels:  ransomware
Ransomware-Reports
This repo is a collection of Ransomware reports from vendors, researchers, etc.
Stars: ✭ 90 (+260%)
Mutual labels:  ransomware
Thor
A Simple Ransomware
Stars: ✭ 37 (+48%)
Mutual labels:  ransomware
seabolt
Neo4j Bolt Connector for C
Stars: ✭ 37 (+48%)
Mutual labels:  cypher
petya key
A decoder for Petya victim keys, using the Janus' masterkey.
Stars: ✭ 35 (+40%)
Mutual labels:  ransomware

Version 1.0 Python 2.7 GPL-3.0 License Date

markransom

Markransom is a tool created to encrypt all the files that matches an extension pattern. Can be decrypted with decipher.py and the encryption key generated.

The app will generate an AES256 key and an optional messsage in the desktop. You can configure your own settings in the firsts lines of the script.

This app was written in 2017.

Decipher usage

usage: decipher.py [-h] -k file [-e .ext] [-f file]  

Decrypt files encrypted with markransom.py.

optional arguments:
  -h, --help            show this help message and exit
  -k file, --key file   the file which includes the key
  -e .ext, --extension  encrypted files extension
  -f file, --file file  decrypt a single file  

Requirements

  • Python 2.7
  • Pycryptodome

Legal disclaimer

This tool is created for the sole purpose of security awareness and education, it should not be used against systems that you do not have permission to test/attack. The author is not responsible for misuse or for any damage that you may cause. You agree that you use this software at your own risk.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].