Skip to content

Commit 2a4d73e

Browse files
committed
Add status message that displays delay between requests
1 parent 5c61c09 commit 2a4d73e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/auxiliary/scanner/http/soap_xml.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ def run_host(ip)
125125
reject_regexen << Regexp.new('Method \\S+ not implemented', true)
126126
reject_regexen << Regexp.new('unable to resolve WSDL method name', true)
127127

128+
print_status("Starting scan with #{datastore['SLEEP']}ms delay between requests")
128129
verbs.each do |v|
129130
nouns.each do |n|
130131
begin

0 commit comments

Comments
 (0)