DigiSpark-Payloads/payloads/Windows Crasher
Muhammad Talha Khan d7efc67197
Update README.md
2019-01-09 22:53:46 +05:00
..
BSOD.ino Create BSOD.ino 2019-01-01 20:52:59 +05:00
ForkBomb.ino Rename Crasher.ino to ForkBomb.ino 2018-12-30 18:55:46 +05:00
README.md Update README.md 2019-01-09 22:53:46 +05:00
UACBypassBSOD.ino Add files via upload 2019-01-09 22:51:05 +05:00

README.md

Windows Crasher

Description:

1: ForkBomb.ino:

Creates looping payload in batch file and executes it. Which result in unresponsive Operating System only way to stop it is by restarting. It takes about 10-15 Seconds to completly halt the system.

Tested on:
OS: Windows 7/8/10
User: Normal/Admin User
Hardware: ATtiny85 (Chinese)

2: BSOD.ino:

Original concept by DarkN3ss. BSOD.ino runs PowerShell as admin and kills all process which results in BSOD, so user should have admin level privileges for successful crash otherwise it will just get stuck on enter password page. It takes around 10-15 Seconds for BSOD.

Tested on:
OS: Windows 7(VM)/8(VM)/10
User: Admin User
Hardware: ATtiny85 (Chinese)

3: UACBypassBSOD.ino:

Runs cmd as admin using UAC bypass kills winint and that results in BSOD.

Tested on:
OS: Windows 7/8/10
User: Admin User
Hardware: ATtiny85 (Chinese)