From fd579c03cb89db28ac1bda59b63424f3ff260b43 Mon Sep 17 00:00:00 2001 From: Jon Date: Sat, 2 May 2026 08:58:42 +0100 Subject: [PATCH] README formatting --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index aceaeee..a1cd335 100644 --- a/README.md +++ b/README.md @@ -43,10 +43,10 @@ copy_fail.py - the complete exploit writeup in plain python code. copy_fail_exp.py - the exploit in pure python for x86 systems. copy_fail_exp_aarch64.py - the exploit in pure python for aarch64 systems. -badusb/ - badusb implementations of CVE to run local privilage escalation. -badusb/payload-curl.txt - download and run payload. -badusb/payload-typed.txt - use badusb to type payload then run. -badusb/CVE-2026-31431.txt - payload via curl and payload runs wiping disk. +badusb/ - badusb implementations of CVE to run local privilage escalation. +badusb/payload-curl.txt - download and run payload. +badusb/payload-typed.txt - use badusb to type payload then run. +badusb/CVE-2026-31431.txt - payload via curl and payload runs wiping disk. badusb/CVE-2026-31431-typed.txt - payload typed out and payload runs wiping disk.