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

how can i force the tool to not shows the status line ( while the tool is doing its job )? #771

Open
mehrankazemi1122 opened this issue Mar 9, 2024 · 1 comment

Comments

@mehrankazemi1122
Copy link

does anybody have any clue?
i cant find any flag like (--quiet, --silent etc) in the documentation

@mzpqnxow
Copy link
Contributor

does anybody have any clue?

i cant find any flag like (--quiet, --silent etc) in the documentation

You could always use:

$ masscan ... 2>/dev/null

Is that sufficient?

It's a small change to make to add this, I'm just not sure it's worth the effort

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

No branches or pull requests

2 participants