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

Inconsistent result by the chaos client #189

Open
serialfuzzer opened this issue May 23, 2023 · 3 comments
Open

Inconsistent result by the chaos client #189

serialfuzzer opened this issue May 23, 2023 · 3 comments
Labels
Community ✅ Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.

Comments

@serialfuzzer
Copy link

serialfuzzer commented May 23, 2023

chaos-client version: 0.5.1

Current Behavior:

I scanned subdomains of the same scope 2 times using the command:
cat scope | chaos -silent > 1.txt
cat scope | chaos -silent > 2.txt

However, when I compare number of lines in both the files, you can see the result in the screenshot:

image

Expected Behavior:

The expected behavior is that both the files should have equal number of lines or subdomains.

Steps To Reproduce:

Anything else:

@serialfuzzer serialfuzzer added the Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors. label May 23, 2023
@MetzinAround
Copy link

Interesting. I just ran it twice and got the same number in each txt file.

Has this been consistently happening or is this a recent issue?

@serialfuzzer
Copy link
Author

In my case, it's a recent issue. I have integrated Chaos within my own tool and I observed inconsistencies so I went to investigate it and discovered this. This happens when the number of subdomains is huge. Doesn't happen in small scope.

@najuser
Copy link

najuser commented May 25, 2023

"When I run chaos client over a long period of time, I am also getting the same issue"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Community ✅ Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.
Projects
None yet
Development

No branches or pull requests

3 participants