Skip to content

Python malware to steal all files with the defined extension, delete the original content, share and then auto-destroy

Notifications You must be signed in to change notification settings

luizmucman/darkskull

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

Darkskull

27 07 2021_23 28 17_REC

Python malware to steal all files with the defined extension, share, delete and then auto-destroy all the evidences.

How it Works:

Inside all the directories that are bundled with the malware, darkskull will get all files with the passed extension. All of these files will be deleted and subscribed to a text file that will be sent to the defined email. When finished the theft and sharing, the text file and source code will self-destruct, leaving no trace behind.

First instructions:

1º Change the content of fromaddr and frompass to the email you will use to send the content.(Do not use your personal email, and enable the use of less secure apps)

2º Put the SMTP address and port of the e-mail service chosen by you.(Example 'smtp.gmail.com', 587)

How to Run:

-t or --target: extension you want to steal.(Example: -t java)

-m or --mail: e-mail you want to receive the information.(Example: -m mail@address)

About

Python malware to steal all files with the defined extension, delete the original content, share and then auto-destroy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%