Skip to content

Improper output when valid VHosts resolved at a high rate #4

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

Open
shriyanss opened this issue Jan 22, 2024 · 1 comment
Open

Improper output when valid VHosts resolved at a high rate #4

shriyanss opened this issue Jan 22, 2024 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@shriyanss
Copy link
Owner

If you have the same issue, please react with 👍
Please don't comment "Me too..." or something like that

Describe the bug
When a lot of VHosts are discovered by multiple threads at the same time, the output is messed up

To Reproduce
Steps to reproduce the behavior:

  1. Use a large subdomains wordlist
  2. Set the condition to what most VHosts return. E.g. if invalid ones return 404, set the match condition to status==404
  3. The messed output is shown

Expected behavior
Output of different threads are going to be messed up

Desktop (please complete the following information):

  • OS: Mac OS
  • Version 0.0.3
@shriyanss shriyanss added the bug Something isn't working label Jan 22, 2024
@shriyanss shriyanss self-assigned this Jan 22, 2024
@shriyanss
Copy link
Owner Author

Suggested solution

Print everything with 1 print() function rather than using multiple print()

Means, rather than the following code:-

print("something")
print("some other thing")

Use the following code:-

print("something\nsomeotherthing")

@shriyanss shriyanss added this to the v0.1.0 milestone Jan 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant