ronin-rb / ronin-listener

A Ruby CLI utility for receiving exfiltrated data.
https://ronin-rb.dev
GNU Lesser General Public License v3.0
1 stars 0 forks source link

Add importing logic to the `ronin-listener dns` and `ronin-listener http` commands #13

Open postmodern opened 3 months ago

postmodern commented 3 months ago

Include CLI::Importable into the Http and Dns command classes. Also add logic to call Importer.import_dns_query(...) or Importer.import_http_request(...) if options[:import] is set.