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
I want to see the difference of a website which is behind cloudflare, but can be reached directly too.
I've already tried changing /etc/hosts like this:
/etc/hosts
sudo sh -c 'echo "1.1.1.1 example.com" >> /etc/hosts' sudo sh -c 'echo "1.1.1.1 www.example.com" >> /etc/hosts'
and verified it's working in next steps (which use run) using curl -ILv example.com, but I think nuclei-action does not respect changed /etc/hosts.
run
curl -ILv example.com
I'm not even sure if something can be done to let this GHA action use /etc/hosts from previous step or another "input" should be added.
The text was updated successfully, but these errors were encountered:
@aminvakil you can try using -system-resolvers flag
-system-resolvers
Sorry, something went wrong.
Brilliant! Thanks for your fast response!
No branches or pull requests
I want to see the difference of a website which is behind cloudflare, but can be reached directly too.
I've already tried changing
/etc/hosts
like this:and verified it's working in next steps (which use
run
) usingcurl -ILv example.com
, but I think nuclei-action does not respect changed/etc/hosts
.I'm not even sure if something can be done to let this GHA action use
/etc/hosts
from previous step or another "input" should be added.The text was updated successfully, but these errors were encountered: