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
- Host: GitHub
- URL: https://github.com/nemuelw/alpha
- Owner: nemuelw
- Created: 2023-03-22T15:28:15.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-22T15:35:40.000Z (almost 3 years ago)
- Last Synced: 2024-08-05T21:34:07.993Z (over 1 year ago)
- Topics: dropper, fud, fud-dropper, linux, malware, malware-dropper, undetectable, undetected
- Language: Go
- Homepage:
- Size: 1.93 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Alpha
FUD Linux Malware Dropper \

## 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 !