sensepost / gowitness

🔍 gowitness - a golang, web screenshot utility using Chrome Headless
GNU General Public License v3.0
2.87k stars 329 forks source link

GET /screenshot API #139

Closed khani3s closed 2 years ago

khani3s commented 2 years ago

Is your feature request related to a problem? Please describe. I would like to use the server to convert some embed and iframes charts to png. So I need a GET endpoint to point to my chart url and then It should return an PNG

Describe the solution you'd like GET screenshot that process and return an image on the same request

Describe alternatives you've considered Some workaround to convert the GET request to POST and then send to gowitness

leonjza commented 2 years ago

Tried this endpoint?