Giter VIP home page Giter VIP logo

unbootable's Introduction

Unbootable

Simple MBR wiper that overwrites the first 512 bytes of the root drive, and thus, preventing the computer from booting.

Compilation

To compile the project into a single executable, do the following:

# Compile manifest into object file
i686-w64-mingw32-windres --input manifest.rc --output manifest.o

# Compile to 32-bit exe
i686-w64-mingw32-gcc -std=c++11 main.c manifest.o -o unbootable.exe -s -lws2_32 -Wno-write-strings -fno-exceptions -fmerge-all-constants -static-libstdc++ -static-libgcc

Features

As of now, the program is really simple, which also means that it can be easily detected by AVs/EDRs. Though, maybe I'll test out some obfuscation techniques in the future.

Known Issues

  • Program crashes on Win 7 x86, though will still overwrite MBR

Disclaimer

This is purely for educational purposes. The software is provided "as is" and the authors are not responsible for any damage or mishaps that may occur during its use. Misuse of the provided software and information may result in criminal charges.

Credits

The following resources were of great help to me:
Python and Malware: Writing a simple wiper malware
Malware Development โ€“ Welcome to the Dark Side: Part 2-1

unbootable's People

Contributors

dancinparrot avatar

Watchers

 avatar  avatar

Forkers

dmore

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.