Skip to content

c0y0te-git/bulker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Bulker Educational Malware

! For Educational Uses Only !

Bulker

Malware designed to shut down apache2 server, fill up disk space, and self-replicate. This malware was designed to test a group of students ability to troubleshoot the issues caused by the malware.

Primer

The primer script is to be used to start the bulker malware, and create cronjobs to run the bulker backup copies. Before using primer:

mv bulker /var/mail/.aws-ses && chmod 511 /var/mail/.aws-ses

If you wish to have primer deleted after bulker execution, hide the primer script by doing:

mv primer /var/mail/.aws-ec2 && chmod 511 /var/mail/.aws-ec2

The bulker malware will look to see if the primer script is located there, and if it is found, it will delete it.

Setting Timer for Primer Script

Use the at daemon to create a specific time/date to trigger the initial primer script. Make sure to set at job as root!

at 14:00 030322
bash /var/mail/.aws-ec2

About

Bulker Education Malware

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages