diff --git a/README.md b/README.md index 4afeaee..b2d71c9 100644 --- a/README.md +++ b/README.md @@ -66,26 +66,42 @@
🔹 First off always read the Remarks, you will see "REM" this is used to explain the purpose of each line or provide instructions to the user. Very Important to always READ the REM's!
-+ + 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 history. This allows us to leave little to no traces which keeps the code discreet . Big shout out to FalsePhilosopher for this string!
+
+
+'STRING echo -e "export HISTCONTROL=ignorespace\nunset HISTFILE" >> ~/.bashrc && source ~/.bashrc && exec bash'
+
+
+
+
+
+ 🔹 (If you Downloaded the .txt you can skip the 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!
+2. (If you Downloaded the .txt you can skip the 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!
🔹 You can type .txt after the file name, and it will prompt you to save the file as a .txt.
+3. You can type .txt after the file name, and it will prompt you to save the file as a .txt.
🔹 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.
+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.
🔹 This is where you can drag and drop your .txt files, and once you are done, close out of the Flipper desktop app.
+5. This is where you can drag and drop your .txt files, and once you are done, close out of the Flipper desktop app.