exploitio

Results 9 comments of exploitio

i've the same problem! This is the Only reason I needed the Proxify!

I used Following Command: `./proxify -request-match-replace-dsl "replace(request,'curl','**********************')"` in the logs directory, i see the replacement is ok: ``` GET / HTTP/1.1 Host: yyyyyb.interact.sh Accept: */* User-Agent: **********************/7.64.1 ``` but in...

I didn't analyze the code, but I think it is forwarding the origional request not the modified one!

Thank you, I was crawling on Trickest.io and found out, there is no way for exporting these precious files.

As an examplple, `44.228.249.3` is the ip address of `testphp.vulnweb.com` Curl Command Works Perfect: ``` curl -H "Host: testphp.vulnweb.com" "http://44.228.249.3/" ``` but the katana doesn't: ``` ./katana -u "http://44.228.249.3/" -H...

Thank you sir, The `dev` version seems alright.

Can you tell us, when it is gonna merge with MAIN?

I think, It'd be good if nuclei, katana could reconstrcut the raw request using the data in json! because everything is almost ready