zt2 / sqli-hunter

SQLi-Hunter is a simple HTTP / HTTPS proxy server and a SQLMAP API wrapper that makes digging SQLi easy.
424 stars 128 forks source link

about https #6

Closed Imanfeng closed 4 years ago

Imanfeng commented 4 years ago

This is a good project! I found that I can't grab https packets, how can I improve it?

Imanfeng commented 4 years ago

s there a way to add a certificate?

zt2 commented 4 years ago

s there a way to add a certificate?

Yes, I'm going to build a HTTPS certificate for this project, that could make it capture HTTPS packets

Imanfeng commented 4 years ago

cool!

zt2 commented 4 years ago

HTTPS is now supported in v1.2.0 (https://github.com/zt2/sqli-hunter/commit/65410dda8e2bae6aad38ebc74747bc6727e6de85). Check out the master branch, please. Any feedbacks are welcome.