Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guitmz/Fe2O3
Simple prepender virus written in Rust
https://github.com/guitmz/Fe2O3
elf linux malware rust virus
Last synced: 2 months ago
JSON representation
Simple prepender virus written in Rust
- Host: GitHub
- URL: https://github.com/guitmz/Fe2O3
- Owner: guitmz
- License: mit
- Created: 2019-09-06T13:39:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-13T11:11:41.000Z (over 5 years ago)
- Last Synced: 2024-07-08T16:40:03.370Z (6 months ago)
- Topics: elf, linux, malware, rust, virus
- Language: Rust
- Homepage: https://www.guitmz.com/linux-fe2o3-rust-virus/
- Size: 709 KB
- Stars: 109
- Watchers: 4
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-rust-security - Linux.Fe2O3 - Simple ELF prepender virus / in-memory loader written in Rust (Offensive Security and Red Teaming / Packing, Obfuscation, Encryption, Anti-analysis)
README
# Linux.Fe2O3
This is a POC ELF prepender written in Rust. I like writting prependers on languages that I'm learning and find interesting. As for the name, `Fe2O3` is the chemical formula of Rust, I thought it was appropriate.
# Build
```$ cd src
$ rustc main.rs -o Linux.Fe2O3
```Note that the Rust version used is `rustc 1.37.0 (eae3437df 2019-08-13)`, the latest at this moment.
# Binary Sample
A binary sample is also available at https://www.guitmz.com/Linux.Fe2O3```
$ file Linux.Fe2O3
Linux.Fe2O3: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, with debug_info, not stripped$ sha1sum Linux.Fe2O3
c185ab0fd9b1c8f3ddaed7079898383edbcbb7f7 Linux.Fe2O3
```# Demo
[![asciicast](https://asciinema.org/a/gMwAoQozAKpX851zXE8DncDSc.png)](https://asciinema.org/a/gMwAoQozAKpX851zXE8DncDSc)