0140454 / hackbar

A browser extension for Penetration Testing
428 stars 62 forks source link

Can I post Raw data ? #7

Closed kingfingerpro closed 3 years ago

kingfingerpro commented 3 years ago

I wanna use hackbar to post raw data (without encoding) , but I can't find any option about this . image

0140454 commented 3 years ago

Currently, HackBar cannot POST raw data. Related issue is #4.

Maybe I can add another enctype named as application/x-www-form-urlencoded (raw data); and it is implemented by text/plain + change header to application/x-www-form-urlencoded (https://github.com/0140454/hackbar/commit/9e3c4f8172d812a955fbf7a2c2ab44ceedd69758).

However, it leads to another issue #5.

Does this meet your needs?

kingfingerpro commented 3 years ago

Thank U . I think it worked . 😘

0140454 commented 3 years ago

You're welcome.

I will close this issue and find time for adding new enctype as mentioned above.