We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Originally posted by ayoubackup April 2, 2023 Hi projectdiscovery
i have run nuclei for big list and sometimes i got output :
2023/04/02 04:25:02 Unsolicited response received on idle HTTP channel starting with "HTTP/1.1 200 BANNED\r\n"; err=
i try to filter it using grep but i got same error
cat list.txt | httpx.exe -t 200 -silent | nuclei -t mytemplate.yaml -silent -timeout 1 | grep -v "Unsolicited response"
is there any solustion to stop this noise output
NOTE: i doubt because i ' m not using --no-color flag !
The text was updated successfully, but these errors were encountered:
This is being tracked at #3462
Sorry, something went wrong.
No branches or pull requests
Discussed in #3495
Originally posted by ayoubackup April 2, 2023
Hi projectdiscovery
i have run nuclei for big list and sometimes i got output :
2023/04/02 04:25:02 Unsolicited response received on idle HTTP channel starting with "HTTP/1.1 200 BANNED\r\n"; err=
i try to filter it using grep but i got same error
cat list.txt | httpx.exe -t 200 -silent | nuclei -t mytemplate.yaml -silent -timeout 1 | grep -v "Unsolicited response"
is there any solustion to stop this noise output
NOTE: i doubt because i ' m not using --no-color flag !
The text was updated successfully, but these errors were encountered: