Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix stats #1128

Merged
merged 1 commit into from
Jan 31, 2024
Merged

fix stats #1128

merged 1 commit into from
Jan 31, 2024

Conversation

dogancanbakir
Copy link
Member

Closes #1108

go run . -d apple.com -s facebook -v -stats -rl 1 -t 1

before:

[INF] Found 8030 subdomains for apple.com in 18 seconds 347 milliseconds
[INF] Printing source statistics for apple.com

 Source               Duration      Results     Errors
────────────────────────────────────────────────────────
 facebook             18.328s         57535          0

after:

[INF] Found 8030 subdomains for apple.com in 17 seconds 606 milliseconds
[INF] Printing source statistics for apple.com

 Source               Duration      Results     Errors
────────────────────────────────────────────────────────
 facebook             17.576s          8030          0

@DhiyaneshGeek
Copy link
Member

LGTM !

[INF] Found 12501 subdomains for dell.com in 23 seconds 372 milliseconds
[INF] Printing source statistics for dell.com

 Source               Duration      Results     Errors
────────────────────────────────────────────────────────
 facebook             23.352s         12501          0

Copy link
Member

@Mzack9999 Mzack9999 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@ehsandeep ehsandeep merged commit d9a9571 into dev Jan 31, 2024
8 checks passed
@ehsandeep ehsandeep deleted the fix_stats branch January 31, 2024 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect -stats Result
4 participants