projectdiscovery / httpx

httpx is a fast and multi-purpose HTTP toolkit that allows running multiple probes using the retryablehttp library.
https://docs.projectdiscovery.io/tools/httpx
MIT License
7.53k stars 822 forks source link

fix -esb flag does not store the screenshot on disk #1802

Closed Aituglo closed 2 months ago

Aituglo commented 2 months ago

Hi,

In the latest version of httpx, there is an issue regarding the -esb flag. When it is set, the screenshot was not written on the disk.

I made the modification to store the file on disk, even is the -esb flag is set.

Regards, Aituglo