You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/msf/core/auxiliary/http_crawler.rb
+1
Original file line number
Diff line number
Diff line change
@@ -243,6 +243,7 @@ def crawl_target(t)
243
243
# Specific module implementations should redefine this method
244
244
# with whatever is meaningful to them.
245
245
defcrawler_process_page(t,page,cnt)
246
+
returnifpage.nil?# Skip over pages that don't contain any info aka page is nil. We can't process these types of pages since there is no data to process.
returnifpage.nil?# Skip over pages that don't contain any info aka page is nil. We can't process these types of pages since there is no data to process.
0 commit comments