2023-06-23 20:42:24 -05:00
2023-06-23 20:42:24 -05:00
2023-06-03 22:06:11 -05:00
2023-05-26 21:04:26 -05:00
2023-06-15 15:47:34 -05:00
2023-06-15 15:43:51 -05:00
2023-06-22 21:24:00 -05:00
2023-06-15 15:45:13 -05:00
2023-06-18 11:54:48 -05:00

Image Description

This repository is EXCLUSIVE to MacOs BADUSB Scripts Giphy Image Coding
Giphy Image

🔹They are Plug & Play🔹

Big shoutout and huge thanks to 47LeCoste ClaraCrazy 0iphor13 Hak5 I-Am-Jakoby and UberGuidoZ

Check Out the Xremote (Cross Remote) by leedave to Chain Infared and SubGHz Together! 📱

XRemote(BETA)

If you're a visual learner like me, check out this detailed tutorial: How 2 Flipper Guide

Thanks to wrenchathome

    Step by Step Directions to get you up and running will be posted Below!

    Coding

    🔹 First, always read the Remarks. You will see "REM," which is used to explain the purpose of each line or provide instructions to the user. It's very important to always READ the REMs!

    🔹 Here are a few strings you will normally see in my scripts as well as their function/purpose:

    The VendorID and ProductID combination helps the operating system identify the specific device and load the appropriate drivers or configurations.

    
    'ID 05ac:021e Apple:Keyboard'
    
    

    This code enables the `ignorespace` option for the command history, preventing commands with a leading space from being stored in the shell history. Additionally, it removes the specific command from the history, ensuring minimal traces are left behind. This helps maintain discretion and privacy. Big shoutout to FalsePhilosopher for helping me create this string!

    
    'echo -e "export HISTCONTROL=ignorespace\nunset HISTFILE" >> ~/.bashrc && source ~/.bashrc && exec bash
    history -d $(history | tail -n 2 | head -n 1 | awk '{ print $1 }')'
    
    

    🔹 Step by Step Directions

    1. To upload the .txt files to your Flipper, you will need to Download(Easiest method) or copy and paste the raw code into the MacOs application "TextEdit" or whichever program you prefer (TextEdit is also easy).

    Coding

    2. (If you Downloaded the .txt you can skip these next two steps) Once you've copied and pasted the code into your preferred program, you will need to export or save the file to your desktop as a .txt file!

    Coding

    3. You can type .txt after the file name, and it will prompt you to save the file as a .txt.

    Coding

    4. Now, you can plug the flipper in and open up the File Manager, navigate to the SD card, and open up the BADUSB file within the SD card.

    Coding

    5. This is where you can drag and drop your .txt files, and once you are done, close out of the Flipper desktop app.

    Coding

    6. You are now ready to deploy your BADUSB DuckyScripts and take over the World! ENJOY :)

    Coding

    Support Narsty!
    Coding

    Donate with Bitcoin

Cyberattack Image

!!!! EXERCISE CAUTION !!!!

When executing code, double-check to ensure that you're targeting the correct directory/system and that the consequences are understood.

Deleting files and folders can have significant consequences!

!!! IMPORTANT DISCLAIMER !!!

S
Description
Presenting a wide range of more than 100 powerful BadUSB scripts exclusively designed for Mac OS & the Flipper Zero device. As the sole curator and maintainer of this repository. Your utilization of these scripts is highly valued, and I sincerely appreciate your support and enthusiasm!
Readme 796 KiB
Languages
Markdown 100%