UberGuidoZ / Flipper

Playground (and dump) of stuff I make or modify for the Flipper Zero
MIT License
12.8k stars 3.06k forks source link

More BadUSB Scripts #591

Closed MarkCyber closed 1 month ago

MarkCyber commented 1 month ago

The following 6 scripts have been added to the corresponding folders:

RansomwareSimulation: RansomwareSimulation1.txt - This simulates a ransomware attack by changing all file names to .locked, rendering them unusable until the name is changed back. This script also displays a message saying that the PC's files are now encrypted and to contact the IT team. RansomwareSimulation2-cleanup.txt - This reverts the changes from the initial ransomware simulation by changing the file names to their original extension and removing the .locked part of the extension.

HackStuff: CredentialHarvester.txt - Similar but prettified version of the one initially added here. This takes all credentials from chrome, Firefox and Microsoft edge, saving them onto a secondary USB. VulnerabilityScanner.txt - This is a script to scan for vulnerabilities and saves all results into a secondary USB in a file with the target PC's name. This will also include logs. This scans for vulnerabilities through a variety of methods such as open ports, firewall status, antivirus status, password policies , network settings, missing updates, and more. This also checks for currently running tasks and sees if they have any accompanying CVEs.

Emails: EmailSender.txt - This script will send an email by opening chrome to a signed in gmail account, creating the message and sending it. GenerateEmailScripts.py - This is a python script that generates badusb scripts similar to the above EmailSender.txt. This script will allow for automatically sending emails to larger groups of people by creating a badusb script that can do it all. This will require an excel sheet with the field Names and "Email Addresses", will extract those and create the badusb script that sends an email to each of those, with their name customized for each email sent.