Skip to content

Commit

Permalink
Added new flags.
Browse files Browse the repository at this point in the history
  • Loading branch information
b4cktr4ck2 authored Feb 21, 2019
1 parent 5923dc9 commit 5782fed
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit 5782fed

Please sign in to comment.