Skip to content

Instantly share code, notes, and snippets.

View robertosw's full-sized avatar

Robert Oswald robertosw

  • University of Applied Sciences Dresden
  • Dresden, Germany
  • 12:20 (UTC +02:00)
View GitHub Profile
@robertosw
robertosw / autospam.py
Last active June 16, 2024 11:08
Bluetooth spam, blocking choosen device
# I got all in /home/pi - change directories if put somewhere else
import time
import os
path = '/home/pi/mac.txt'
mac_file = open(path, 'r')
attackmac = mac_file.read()
path = '/home/pi/attacktime.txt'
atk_file = open(path, 'r')