Kategori: Uncategorized
-
AFL++
https://github.com/AFLplusplus/AFLplusplus/blob/stable/docs/INSTALL.md afl-gcc-fast -fsanitize=address example.c -o example afl-fuzz -i test -o out -M f0 ./example For master slave hierarcy of afl we can give -M and -S flags like this: afl-fuzz -i test -o out -M f0 ./example afl-fuzz -i test -o out -S f1 ./example Under the our directory masters and slaves will be directorized
-
Proces Management and Scheduling
-
Analysis of TD-W9960 Router
Download the firmware from the official TP-Link website. The screenshot is Turkish. I’m sorry for that. By Frimware Analysis Tool (FAT) its pretty easy to extract and start the fully emulate the system with qemu It’s successfully booted up For exit from the qemu CTRL+A and press X. In order to run particular executables, we…
-
CVE-2022-2588
https://github.com/Markakd/CVE-2022-2588
-
CVE-2022-32250 Linux Kernel Vulnerability
Install KVM by following all the steps in the url. https://phoenixnap.com/kb/ubuntu-install-kvm Download Ubuntu 22.04 (Jammy Jellyfish) for KVM https://old-releases.ubuntu.com/releases/ For Downgrading the kernel version we used Mainline Kernel Installer sudo add-apt-repository ppa:cappelikan/ppa sudo apt install mainline Install Linux Kernel 5.15.0-051500-generic During boot, press ESC+Shift for the GNU GRUB Menu Advanced option for Ubuntu Select the…
-
Elfloader
We will take a look at this repo: https://github.com/malisal/loaders