pentagridsec/archive_pwn Star42 Code Issues Pull requests A Python-based tool to create zip, tar and cpio archives to exploit common archive library issues and developer mistakes ziptararchivecpiopenetration-testing-tools UpdatedOct 10, 2023 ...
Code Issues Pull requests Go package providing CPIO Readers and Writers. golang cpio Updated Oct 30, 2023 Go pentagridsec / archive_pwn Star 43 Code Issues Pull requests A Python-based tool to create zip, tar and cpio archives to exploit common archive library issues and developer mista...
对于linux kernel这块的pwn大体跟用户状态差不多,出题人一般都是自己编写了一个驱动模块,由内核进行加载该模块,在用户态可以打开该设备,采用ioctl来与驱动进行交互,若能成功pwn掉该驱动实现提权,那就能以root身份读取flag。 i0gan 2021/06/26 1.8K0 如何添加APP到Buildroot里(以瑞芯微rv1126为例) 打包makefilekern...
Kernel PWN入门——Kernel ROP bootable 是指它能够把内核加载到内存中。对于 Linux 系统而言,该文件位于 /boot 目录下。该目录包含了启动系统时所需要的文件。.../core.cpio core.cpio.gz ╭─kali@L ~/Linux/give_to_player/core ╰─➤ gunzip .../core.cpio.gz ╭─kali@L ~/Linux/give_to_player...
cpio文件自动提取脚本 #! /bin/sh FILE_NAME=$1 DIR_NAME="cores" if [ ! -d "$DIR_NAME" ]; then mkdir $DIR_NAME fi cd $DIR_NAME && cp "../"$FILE_NAME $FILE_NAME".gz" gunzip "./"$FILE_NAME".gz" cpio -idm < $FILE_NAME...
find.-print0 \|cpio--null-ov--format=newc \|gzip-9>$1 0人点赞 KernelPWN 更多精彩内容,就在简书APP "小礼物走一走,来简书关注我" 赞赏支持还没有人赞赏,支持一下 HAPPYershappyers.top 总资产25共写了13.7W字获得103个赞共74个粉丝 关注...
lazypwny751 / zipper Star 1 Code Issues Pull requests Multi compressor library (wrapper for across compression methods). bash library gzip zip compressor cpio Updated May 20, 2023 Shell nbarrientos / archive-rpm Star 6 Code Issues Pull requests Browse RPM and CPIO archives in Emacs ...