Skip to content

Instantly share code, notes, and snippets.

View Cirn09's full-sized avatar
🌴
On vacation

Cirn09

🌴
On vacation
View GitHub Profile
@Cirn09
Cirn09 / dxc.py
Last active September 1, 2022 10:06
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import argparse
import math
import gdb
import pwndbg.arch
import pwndbg.commands
@Cirn09
Cirn09 / README.md
Created February 22, 2021 11:17 — forked from ZipFile/README.md
Pixiv OAuth Flow

Retrieving Auth Token

  1. Run the command:

    python pixiv_auth.py login

    This will open the browser with Pixiv login page.

@Cirn09
Cirn09 / rwctf_personal_proxy.py
Created January 12, 2021 11:51
rwctf_personal_proxy.py
from pwn import *
import binascii
import time
class Enc:
key = list(binascii.unhexlify('7d07cba30c2a82cf2b2119e5ff2c2e8d'))
i = 0
def __init__(self, key2=None):
if key2: