From 5782fedc997664f4de07c4dc0ff764eb366b25c9 Mon Sep 17 00:00:00 2001 From: "Alex (Sasha) Kozlov" Date: Thu, 21 Feb 2019 11:46:45 -0500 Subject: [PATCH] Added new flags. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c881286..be389fd 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ I got sick of having to remove junk from my shellcode so I made a script to just Running the tool with no arguments will prompt you to paste your shellcode in and will strip it completely of newlines, quotation marks (single AND double), semicolons, and the "\r" as well as "\x" escape character. ## Flags --h: Display the help +-h, --help: Display the help -n: Strip newline "\n" characters @@ -22,6 +22,12 @@ Running the tool with no arguments will prompt you to paste your shellcode in an -s: Strip semicolons ";" +-p: Prepend a percent "%" symbol to hex bytes. EXPERIMENTAL. + +--addhex: Prepend "\x" to each of the hex bytes. + +--unicode: Prepend a "%u" to each of the hex bytes. + Multiple flags can be set allowing you to customize the output however you like. ## Example