File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
lib/ronin/listener/cli/commands Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -112,6 +112,8 @@ def run(domain)
112
112
options [ :output_format ] . open ( options [ :output ] )
113
113
end
114
114
115
+ log_info "Listening on #{ options [ :host ] } :#{ options [ :port ] } ..."
116
+
115
117
Ronin ::Listener ::DNS . listen ( domain , **proxy_kwargs ) do |query |
116
118
log_info "Received DNS query: #{ query . type } #{ query . label } from #{ query . source } "
117
119
output_file << query if output_file
Original file line number Diff line number Diff line change @@ -120,6 +120,8 @@ def run
120
120
options [ :output_format ] . open ( options [ :output ] )
121
121
end
122
122
123
+ log_info "Listening on #{ options [ :host ] } :#{ options [ :port ] } ..."
124
+
123
125
Ronin ::Listener ::HTTP . listen ( **server_kwargs ) do |request |
124
126
log_info "Received HTTP request from #{ request . remote_ip } :#{ request . remote_port } ..."
125
127
You can’t perform that action at this time.
0 commit comments