Points: 500

Tags: format-string pwn kernel 

Poll rating:

I implemented a really cool feature in the kernel! Can you test it? Also, can you guess what paas means?

how to compress initramfs

#!/bin/sh

cd initramfs
find . | cpio -o -H newc > ../initramfs.cpio
cd ..
gzip < initramfs.cpio > initramfs.cpio.gz
rm -f initramfs.cpio

Note : exploit name should be exploit

Connection : ssh ctf@34.141.19.75 -p 10000

password : wolfie

Backup Connection : ssh ctf@35.246.230.230 -p 10000

Author : Bitfriends

challenge link

Writeups

ActionRatingAuthor team
Read writeup
not rated
Scavenger Security
You need to authenticate and join a team to post writeups