An open API service indexing awesome lists of open source software.

https://github.com/nemuelw/alpha

FUD Linux malware Dropper
https://github.com/nemuelw/alpha

dropper fud fud-dropper linux malware malware-dropper undetectable undetected

Last synced: 7 months ago
JSON representation

FUD Linux malware Dropper

Awesome Lists containing this project

README

          

# Alpha

FUD Linux Malware Dropper \
![img](https://github.com/nemzyxt/Alpha/blob/main/scrshot/fud.png?raw=true)

## Set-up

- Clone this repository onto your machine
- Navigate to the project folder and run :

```
go get
```

- To build, run :

```
go build -o alpha -ldflags="-s -w" alpha.go
```

## Usage

- Ensure you have [AlphaC2](https://github.com/nemzyxt/AlphaC2) set up already
- Start the server by running the AlphaC2 script :

```
python3 alphac2.py
```

- To start the dropper, run :

```
./alpha
```

## NOTE

- You need root privileges to achieve persistence
- Feel free to replace the payload in the C2 Server to one that you desire

## Disclaimer

This project is for educational purposes only, and I will not be \
held liable for anything you do with it !