All Projects → souravbaghz → Radareeye

souravbaghz / Radareeye

Licence: gpl-3.0
A tool made for specially scanning nearby devices[BLE, Bluetooth & Wifi] and execute our given command on our system when the target device comes in-between range.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Radareeye

Blynk Library
Blynk library for embedded hardware. Works with Arduino, ESP8266, Raspberry Pi, Intel Edison/Galileo, LinkIt ONE, Particle Core/Photon, Energia, ARM mbed, etc.
Stars: ✭ 3,305 (+1416.06%)
Mutual labels:  bluetooth-low-energy, iot, wifi, bluetooth
Esp32marauder
A suite of WiFi/Bluetooth offensive and defensive tools for the ESP32
Stars: ✭ 233 (+6.88%)
Mutual labels:  iot, wifi, bluetooth
ESP32 Thing Plus
ESP32 Thing-compatible board using the WROOM module and a QWIIC connector.
Stars: ✭ 18 (-91.74%)
Mutual labels:  wifi, bluetooth, bluetooth-low-energy
Angular Web Bluetooth
The missing Web Bluetooth module for Angular
Stars: ✭ 164 (-24.77%)
Mutual labels:  bluetooth-low-energy, iot, bluetooth
Gort
Command Line Interface (CLI) for RobotOps
Stars: ✭ 425 (+94.95%)
Mutual labels:  bluetooth-low-energy, iot, bluetooth
Bluetoothlinux
Pure Swift Linux Bluetooth Stack
Stars: ✭ 149 (-31.65%)
Mutual labels:  bluetooth-low-energy, iot, bluetooth
Web Bluetooth Terminal
Progressive Web Application for serial communication with your own Bluetooth Low Energy (Smart) devices
Stars: ✭ 130 (-40.37%)
Mutual labels:  bluetooth-low-energy, iot, bluetooth
Bluescan
A powerful Bluetooth scanner
Stars: ✭ 206 (-5.5%)
Mutual labels:  iot, bluetooth, hacking-tool
Bluetonium
Bluetooth mapping in Swift
Stars: ✭ 159 (-27.06%)
Mutual labels:  bluetooth-low-energy, bluetooth
Feature Requests
ESPHome Feature Request Tracker
Stars: ✭ 160 (-26.61%)
Mutual labels:  iot, wifi
Airpodsbattery Monitor For Mac
Simple Widget to display your AirPods battery levels from the Mac Status bar
Stars: ✭ 165 (-24.31%)
Mutual labels:  bluetooth-low-energy, bluetooth
Node Ble
Bluetooth Low Energy (BLE) library written with pure Node.js (no bindings) - baked by Bluez via DBus
Stars: ✭ 159 (-27.06%)
Mutual labels:  bluetooth-low-energy, bluetooth
Wifi Passview
An open source batch script based WiFi Passview for Windows!
Stars: ✭ 157 (-27.98%)
Mutual labels:  wifi, hacking-tool
Espmqttclient
Wifi and MQTT handling for ESP8266 and ESP32
Stars: ✭ 169 (-22.48%)
Mutual labels:  iot, wifi
Easyble
Android BLE framework
Stars: ✭ 155 (-28.9%)
Mutual labels:  bluetooth-low-energy, bluetooth
Bluetoothkit
Easily communicate between iOS/OSX devices using BLE
Stars: ✭ 2,027 (+829.82%)
Mutual labels:  bluetooth-low-energy, bluetooth
Flutter reactive ble
Flutter library that handles BLE operations for multiple devices.
Stars: ✭ 155 (-28.9%)
Mutual labels:  bluetooth-low-energy, bluetooth
Nrf52832 Mdk
An Open Source, Micro Development Kit for IoT Embedded Applications using the nRF52832 SoC
Stars: ✭ 166 (-23.85%)
Mutual labels:  bluetooth-low-energy, iot
Multipeer
📱📲 A wrapper for the MultipeerConnectivity framework for automatic offline data transmission between devices
Stars: ✭ 170 (-22.02%)
Mutual labels:  wifi, bluetooth
Reactivebeacons
Android library scanning BLE beacons nearby with RxJava
Stars: ✭ 171 (-21.56%)
Mutual labels:  bluetooth-low-energy, bluetooth

A tool made for specially scanning nearby devices[BLE,Bluetooth & Wifi] and execute our given command on our system when the target device comes in between range.


NOTE:- RadareEye Owner will be not responsible if any user performs malicious activities using this tool. Use it for Learning purpose only.

  • Installation of RadareEye :
git clone https://github.com/souravbaghz/RadareEye

Usage:

./radare <mac_addr> <option>

Available Options Are:

  • -blue Bluetooth RadareEye
  • -ble BLE radareEye
  • -wifi Wifi AP radareEye

  • Running Bluetooth RadareEye :
sudo bash radare XX:XX:XX:XX:XX:XX -blue
  • Running BLE RadareEye :
sudo bash radare XX:XX:XX:XX:XX:XX -ble

Same for the Wifi also with -wifi option, Here XX:XX:XX:XX:XX:XX means your target device's MAC Address & make sure to do with sudo (if you aren't root). I didn't add scanning feature in this script but you can get thr MAC Adress easily by executing 'hcitool scan' for bluetooth and 'hcitool lescan' for BLE Devices in terminal.


After running RadareEye, It will ask you 'Command you want to trigger?' , you can skip it by simply keep it blank and it RadareEye will show you status of your target whether it's in range or not without triggering any command. If you want to trigger any command when your target comes in between range then enter a command when it asks. Examples :
  • Below given command will shutdown our system imediatly when target device comes in range.
[+]Command you want to trigger? :shutdown now
  • It will run your other script
[+]Command you want to trigger? :./myscript.py

If you love my work then you can buy me a Coffee here.

Buy Me A Coffee


🤝 Connect with me

Instagram: souravbaghz GitHub SouravSec Twitter souravbaghz Medium souravbaghz


Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].