The BleKeyboard With Sdcard Library is a Bluetooth-based HID attack library inspired by Rubber Ducky. It allows you to execute Ducky scripts directly from an SD card using a Bluetooth keyboard.
Installation
Download File
#include "blesdlib.h"
void setup() {
bleKeyboard.begin();
if (!SD.begin(4)) {
return;
}
myFile = SD.open("example.txt");
attack();
}
Example Code
#include "blesdlib.h"
void setup() {
bleKeyboard.begin();
if (!SD.begin(4)) {
return;
}
myFile = SD.open("example.txt");
attack();
}
void loop() {
}
Important Note
This library is designed for educational purposes only. Ensure that you are aware of legal and ethical considerations when deploying such devices..
Disclaimer
All videos and tutorials provided by Hypesec Infotech or Hacker Nowful is only for informational and educational purposes only. Ethical hacking, information security, and cyber security are subjects that should be familiar to anyone using digital information and computers.
Acknowledgments
Thanks to the open-source community for providing libraries and tools used in this project..
Happy hacking!
#wardriving #wifipentesting #hackernowful #hypesecinfotech #deauther #wifirecon #packetmonitor #hidattack #bluetoothrubberducky #rubberducky