Skip to content

Commit

Permalink
self_del
Browse files Browse the repository at this point in the history
Deletes itself , for dropping malware
  • Loading branch information
anchalraheja authored Sep 25, 2021
1 parent f0c9874 commit f841242
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions self-delete.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import time
import os
time.sleep(2)
os.remove("del.py")

0 comments on commit f841242

Please sign in to comment.