Skip to content

Added support of escape characters#34

Open
wadeking98 wants to merge 1 commit into
glebarez:masterfrom
wadeking98:master
Open

Added support of escape characters#34
wadeking98 wants to merge 1 commit into
glebarez:masterfrom
wadeking98:master

Conversation

@wadeking98

@wadeking98 wadeking98 commented Aug 7, 2025

Copy link
Copy Markdown

Added functionality to support escape characters when forging ciphertext.
\\ -> \
\n -> newline
\t -> tab
\r -> carriage return
...etc
\x00 -> HEX<00> (nullbyte)
\x01 -> HEX<01>
...etc

example:
padre -u "http://vulnerable.com/login?token=$" -enc "Encrypt\r\n\xffM\te"

@glebarez

glebarez commented Aug 8, 2025

Copy link
Copy Markdown
Owner

hello. can you rebase on master please, so that CI tests can pass

Signed-off-by: wadeking98 <wkingnumber2@gmail.com>
@wadeking98 wadeking98 reopened this Aug 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants