Skip to content

Commit 5bafd6d

Browse files
added status message
1 parent a0a4ef8 commit 5bafd6d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/auxiliary/scanner/http/wordpress_pingback_access.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ def get_blog_posts(xml_rpc, ip)
131131

132132
if res.code == 200
133133
vprint_status("Feed located at http://#{ip}#{uri}")
134+
else
135+
vprint_status("#{ip} returned a #{res.code}")
134136
end
135137
count = count - 1
136138
end

0 commit comments

Comments
 (0)