Skip to content

Blugold-Group/malware-night-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Malware Night Library

This repo contains a library of helper functions which aims to speed development of malware by people not very familiar with programming languages

It was built by the blugold group, the cybersecurity club of Univesity of Wisconsin - Eai Claire for their malware building night, leading members through the process of developing, deploying, detection, and destroying malware on live systems

Languages

We include resources for the following languages,

Python

Python is the official language for the club, ensuring that everyone speaks the same languages when talking about and developing software. Therefore, most of the club's software is written in Python for ease of access. It's also very easy to learn

Java

Our Computer Science curriculum uses Java to teach OOP and algorithms, so most members will have a basic knowledge of Java

Bash

Linux is a large part of the club's curriculum, learning Bash is important to learning Linux security and management

Functions

Since we don't expect members to be the masters of any programming language, we provide a library of common functions that let them avoid much of the required language-specific annoyance that comes with programming

  • Files downlaod
  • Files upload
  • Files write
  • File delete
  • Copy Keystrokes
  • Change firewall
  • Capture screenshot
  • DOS attack
  • Encrypt/Decrypt
  • Take up CPU/RAM
  • Send post to server
  • Gather system info (os, packages, version)
  • Edit environment variables
  • Delete/create user
  • Start large number of processes

About

A collection of helper functions for various languages aiming to aid in the development of malware for a malware building night

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors