Skip to content

Instantly share code, notes, and snippets.

View BeaCox's full-sized avatar
🇵🇸
Stand with Palestine

BeaCox BeaCox

🇵🇸
Stand with Palestine
View GitHub Profile
import requests
import os
from time import sleep
server = "192.168.1.1"
main_url = "http://192.168.1.1:80"
headers = {
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.82 Safari/537.36",
}
def login():
s = requests.Session()
@BeaCox
BeaCox / extract.sh
Last active July 14, 2024 13:18
kernel pwn scripts
#!/bin/sh
# SPDX-License-Identifier: GPL-2.0-only
# ----------------------------------------------------------------------
# extract-vmlinux - Extract uncompressed vmlinux from a kernel image
#
# Inspired from extract-ikconfig
# (c) 2009,2010 Dick Streefland <dick@streefland.net>
#
# (c) 2011 Corentin Chary <corentin.chary@gmail.com>
#

[UIUCTF 2024] PWN Writeup

I participated in this year's UIUCTF with L3ak and we ended up in 7th place. I only did the PWN challenges and our team ended up AKing the PWN, MinatoTW is goat🐐!

This article contains writeups of all the PWN challenges (except one PWN + Rev) from the event.

  1. Backup Power
  2. pwnymalloc
  3. Rusty Pointers
  4. Syscalls
@BeaCox
BeaCox / _config.volantis.yml
Last active November 21, 2023 10:21
_config.volantis.yml
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
# 这里是 6.0.0-alpha 分支
# Breaking Change 会放到这个分支
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
############################### Volantis ###############################
info:
theme_name: Volantis # This is theme's name.
theme_docs: https://volantis.js.org/ # This is theme's URL.
theme_repo: https://github.com/volantis-x/hexo-theme-volantis