Skip to content

Instantly share code, notes, and snippets.

View sAsPeCt488's full-sized avatar
🏃‍♂️
Trying to escape the debugger

saspect sAsPeCt488

🏃‍♂️
Trying to escape the debugger
View GitHub Profile
#!/bin/bash
if [ $# -ne 2 ]; then
echo "Usage: $0 <initramfs.cpio.gz> <output-dir>"
exit -1
fi
# Decompress a .cpio.gz packed file system
mkdir $2
pushd . && pushd $2
@sAsPeCt488
sAsPeCt488 / build.sh
Created August 25, 2022 21:49
Linux Kernel Pwn helper build script.
#!/bin/bash
if [ $# -lt 3 ]
then
echo "Usage: ./build.sh <exploit.c> <extracted-fs> <outfile>"
exit 1
fi
gcc $1 -o $2/exploit -static
cd $2
find . -print0 \

Keybase proof

I hereby claim:

  • I am sAsPeCt488 on github.
  • I am saspect (https://keybase.io/saspect) on keybase.
  • I have a public key whose fingerprint is 7A35 FBE5 29BC E0B1 42A8 542E B0B8 EC23 BED2 968D

To claim this, I am signing this object: