httpx icon indicating copy to clipboard operation
httpx copied to clipboard

Add screenshot support

Open Mzack9999 opened this issue 3 years ago • 3 comments

Along #384 add support for screenshot capability via -screenshot option

Mzack9999 avatar Aug 30 '21 14:08 Mzack9999

I think this is a useful feature, before I encountered a similar requirement, I had to use python selenium to solve it

M09Ic avatar Jan 11 '22 15:01 M09Ic

Any updates on this? I think this feature request is great in terms of efficiency, because otherwise you have to redo all the requests just for taking screenshots.

1mansh0w avatar Mar 05 '22 20:03 1mansh0w

@M09Ic @1mansh0w

Currently this ticket is under advisement and would require headless support first. See the referenced issue above. In the meantime as an alternative, you can use nuclei to achieve the same:

nuclei -u https://nuclei.projectdiscovery.io -id screenshot -headless # creates a file named nuclei.projectdiscovery.io.png

forgedhallpass avatar Sep 09 '22 09:09 forgedhallpass