Skip to content

Instantly share code, notes, and snippets.

View ralts00's full-sized avatar
🚀
No estoy en Islandia

Jonathan Coutiño ralts00

🚀
No estoy en Islandia
  • @luunamx
  • Mexico DF
View GitHub Profile
@anabelle
anabelle / mac2wep.py
Last active January 17, 2024 21:31
Script para averiguar claves de redes infinitum de 4 digitos.
#!/usr/bin/env python
#-*- encoding: utf-8 -*-
# mac2wepkey Huawei HG520 by [email protected] - 12/2010
# m2wkuvz (m2wkuvz ubuntu version) by [email protected] - 07/2012
import os, sys
def uso():
os.system("clear")
@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')