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
We include resources for the following languages,
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
Our Computer Science curriculum uses Java to teach OOP and algorithms, so most members will have a basic knowledge of Java
Linux is a large part of the club's curriculum, learning Bash is important to learning Linux security and management
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