-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed as not planned
Labels
Description
Describe the bug
During a scan of a file containing 122 domains, I noticed that the github source gave me a negative result three times.
I should point out that I compiled SubFinder from the fix_github_perf_issue branch. #1421
I was able to note an affected domain > facebook.com.br. The error is not displayed every time.
Despite five attempts, I was unable to reproduce this error with relase v2.6.7.
Subfinder version
Current Version: v2.6.7 (fix_github_perf_issue branch)
Complete command you used to reproduce this
subfinder -s github -d facebook.com.br -stats
Screenshots
[INF] Enumerating subdomains for facebook.com.br
www.facebook.com.br
graph.facebook.com.br
pt.facebook.com.br
[INF] Found 3 subdomains for facebook.com.br in 1 minute 12 seconds
[INF] Printing source statistics for facebook.com.br
Source Duration Results Errors
────────────────────────────────────────────────────────
github 1m12.712s -3 0
[INF] Enumerating subdomains for facebook.com.br
www.facebook.com.br
graph.facebook.com.br
pt.facebook.com.br
[INF] Found 3 subdomains for facebook.com.br in 1 minute 10 seconds
[INF] Printing source statistics for facebook.com.br
Source Duration Results Errors
────────────────────────────────────────────────────────
github 1m10.297s -4 0
or
[INF] Enumerating subdomains for facebook.com.br
www.facebook.com.br
graph.facebook.com.br
pt.facebook.com.br
[INF] Found 3 subdomains for facebook.com.br in 1 minute 17 seconds
[INF] Printing source statistics for facebook.com.br
Source Duration Results Errors
────────────────────────────────────────────────────────
github 1m17.418s 2 0
Edit: I also noticed the problem of negative results with the sitedossier source when adding the -all option.