Skip to content

VincenzoArceri/bash-virus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example of Bash virus

Requirements

  • Vagrant (https://www.vagrantup.com/downloads.html)

Creating the VM

$ git clone https://github.com/VincenzoArceri/bash-virus.git
$ cd bash-virus\test-virus
$ vagrant up
$ vagrant ssh

The VM contains:

  • test/virus.sh: a copy of the bash virus, the same present at the master
  • test/testo.txt: an example of an infected file
  • test/dummy.sh: an example of an uninfected file
  • test/test.sh: an example of an uninfected and uninfectable file

Execute the virus

Launch commands into the VM

$ cd test
$ ./virus.sh

Contributors

About

A simple bash virus (without payload) for the second assignment of the "Malware analysis and design" course in Master Degree in Computer Science in University of Verona

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published