All Projects → guitmz → Fe2O3

guitmz / Fe2O3

Licence: MIT License
Simple prepender virus written in Rust

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Fe2O3

Open Myrtus
RCEed version of computer malware / rootkit MyRTUs / Stuxnet.
Stars: ✭ 208 (+147.62%)
Mutual labels:  virus, malware
Malware-Sample-Sources
Malware Sample Sources
Stars: ✭ 214 (+154.76%)
Mutual labels:  virus, malware
Botnets
This is a collection of #botnet source codes, unorganized. For EDUCATIONAL PURPOSES ONLY
Stars: ✭ 2,523 (+2903.57%)
Mutual labels:  virus, malware
Cypher
Pythonic ransomware proof of concept.
Stars: ✭ 178 (+111.9%)
Mutual labels:  virus, malware
The-MALWARE-Repo
A repository full of malware samples.
Stars: ✭ 380 (+352.38%)
Mutual labels:  virus, malware
Php Antimalware Scanner
AMWScan (PHP Antimalware Scanner) is a free tool to scan php files and analyze your project to find any malicious code inside it.
Stars: ✭ 181 (+115.48%)
Mutual labels:  virus, malware
Kicomav
KicomAV is an open source (GPL v2) antivirus engine designed for detecting malware and disinfecting it.
Stars: ✭ 227 (+170.24%)
Mutual labels:  virus, malware
Inferno
🔥 Modern command line tool for malware creation on Windows
Stars: ✭ 105 (+25%)
Mutual labels:  virus, malware
ConTroll Remote Access Trojan
Created a VERY SIMPLE remote access Trojan that will establish administrative control over any windows machine it compromises.
Stars: ✭ 69 (-17.86%)
Mutual labels:  virus, malware
Anti-Debugging
A collection of c++ programs that demonstrate common ways to detect the presence of an attached debugger.
Stars: ✭ 297 (+253.57%)
Mutual labels:  virus, malware
Antidebugging
A collection of c++ programs that demonstrate common ways to detect the presence of an attached debugger.
Stars: ✭ 161 (+91.67%)
Mutual labels:  virus, malware
JavaRansomware
Simple Ransomware Tool in Pure Java
Stars: ✭ 99 (+17.86%)
Mutual labels:  virus, malware
Malware
Rootkits | Backdoors | Sniffers | Virus | Ransomware | Steganography | Cryptography | Shellcodes | Webshells | Keylogger | Botnets | Worms | Other Network Tools
Stars: ✭ 156 (+85.71%)
Mutual labels:  virus, malware
Telegram Rat
Windows Remote Administration Tool via Telegram. Written in Python
Stars: ✭ 201 (+139.29%)
Mutual labels:  virus, malware
Ratel
RAT-el is an open source penetration test tool that allows you to take control of a windows machine. It works on the client-server model, the server sends commands and the client executes the commands and sends the result back to the server. The client is completely undetectable by anti-virus software.
Stars: ✭ 121 (+44.05%)
Mutual labels:  virus, malware
Serpentine
C++/Win32/Boost Windows RAT (Remote Administration Tool) with a multiplatform Java/Spring RESTful C2 server and Go, C++/Qt5 frontends
Stars: ✭ 216 (+157.14%)
Mutual labels:  virus, malware
Pivirus
sample linux x86_64 ELF virus
Stars: ✭ 45 (-46.43%)
Mutual labels:  virus, elf
Zeus
NOT MY CODE! Zeus trojan horse - leaked in 2011, I am not the author. This repository is for study purposes only, do not message me about your lame hacking attempts.
Stars: ✭ 1,043 (+1141.67%)
Mutual labels:  virus, malware
ToxicEye
👽 Program for remote control of windows computers via telegram bot. Written in C#
Stars: ✭ 305 (+263.1%)
Mutual labels:  virus, malware
gocave
Finding code caves in ELF files with GoLang
Stars: ✭ 22 (-73.81%)
Mutual labels:  malware, elf

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

$ 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].