httpx icon indicating copy to clipboard operation
httpx copied to clipboard

Add reporting to elasticsearch

Open ResistanceIsUseless opened this issue 2 years ago • 1 comments

Please add an option to send results of different levels to elasticsearch. Similar to nuclei reporting.

It would be nice to choose from two levels:

  • just the found open ports
  • more detailed reporting with the full response

ResistanceIsUseless avatar Jun 02 '23 17:06 ResistanceIsUseless

They have JSON output, which you can use logstash or various other things to monitor a directory to upload. Problem is their json output is entirely uncustomizable.

Come on irc.supernets.org if you wanna chat about httpx/elasticsearch, I have a working pipeline I can share with you.

acidvegas avatar Dec 27 '23 16:12 acidvegas

Closing as relevant json fields can be extracted with jq. We will try to work on a new utility to manipulate and export data in a generic way, so that it can work cross-tools. Feel free to reopen if necessary

Mzack9999 avatar Jun 06 '24 14:06 Mzack9999

Please add an option to send results of different levels to elasticsearch. Similar to nuclei reporting.

It would be nice to choose from two levels:

* just the found open ports

* more detailed reporting with the full response

https://github.com/acidvegas/eris/

acidvegas avatar Jul 26 '24 00:07 acidvegas