Skip to content

Instantly share code, notes, and snippets.

View seiry's full-sized avatar
🍞
🧱 ➡️ 🍞

Seiry Yu seiry

🍞
🧱 ➡️ 🍞
View GitHub Profile
@seiry
seiry / pppd-cve.py
Created April 24, 2020 14:14 — 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):
@seiry
seiry / TurnipPrices.cpp
Created April 3, 2020 03:07 — forked from Treeki/TurnipPrices.cpp
AC:NH turnip price calculator
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
// munged from https://github.com/simontime/Resead
namespace sead
{
class Random
{