diff --git a/README.md b/README.md index 0d80766..7df68f9 100644 --- a/README.md +++ b/README.md @@ -23,112 +23,80 @@ Giphy Image +
+# ๐Ÿ”น They are Plug & Play ๐Ÿ”น - -

๐Ÿ”นThey are Plug & Play๐Ÿ”น

- -

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

+## Acknowledgements -

Check Out the Xremote (Cross Remote) by leedave to Chain Infared and SubGHz Together! ๐Ÿ“ฑ +A big shoutout and huge thanks to these amazing contributors: +- [47LeCoste](https://github.com/grugnoymeme) +- [ClaraCrazy](https://github.com/ClaraCrazy) +- [0iphor13](https://github.com/0iphor13) +- [Hak5](https://github.com/hak5) +- [I-Am-Jakoby](https://github.com/I-Am-Jakoby) +- [UberGuidoZ](https://github.com/UberGuidoZ) - +## Xremote (Cross Remote) +Check out the Xremote project by [leedave](https://github.com/leedave) to chain Infrared and SubGHz together! ๐Ÿ“ฑ +- [XRemote (BETA)](https://github.com/leedave/Leeds-Flipper-Zero-Fap-Files/tree/main/Xtreme) -

- XRemote(BETA)

+## MacOs Flipper Zero Collection -

- - - - - - - - -

If you're a visual learner like me, check out this detailed tutorial: How 2 Flipper Guide +- [![MacOs Flipper Zero Collection](https://img.shields.io/badge/-MacOs%20Flipper%20Zero%20Collection-brightgreen)](https://github.com/narstybits/MacOS-DuckyScripts) +- [![NEWEST FLIPPER Zero SCRIPT](https://img.shields.io/badge/-NEWEST%20FLIPPER%20Zero%20SCRIPT-blue)](https://github.com/narstybits/MacOS-DuckyScripts/blob/main/Goodusb/Git%20Repository%20Updater.txt) +## How 2 Flipper Guide +If you're a visual learner like me, check out this detailed tutorial by [wrenchathome](https://github.com/wrenchathome): -

Thanks to wrenchathome

-
    +- [How 2 Flipper Guide](https://github.com/wrenchathome/flipperfiles/blob/main/_Guides/How2Flipper.pdf) -

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

    -

    +
    +

    ๐Ÿ”น Step by Step Directions to Get You Up and Running ๐Ÿ”น

    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 (in this case the FLipper Zero) and load the appropriate drivers or configurations I.E. (Apple keyboard). -

    -
    -
    -'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. - Big shoutout to FalsePhilosopher for helping me create this string! -

    -
    -
    -'echo -e "export HISTCONTROL=ignorespace\nunset HISTFILE" >> ~/.bashrc && source ~/.bashrc && exec bash 
    -
    -This string removes the specific command from the history, ensuring minimal traces are left behind. This helps maintain discretion and privacy. -
    -
    -  history -d $(history | tail -n 2 | head -n 1 | awk '{ print $1 }')' 
    -
    - - -

    ๐Ÿ”น Step by Step Directions

    - +

    +

    ๐Ÿ”น First, Always Read the Remarks

    +

    When working with the scripts, make sure to carefully read the REM (remark) lines. REMs explain the purpose of each line or provide instructions to the user. It's crucial to always read and understand the REMs!

    -

    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 +

    The VendorID and ProductID Combination

    +
    'ID 05ac:021e Apple:Keyboard'
    +

    This code helps the operating system identify the specific device (in this case, the Flipper Zero) and load the appropriate drivers or configurations, such as for an Apple keyboard.

    + +

    The 'ignorespace' Option

    +
    'echo -e "export HISTCONTROL=ignorespace\nunset HISTFILE" >> ~/.bashrc && source ~/.bashrc && exec bash'
    +

    This code enables the 'ignorespace' option for the command history, preventing commands with a leading space from being stored in the shell history. Special thanks to [FalsePhilosopher](https://github.com/FalsePhilosopher) for helping create this string!

    + +

    Removing Specific Commands from History

    +
    history -d $(history | tail -n 2 | head -n 1 | awk '{ print $1 }')
    +

    This code removes the specific command from the history, ensuring minimal traces are left behind and helping maintain discretion and privacy.

    -

    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 :)

    -

    -

    -

    -

    + +

    ๐Ÿ”น Step by Step Directions ๐Ÿ”น

    + +
      +
    1. +

      To upload the .txt files to your Flipper, you have two options:

      +
        +
      • If you downloaded the .txt files, proceed to step 2.
      • +
      • If you copied and pasted the code into a program, export or save the file as a .txt file on your desktop.
      • +
      +
    2. +
    3. +

      Plug the Flipper into your computer and open the File Manager.

      +

      Navigate to the SD card and open the BADUSB folder.

      +

      Drag and drop the .txt files into the BADUSB folder.

      +

      Close the Flipper desktop app when finished.

      +
    4. +
    5. You are now ready to deploy your BADUSB DuckyScripts and take over the world! Enjoy!
    6. +
    +

    Support Narsty!