Skip to content

Instantly share code, notes, and snippets.

View V33RU's full-sized avatar
🎯
Focusing

`Mr-IoT` V33RU

🎯
Focusing
View GitHub Profile
@V33RU
V33RU / fuzzer.py
Last active November 9, 2023 20:15 — forked from RandomInsano/fuzzer.py
Serial fuzzer written in Python3
#!/usr/bin/env python3
import serial
import binascii
# Open serial port
ser = serial.Serial(
port=input("Enter the USB /dev port"),
baudrate=115200,
timeout=0.005
@V33RU
V33RU / ipsw.decrypt.md
Created July 26, 2017 11:41 — forked from tzmartin/ipsw.decrypt.md
Decrypting ipsw firmware files